first commit
This commit is contained in:
@ -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"
|
||||
}
|
||||
]
|
||||
}
|
@ -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"
|
||||
}
|
||||
]
|
||||
}
|
@ -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"
|
||||
}
|
||||
]
|
||||
}
|
@ -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"
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user