first commit

This commit is contained in:
2025-02-18 15:25:17 +01:00
commit 37cf0e8062
7403 changed files with 1227142 additions and 0 deletions

View File

@ -0,0 +1,17 @@
{
"species": "cobblemon:deoxys",
"order": 0,
"variations": [
{
"aspects": [],
"poser": "cobblemon:deoxys",
"model": "cobblemon:deoxys.geo",
"texture": "cobblemon:textures/pokemon/0386_deoxys/deoxys.png",
"layers": []
},
{
"aspects": [ "shiny" ],
"texture": "cobblemon:textures/pokemon/0386_deoxys/deoxys_shiny.png"
}
]
}

View File

@ -0,0 +1,19 @@
{
"species": "cobblemon:deoxys",
"order": 0,
"variations": [
{
"aspects": ["deoxysattack"],
"poser": "cobblemon:deoxysattack",
"model": "cobblemon:deoxysattack.geo",
"texture": "cobblemon:textures/pokemon/0386_deoxysattack/deoxysattack.png",
"layers": []
},
{
"aspects": [
"shiny", "deoxysattack"
],
"texture": "cobblemon:textures/pokemon/0386_deoxysattack/deoxysattack_shiny.png"
}
]
}

View File

@ -0,0 +1,19 @@
{
"species": "cobblemon:deoxys",
"order": 0,
"variations": [
{
"aspects": ["deoxysdefense"],
"poser": "cobblemon:deoxysdefense",
"model": "cobblemon:deoxysdefense.geo",
"texture": "cobblemon:textures/pokemon/0386_deoxysdefense/deoxysdefense.png",
"layers": []
},
{
"aspects": [
"shiny", "deoxysdefense"
],
"texture": "cobblemon:textures/pokemon/0386_deoxysdefense/deoxysdefense_shiny.png"
}
]
}

View File

@ -0,0 +1,19 @@
{
"species": "cobblemon:deoxys",
"order": 0,
"variations": [
{
"aspects": ["deoxysspeed"],
"poser": "cobblemon:deoxysspeed",
"model": "cobblemon:deoxysspeed.geo",
"texture": "cobblemon:textures/pokemon/0386_deoxysspeed/deoxysspeed.png",
"layers": []
},
{
"aspects": [
"shiny", "deoxysspeed"
],
"texture": "cobblemon:textures/pokemon/0386_deoxysspeed/deoxysspeed_shiny.png"
}
]
}