{ "head": "head", "portraitScale": 0.2, "portraitTranslation": [0, 2.5, 0], "profileScale": 0.2, "profileTranslation": [0, 2, 0], "animations": { "faint": "q.bedrock_primary('hoopa_unbound', 'faint', q.curve('one'))", "cry": "q.bedrock_stateful('hoopa_unbound', 'cry')", "physical": "q.bedrock_primary('hoopa_unbound', 'physical_attack', q.curve('symmetrical_wide'))", "special": "q.bedrock_primary('hoopa_unbound', 'special_attack', q.curve('symmetrical_wide'))", "status": "q.bedrock_primary('hoopa_unbound', 'special_attack', q.curve('symmetrical_wide'))" }, "poses": { "battle-standing": { "poseTypes": ["STAND"], "isBattle": true, "animations": [ "q.bedrock('hoopa_unbound', 'battle_idle')" ], "quirks": [ "q.bedrock_quirk('hoopa_unbound', 'blink')" ] }, "standing": { "poseTypes": ["STAND", "NONE", "PORTRAIT", "PROFILE"], "isBattle": false, "animations": [ "q.bedrock('hoopa_unbound', 'ground_idle')" ], "quirks": [ "q.bedrock_quirk('hoopa_unbound', 'blink')" ] }, "walking": { "poseTypes": ["WALK"], "animations": [ "q.bedrock('hoopa_unbound', 'ground_walk')" ], "quirks": ["q.bedrock_quirk('hoopa_unbound', 'blink')"] }, "float": { "poseTypes": ["FLOAT"], "animations": [ "q.bedrock('hoopa_unbound', 'ground_idle')" ], "quirks": ["q.bedrock_quirk('hoopa_unbound', 'blink')"] }, "swim": { "poseTypes": ["SWIM"], "animations": [ "q.bedrock('hoopa_unbound', 'ground_walk')" ], "quirks": ["q.bedrock_quirk('hoopa_unbound', 'blink')"] }, "hover": { "poseName": "hover", "poseTypes": ["HOVER"], "quirks": ["q.bedrock_quirk('hoopa_unbound', 'blink')"], "animations": ["q.bedrock('hoopa_unbound', 'ground_idle')"] }, "fly": { "poseName": "fly", "poseTypes": ["FLY"], "quirks": ["q.bedrock_quirk('hoopa_unbound', 'blink')"], "animations": ["q.bedrock('hoopa_unbound', 'ground_walk')"] }, "sleep": { "poseTypes": ["SLEEP"], "animations": ["q.bedrock('hoopa_unbound', 'sleep')"] } } }