36 lines
		
	
	
		
			693 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			36 lines
		
	
	
		
			693 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|   "head": "head",
 | |
|   "portraitScale": 1.3,
 | |
|   "portraitTranslation": [ -1.4,0.8, 0],
 | |
|   "profileScale": 0.4,
 | |
|   "profileTranslation": [ 0, 1.2, 0],
 | |
|   "cry": "bedrock(volcanion, cry)",
 | |
|   "poses": {
 | |
|     "standing": {
 | |
|       "poseName": "standing",
 | |
|       "transformTicks": 10,
 | |
|       "poseTypes": [
 | |
|         "STAND",
 | |
|         "PORTRAIT",
 | |
| 		"PROFILE",
 | |
| 		"NONE"
 | |
|       ],
 | |
|       "animations": [
 | |
| 		"look",
 | |
|         "bedrock(volcanion, ground_idle)"
 | |
|       ]
 | |
|   },
 | |
|   	 "walking": {
 | |
|       "poseName": "walking",
 | |
|       "transformTicks": 10,
 | |
|       "poseTypes": [
 | |
|         "WALK"
 | |
|       ],
 | |
|       "animations": [
 | |
| 		"look",
 | |
|         "bedrock(volcanion, ground_idle)"
 | |
|       ]
 | |
|     }
 | |
| }
 | |
| }
 |