31 lines
		
	
	
		
			883 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
		
		
			
		
	
	
			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" | ||
|  |           } | ||
|  |         ]   | ||
|  |       } | ||
|  |     ] | ||
|  |   } |