61 lines
		
	
	
		
			1.7 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			61 lines
		
	
	
		
			1.7 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
  "portraitScale": 1.3,
 | 
						|
  "portraitTranslation": [-0.3, 0.7, 0],
 | 
						|
  "profileScale": 0.6,
 | 
						|
  "profileTranslation": [0, 0.7, 0],
 | 
						|
  "animations": {
 | 
						|
    "faint": "q.bedrock_primary('fraxure', 'faint', q.curve('one'))",
 | 
						|
    "cry": "q.bedrock_stateful('fraxure', 'cry')",
 | 
						|
    "recoil": "q.bedrock_stateful('fraxure', 'recoil')",
 | 
						|
    "physical": "q.bedrock_primary('fraxure', 'physical', q.curve('symmetrical_wide'))",
 | 
						|
    "special": "q.bedrock_primary('fraxure', 'special', q.curve('symmetrical_wide'))",
 | 
						|
    "status": "q.bedrock_primary('fraxure', 'status', q.curve('symmetrical_wide'))"
 | 
						|
  },
 | 
						|
  "poses": {
 | 
						|
    "battle-standing": {
 | 
						|
      "poseTypes": ["STAND", "WALK"],
 | 
						|
      "isBattle": true,
 | 
						|
      "animations": [
 | 
						|
        "q.bedrock('fraxure', 'battle_idle')"
 | 
						|
      ],
 | 
						|
      "quirks": [
 | 
						|
        "q.bedrock_quirk('fraxure', 'blink')"
 | 
						|
      ]
 | 
						|
    },
 | 
						|
    "standing": {
 | 
						|
      "poseTypes": ["STAND", "NONE", "PORTRAIT", "PROFILE"],
 | 
						|
      "isBattle": false,
 | 
						|
      "animations": [
 | 
						|
        "q.bedrock('fraxure', 'ground_idle')"
 | 
						|
      ],
 | 
						|
      "quirks": [
 | 
						|
        "q.bedrock_quirk('fraxure', 'blink')"
 | 
						|
      ]
 | 
						|
    },
 | 
						|
    "walking": {
 | 
						|
      "poseTypes": ["WALK"],
 | 
						|
      "animations": [
 | 
						|
        "q.bedrock('fraxure', 'ground_walk')"
 | 
						|
      ],
 | 
						|
      "quirks": [
 | 
						|
        "q.bedrock_quirk('fraxure', 'blink')"
 | 
						|
      ]
 | 
						|
    },
 | 
						|
    "float": {
 | 
						|
      "poseTypes": ["FLOAT"],
 | 
						|
      "animations": [
 | 
						|
        "q.bedrock('fraxure', 'ground_walk')"
 | 
						|
      ]
 | 
						|
    },
 | 
						|
    "swim": {
 | 
						|
      "poseTypes": ["SWIM"],
 | 
						|
      "animations": [
 | 
						|
        "q.bedrock('fraxure', 'ground_walk')"
 | 
						|
      ]
 | 
						|
    },
 | 
						|
    "sleep": {
 | 
						|
      "poseTypes": ["SLEEP"],
 | 
						|
      "animations": ["q.bedrock('fraxure', 'sleep')"]
 | 
						|
    }
 | 
						|
  }
 | 
						|
} |