{
  "portraitScale": 2,
  "portraitTranslation": [-1.8,4.4, 0],
  "profileScale": 0.6,
  "profileTranslation": [0, 1.4, -1.8],
  "animations": {
    "cry": "q.bedrock_stateful('naganadel', 'cry')",
    "recoil": "q.bedrock_stateful('naganadel', 'recoil')",
    "physical": "q.bedrock_primary('naganadel', 'physical', q.curve('symmetrical_wide'))",
    "special": "q.bedrock_primary('naganadel', 'special', q.curve('symmetrical_wide'))",
    "status": "q.bedrock_stateful('naganadel', 'status', q.curve('symmetrical_wide'))"
  },
  "poses": {
    "battle-standing": {
      "poseTypes": ["STAND", "WALK"],
      "isBattle": true,
      "animations": [
        "q.look('head')",
        "q.bedrock('naganadel', 'battle_idle')"
      ],
      "quirks": [
        "q.bedrock_quirk('naganadel', 'headshake')"
      ]
    },
    "standing": {
      "poseTypes": ["STAND", "NONE", "PORTRAIT", "PROFILE"],
      "isBattle": false,
      "animations": [
        "q.look('head')",
        "q.bedrock('naganadel', 'ground_idle')"
      ],
      "quirks": [
        "q.bedrock_quirk('naganadel', 'headshake')"
      ]
    },
    "walking": {
      "poseTypes": ["WALK"],
      "animations": [
        "q.look('head')",
        "q.bedrock('naganadel', 'ground_walk')"
      ]
    },
    "float": {
      "poseTypes": ["FLOAT"],
      "animations": [
        "q.look('head')",
        "q.bedrock('naganadel', 'ground_walk')"
      ]
    },
    "swim": {
      "poseTypes": ["SWIM"],
      "animations": [
        "q.look('head')",
        "q.bedrock('naganadel', 'ground_walk')"
      ]
    },
    "sleep": {
      "poseTypes": ["SLEEP"],
      "animations": ["q.bedrock('naganadel', 'ground_idle')"]
    }
  }
}