first commit
This commit is contained in:
@ -0,0 +1,17 @@
|
||||
{
|
||||
"species": "cobblemon:kyurem",
|
||||
"order": 0,
|
||||
"variations": [
|
||||
{
|
||||
"aspects": [],
|
||||
"poser": "cobblemon:kyurem",
|
||||
"model": "cobblemon:kyurem.geo",
|
||||
"texture": "cobblemon:textures/pokemon/kyurem/kyurem.png",
|
||||
"layers": []
|
||||
},
|
||||
{
|
||||
"aspects": [ "shiny" ],
|
||||
"texture": "cobblemon:textures/pokemon/kyurem/kyurem_shiny.png"
|
||||
}
|
||||
]
|
||||
}
|
@ -0,0 +1,29 @@
|
||||
{
|
||||
"species": "cobblemon:kyurem",
|
||||
"order": 0,
|
||||
"variations": [
|
||||
{
|
||||
"aspects": [
|
||||
"black"
|
||||
],
|
||||
"poser": "cobblemon:kyuremblack",
|
||||
"model": "cobblemon:kyuremblack.geo",
|
||||
"texture": "cobblemon:textures/pokemon/kyurem/kyuremblack.png",
|
||||
"layers": [
|
||||
{
|
||||
"name": "emissive",
|
||||
"emissive": true,
|
||||
"texture": "cobblemon:textures/pokemon/kyurem/kyuremblack_emissive.png",
|
||||
"translucent": true
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"aspects": [
|
||||
"shiny",
|
||||
"black"
|
||||
],
|
||||
"texture": "cobblemon:textures/pokemon/kyurem/kyuremblack_shiny.png"
|
||||
}
|
||||
]
|
||||
}
|
@ -0,0 +1,29 @@
|
||||
{
|
||||
"species": "cobblemon:kyurem",
|
||||
"order": 0,
|
||||
"variations": [
|
||||
{
|
||||
"aspects": [
|
||||
"white"
|
||||
],
|
||||
"poser": "cobblemon:kyuremwhite",
|
||||
"model": "cobblemon:kyuremwhite.geo",
|
||||
"texture": "cobblemon:textures/pokemon/kyurem/kyuremwhite.png",
|
||||
"layers": [
|
||||
{
|
||||
"name": "emissive",
|
||||
"emissive": true,
|
||||
"texture": "cobblemon:textures/pokemon/kyurem/kyuremwhite_emissive.png",
|
||||
"translucent": true
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"aspects": [
|
||||
"shiny",
|
||||
"white"
|
||||
],
|
||||
"texture": "cobblemon:textures/pokemon/kyurem/kyuremwhite_shiny.png"
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user