{
  "portraitScale": 0.4,
  "portraitTranslation": [0, 1.0, 0],
  "profileScale": 0.34,
  "profileTranslation": [0, 1.0, 0],
  "animations": {
    "faint": "q.bedrock_primary('kyogreprimal', 'faint', q.curve('one'))",
    "cry": "q.bedrock_stateful('kyogreprimal', 'cry')",
    "recoil": "q.bedrock_stateful('kyogreprimal', 'recoil')",
    "physical": "q.bedrock_primary('kyogreprimal', 'physical_attack', q.curve('symmetrical_wide'))",
    "special": "q.bedrock_primary('kyogreprimal', 'special_attack', q.curve('symmetrical_wide'))",
    "status": "q.bedrock_primary('kyogreprimal', 'special_attack', q.curve('symmetrical_wide'))"
  },
  "poses": {
    "battle-standing": {
      "poseTypes": ["STAND"],
      "isBattle": true,
      "animations": [
       "q.look('body_front', 1, -1, 17.5, -17.5, 20, -20)",
        "q.bedrock('kyogreprimal', 'battle_idle')"
      ],
      "quirks": [
        "q.bedrock_quirk('kyogreprimal', 'blink')",
        "q.bedrock_quirk('kyogreprimal', q.array('quirk_ground_idle'), 30, 60, 1)"
      ]
    },
    "standing": {
      "poseTypes": ["STAND", "NONE", "PORTRAIT", "PROFILE"],
      "isBattle": false,
      "animations": [
       "q.look('body_front', 1, -1, 17.5, -17.5, 20, -20)",
        "q.bedrock('kyogreprimal', 'ground_idle')"
      ],
      "quirks": [
        "q.bedrock_quirk('kyogreprimal', 'blink')",
        "q.bedrock_quirk('kyogreprimal', 'quirk_ground_idle', 20, 60, 1)"
      ]
    },
    "walking": {
      "poseTypes": ["WALK"],
      "animations": [
       "q.look('body_front', 1, -1, 17.5, -17.5, 20, -20)",
        "q.bedrock('kyogreprimal', 'ground_walk')"
      ],
      "quirks": ["q.bedrock_quirk('kyogreprimal', 'blink')"]
    },
    "float": {
      "poseTypes": ["FLOAT"],
      "animations": [
       "q.look('body_front', 1, -1, 17.5, -17.5, 20, -20)",
        "q.bedrock('kyogreprimal', 'water_idle')"
      ],
      "quirks": ["q.bedrock_quirk('kyogreprimal', 'blink')"]
    },
    "swim": {
      "poseTypes": ["SWIM"],
      "animations": [
       "q.look('body_front', 1, -1, 17.5, -17.5, 20, -20)",
        "q.bedrock('kyogreprimal', 'water_swim')"
      ],
      "quirks": ["q.bedrock_quirk('kyogreprimal', 'blink')"]
    },
    "sleep": {
      "poseTypes": ["SLEEP"],
      "animations": ["q.bedrock('kyogreprimal', 'sleep')"]
    }
  }
}