70 lines
		
	
	
		
			2.2 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			70 lines
		
	
	
		
			2.2 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|   "head": "head",
 | |
|   "portraitScale": 1,
 | |
|   "portraitTranslation": [0, 1.3, 0],
 | |
|   "profileScale": 0.7,
 | |
|   "profileTranslation": [0, 1.3, 0],
 | |
|   "animations": {
 | |
|     "faint": "q.bedrock_primary('tornadus', 'faint', q.curve('one'))",
 | |
|     "cry": "q.bedrock_primary('tornadus', 'cry', q.curve('symmetrical_wide'))",
 | |
|     "physical": "q.bedrock_primary('tornadus', 'physical_attack', q.curve('symmetrical_wide'))",
 | |
|     "special": "q.bedrock_primary('tornadus', 'special_attack', q.curve('symmetrical_wide'))",
 | |
|     "status": "q.bedrock_primary('tornadus', 'status', q.curve('symmetrical_wide'))"
 | |
|   },
 | |
|   "poses": {
 | |
|     "battle-standing": {
 | |
|       "poseTypes": ["STAND"],
 | |
|       "isBattle": true,
 | |
|       "animations": ["look", "q.bedrock('tornadus', 'ground_idle')"
 | |
|       ],
 | |
|       "quirks": [
 | |
|         "q.bedrock_quirk('tornadus', 'quirk')"
 | |
|       ]
 | |
|     },
 | |
|     "standing": {
 | |
|       "poseTypes": ["STAND", "NONE", "PORTRAIT", "PROFILE"],
 | |
|       "isBattle": false,
 | |
|       "animations": ["look", "q.bedrock('tornadus', 'ground_idle')"
 | |
|       ],
 | |
|       "quirks": [
 | |
|         "q.bedrock_quirk('tornadus', 'quirk')"
 | |
|       ]
 | |
|     },
 | |
|     "walking": {
 | |
|       "poseTypes": ["WALK"],
 | |
|       "animations": ["look", "q.bedrock('tornadus', 'ground_walk')"
 | |
|       ],
 | |
|       "quirks": ["q.bedrock_quirk('tornadus', 'quirk')"]
 | |
|     },
 | |
|     "float": {
 | |
|       "poseTypes": ["FLOAT"],
 | |
|       "animations": ["look", "q.bedrock('tornadus', 'ground_idle')"
 | |
|       ],
 | |
|       "quirks": ["q.bedrock_quirk('tornadus', 'quirk')"]
 | |
|     },
 | |
|     "swim": {
 | |
|       "poseTypes": ["SWIM"],
 | |
|       "animations": ["look",
 | |
|         "q.bedrock('tornadus', 'ground_walk')"
 | |
|       ],
 | |
|       "quirks": ["q.bedrock_quirk('tornadus', 'quirk')"]
 | |
|     },
 | |
|     "hover": {
 | |
|       "poseName": "hover",
 | |
|       "poseTypes": ["HOVER"],
 | |
|       "quirks": ["q.bedrock_quirk('tornadus', 'quirk')"],
 | |
|       "animations": ["look", "q.bedrock('tornadus', 'ground_idle')"
 | |
|       ]
 | |
|     },
 | |
|     "fly": {
 | |
|       "poseName": "fly",
 | |
|       "poseTypes": ["FLY"],
 | |
|       "quirks": ["q.bedrock_quirk('tornadus', 'quirk')"],
 | |
|       "animations": ["look", "q.bedrock('tornadus', 'ground_walk')"]
 | |
|     },
 | |
|     "sleep": {
 | |
|       "poseTypes": ["SLEEP"],
 | |
|       "animations": ["q.bedrock('tornadus', 'sleep')"]
 | |
|     }
 | |
|   }
 | |
| } |