{
  "head": "head",
  "portraitScale": 2,
  "portraitTranslation": [ 0, 1.25, 0 ],
  "profileScale": 0.7,
  "profileTranslation": [ 0, 0.7, 0 ],
  "faint": "bedrock(ashgreninjaincomplete, faint)",
  "poses": {
    "battle-idle": {
      "poseName": "battle-idle",
      "transformTicks": 10,
      "poseTypes": ["STAND"],
      "isBattle": true,
      "animations": ["bedrock(ashgreninjaincomplete, battle_idle)"],
      "quirks": [
        {
          "name": "blink",
          "animations": ["bedrock(ashgreninjaincomplete, blink)"]
        }
      ]
    },
    "standing": {
      "poseName": "standing",
      "transformTicks": 10,
      "poseTypes": ["STAND", "NONE", "PORTRAIT", "PROFILE"],
      "isBattle": false,
      "animations": [
        "look",
        "bedrock(ashgreninjaincomplete, ground_idle)"],
        "quirks": [
          {
            "name": "blink",
            "animations": ["bedrock(ashgreninjaincomplete, blink)"]
          }
        ]
    },
    "walking": {
      "poseName": "walking",
      "transformTicks": 10,
      "poseTypes": [ "WALK" ],
      "animations": [
        "look",
        "bedrock(ashgreninjaincomplete, ground_walk)" ],
      "quirks": [
        {
          "name": "blink",
          "animations": ["bedrock(ashgreninjaincomplete, blink)"]
        }
      ]
    },
    "floating": {
      "poseName": "floating",
      "transformTicks": 10,
      "poseTypes": [ "FLOAT" ],
      "animations": [ "bedrock(ashgreninjaincomplete, water_idle)" ],
      "quirks": [
        {
          "name": "blink",
          "animations": ["bedrock(ashgreninjaincomplete, blink)"]
        }
      ]
    },
    "swimming": {
      "poseName": "swimming",
      "transformTicks": 10,
      "poseTypes": [ "SWIM" ],
      "animations": [ "bedrock(ashgreninjaincomplete, water_swim)" ]
    }
  }
}