65 lines
		
	
	
		
			1.9 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			65 lines
		
	
	
		
			1.9 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
  "portraitScale": 1,
 | 
						|
  "portraitTranslation": [-1.2, 2.3, 0],
 | 
						|
  "profileScale": 0.35,
 | 
						|
  "profileTranslation": [0, 1.2, -1.8],
 | 
						|
  "animations": {
 | 
						|
    "faint": "q.bedrock_primary('haxorus', 'faint', q.curve('one'))",
 | 
						|
    "cry": "q.bedrock_stateful('haxorus', 'cry')",
 | 
						|
    "recoil": "q.bedrock_stateful('haxorus', 'recoil')",
 | 
						|
    "physical": "q.bedrock_primary('haxorus', 'physical', q.curve('symmetrical_wide'))",
 | 
						|
    "special": "q.bedrock_primary('haxorus', 'special', q.curve('symmetrical_wide'))",
 | 
						|
    "status": "q.bedrock_primary('haxorus', 'status', q.curve('symmetrical_wide'))"
 | 
						|
  },
 | 
						|
  "poses": {
 | 
						|
    "battle-standing": {
 | 
						|
      "poseTypes": ["STAND", "WALK"],
 | 
						|
      "isBattle": true,
 | 
						|
      "animations": [
 | 
						|
        "q.look('head')",
 | 
						|
        "q.bedrock('haxorus', 'battle_idle')"
 | 
						|
      ],
 | 
						|
      "quirks": [
 | 
						|
        "q.bedrock_quirk('haxorus', 'blink')",
 | 
						|
        "q.bedrock_quirk('haxorus', 'stomp_head_shake')"
 | 
						|
      ]
 | 
						|
    },
 | 
						|
    "standing": {
 | 
						|
      "poseTypes": ["STAND", "NONE", "PORTRAIT", "PROFILE"],
 | 
						|
      "isBattle": false,
 | 
						|
      "animations": [
 | 
						|
        "q.look('head')",
 | 
						|
        "q.bedrock('haxorus', 'ground_idle')"
 | 
						|
      ],
 | 
						|
      "quirks": [
 | 
						|
        "q.bedrock_quirk('haxorus', 'blink')",
 | 
						|
        "q.bedrock_quirk('haxorus', 'head_shake')"
 | 
						|
      ]
 | 
						|
    },
 | 
						|
    "walking": {
 | 
						|
      "poseTypes": ["WALK"],
 | 
						|
      "animations": [
 | 
						|
        "q.look('head')",
 | 
						|
        "q.bedrock('haxorus', 'ground_walk')"
 | 
						|
      ]
 | 
						|
    },
 | 
						|
    "float": {
 | 
						|
      "poseTypes": ["FLOAT"],
 | 
						|
      "animations": [
 | 
						|
        "q.look('head')",
 | 
						|
        "q.bedrock('haxorus', 'ground_walk')"
 | 
						|
      ]
 | 
						|
    },
 | 
						|
    "swim": {
 | 
						|
      "poseTypes": ["SWIM"],
 | 
						|
      "animations": [
 | 
						|
        "q.look('head')",
 | 
						|
        "q.bedrock('haxorus', 'ground_walk')"
 | 
						|
      ]
 | 
						|
    },
 | 
						|
    "sleep": {
 | 
						|
      "poseTypes": ["SLEEP"],
 | 
						|
      "animations": ["q.bedrock('haxorus', 'sleep')"]
 | 
						|
    }
 | 
						|
  }
 | 
						|
} |