first commit
This commit is contained in:
@ -0,0 +1,18 @@
|
||||
|
||||
{
|
||||
"species": "cobblemon:hoopa",
|
||||
"order": 0,
|
||||
"variations": [
|
||||
{
|
||||
"aspects": [],
|
||||
"poser": "cobblemon:hoopa",
|
||||
"model": "cobblemon:hoopa.geo",
|
||||
"texture": "cobblemon:textures/pokemon/hoopa/hoopa.png",
|
||||
"layers": []
|
||||
},
|
||||
{
|
||||
"aspects": [ "shiny" ],
|
||||
"texture": "cobblemon:textures/pokemon/hoopa/hoopa_shiny.png"
|
||||
}
|
||||
]
|
||||
}
|
@ -0,0 +1,17 @@
|
||||
{
|
||||
"species": "cobblemon:hoopa",
|
||||
"order": 0,
|
||||
"variations": [
|
||||
{
|
||||
"aspects": ["unbound"],
|
||||
"poser": "cobblemon:hoopa_unbound",
|
||||
"model": "cobblemon:hoopa_unbound.geo",
|
||||
"texture": "cobblemon:textures/pokemon/hoopa_unbound/hoopa_unbound.png",
|
||||
"layers": []
|
||||
},
|
||||
{
|
||||
"aspects": ["shiny", "unbound"],
|
||||
"texture": "cobblemon:textures/pokemon/hoopa_unbound/hoopa_unbound_shiny.png"
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user