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: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"
}
]
}

View File

@ -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"
}
]
}

View File

@ -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"
}
]
}