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