58 lines
		
	
	
		
			1.8 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			58 lines
		
	
	
		
			1.8 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|     "head": "head",
 | |
|     "portraitScale": 1.8,
 | |
|     "portraitTranslation": [ -0.2, 0.7, 0 ],
 | |
|     "profileScale": 0.6,
 | |
|     "profileTranslation": [ 0, 0.8, 0 ],
 | |
|     "animations": {
 | |
|       "faint": "q.bedrock_primary('meowstic_f', 'faint', q.curve('one'))",
 | |
|       "cry": "q.bedrock_stateful('meowstic_f', 'cry')",
 | |
|       "recoil": "q.bedrock_stateful('meowstic_f', 'recoil')",
 | |
|       "physical": "q.bedrock_primary('meowstic_f', 'physical', q.curve('symmetrical_wide'))",
 | |
|       "special": "q.bedrock_primary('meowstic_f', 'special', q.curve('symmetrical_wide'))",
 | |
|       "status": "q.bedrock_primary('meowstic_f', 'status', q.curve('symmetrical_wide'))"
 | |
|     },  
 | |
|     "poses": {
 | |
|       "battle-standing": {
 | |
|         "poseTypes": ["STAND"],
 | |
|         "isBattle": true,
 | |
|         "animations": [
 | |
|           "q.look('head')",
 | |
|           "q.bedrock('meowstic_f', 'battle_idle')"
 | |
|         ],
 | |
|         "quirks": [
 | |
|           "q.bedrock_quirk('meowstic_f', 'blink')"
 | |
|         ]
 | |
|       },
 | |
|       "standing": {
 | |
|         "poseName": "standing",
 | |
|         "transformTicks": 10,
 | |
|         "poseTypes": ["STAND", "NONE", "PORTRAIT", "PROFILE"],
 | |
|         "isBattle": false,
 | |
|         "animations": [
 | |
|           "look",
 | |
|           "bedrock(meowstic_f, ground_idle)"
 | |
|         ],
 | |
|         "quirks": ["q.bedrock_quirk('meowstic_f', 'blink')"]
 | |
|       },
 | |
|       "walking": {
 | |
|         "poseName": "walking",
 | |
|         "transformTicks": 10,
 | |
|         "poseTypes": [ "WALK" ],
 | |
|         "animations": [ "bedrock(meowstic_f, ground_walk)" ],
 | |
|         "quirks": ["q.bedrock_quirk('meowstic_f', 'blink')"]
 | |
|       },
 | |
|     
 | |
|       "sleeping": {
 | |
|         "poseName": "sleeping",
 | |
|         "transformTicks": 10,
 | |
|         "poseTypes": [
 | |
|           "SLEEP"
 | |
|         ],
 | |
|         "animations": [
 | |
|           "bedrock(meowstic_f, sleep)"
 | |
|         ]
 | |
|       }
 | |
|     }
 | |
|   }
 | |
|    |