65 lines
		
	
	
		
			1.9 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			65 lines
		
	
	
		
			1.9 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|   "portraitScale": 1.5,
 | |
|   "portraitTranslation": [-0.2, 3.4, 0],
 | |
|   "profileScale": 0.4,
 | |
|   "profileTranslation": [0, 1.2, 0],
 | |
|   "animations": {
 | |
|     "faint": "q.bedrock_primary('deoxysdefense', 'faint', q.curve('one'))",
 | |
|     "cry": "q.bedrock_stateful('deoxysdefense', 'cry')",
 | |
|     "recoil": "q.bedrock_stateful('deoxysdefense', 'recoil')",
 | |
|     "physical": "q.bedrock_primary('deoxysdefense', 'physical', q.curve('symmetrical_wide'))",
 | |
|     "special": "q.bedrock_primary('deoxysdefense', 'special', q.curve('symmetrical_wide'))",
 | |
|     "status": "q.bedrock_primary('deoxysdefense', 'status', q.curve('symmetrical_wide'))"
 | |
|   },
 | |
|   "poses": {
 | |
|     "battle-standing": {
 | |
|       "transformTicks": 10,
 | |
|       "poseTypes": ["STAND"],
 | |
|       "isBattle": true,
 | |
|       "animations": [
 | |
|         "q.bedrock('deoxysdefense', 'ground_idle')"
 | |
|       ]
 | |
|     },
 | |
|     "standing": {
 | |
|       "transformTicks": 10,
 | |
|       "poseTypes": ["STAND", "NONE", "PORTRAIT", "PROFILE"],
 | |
|       "isBattle": false,
 | |
|       "animations": [
 | |
|         "q.bedrock('deoxysdefense', 'ground_idle')"
 | |
|       ]
 | |
|     },
 | |
|     "walking": {
 | |
|       "transformTicks": 8,
 | |
|       "poseTypes": ["WALK"],
 | |
|       "animations": [
 | |
|         "q.bedrock('deoxysdefense', 'ground_walk')"
 | |
|       ]
 | |
|     },
 | |
|     "hover": {
 | |
|       "transformTicks": 5,
 | |
|       "poseTypes": [ "FLY", "HOVER", "FLOAT" ],
 | |
|       "animations": [         
 | |
|         "q.bedrock('deoxysdefense', 'ground_walk')"
 | |
|        ]
 | |
|     },
 | |
|     "float": {
 | |
|       "transformTicks": 5,
 | |
|       "poseTypes": ["FLOAT"],
 | |
|       "animations": [
 | |
|         "q.bedrock('deoxysdefense', 'ground_walk')"
 | |
|       ]
 | |
|     },
 | |
|     "swim": {
 | |
|       "transformTicks": 8,
 | |
|       "poseTypes": ["SWIM"],
 | |
|       "animations": [
 | |
|         "q.bedrock('deoxysdefense', 'ground_walk')"
 | |
|       ]
 | |
|     },
 | |
|     "sleep": {
 | |
|       "transformTicks": 10,
 | |
|       "poseTypes": ["SLEEP"],
 | |
|       "animations": ["q.bedrock('deoxysdefense', 'sleep')"]
 | |
|     }
 | |
|   }
 | |
| } |