2025-02-18 15:25:17 +01:00

31 lines
883 B
JSON

{
"species": "cobblemon:espurr",
"order": 0,
"variations": [
{
"aspects": [],
"poser": "cobblemon:espurr",
"model": "cobblemon:espurr.geo",
"texture": "cobblemon:textures/pokemon/espurr/espurr.png",
"layers": [
{
"name": "espurr_glow",
"emissive": true,
"translucent": true,
"texture": "cobblemon:textures/pokemon/espurr/espurr_glow.png"
}
]},
{
"aspects": [ "shiny" ],
"texture": "cobblemon:textures/pokemon/espurr/espurr_shiny.png",
"layers": [
{
"name": "espurr_glow",
"emissive": true,
"translucent": true,
"texture": "cobblemon:textures/pokemon/espurr/espurr_glow.png"
}
]
}
]
}