60 lines
		
	
	
		
			1.4 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			60 lines
		
	
	
		
			1.4 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|   "head": "head",
 | |
|   "portraitScale": 2.7,
 | |
|   "portraitTranslation": [ -0.5, 1.0, 0 ],
 | |
|   "profileScale": 0.7,
 | |
|   "profileTranslation": [ 0, 0.8, 0 ],
 | |
|   "faint": "bedrock(ogerpon, sleep)",
 | |
|   "poses": {
 | |
|     "battle-idle": {
 | |
|       "poseName": "battle-idle",
 | |
|       "transformTicks": 10,
 | |
|       "poseTypes": ["STAND"],
 | |
|       "isBattle": true,
 | |
|       "animations": ["bedrock(ogerpon, battle_idle)"],
 | |
|       "quirks": [
 | |
|         {
 | |
|           "name": "blink",
 | |
|           "animations": ["bedrock(ogerpon, blink)"]
 | |
|         }
 | |
|       ]
 | |
|     },
 | |
|     "standing": {
 | |
|       "poseName": "standing",
 | |
|       "transformTicks": 10,
 | |
|       "poseTypes": ["STAND", "NONE", "PORTRAIT", "PROFILE"],
 | |
|       "isBattle": false,
 | |
|       "animations": [
 | |
|         "bedrock(ogerpon, ground_idle)"],
 | |
|         "quirks": [
 | |
|           {
 | |
|             "name": "blink",
 | |
|             "animations": ["bedrock(ogerpon, blink)"]
 | |
|           }
 | |
|         ]
 | |
|     },
 | |
|     "walking": {
 | |
|       "poseName": "walking",
 | |
|       "transformTicks": 10,
 | |
|       "poseTypes": [ "WALK" ],
 | |
|       "animations": [ 
 | |
|         "bedrock(ogerpon, ground_walk)" ],
 | |
|       "quirks": [
 | |
|         {
 | |
|           "name": "blink",
 | |
|           "animations": ["bedrock(ogerpon, blink)"]
 | |
|         }
 | |
|       ]
 | |
|     },
 | |
|       "sleeping": {
 | |
|         "poseName": "sleeping",
 | |
|         "transformTicks": 10,
 | |
|         "poseTypes": [
 | |
|           "SLEEP"
 | |
|         ],
 | |
|         "animations": [
 | |
|           "bedrock(ogerpon, sleep)"
 | |
|         ]
 | |
|      }
 | |
|   }
 | |
| } |