{
  "portraitScale": 2.1,
  "portraitTranslation": [-0.35, -0.7, 0],
  "profileScale": 0.8,
  "profileTranslation": [0, 0.53, 0],
  "rootBone": "sprigatito",
  "animations": {
    "cry": "q.bedrock_stateful('cafe_sprigatito', 'cry')"
  },
  "poses": {
    "battle-standing": {
      "poseTypes": ["STAND"],
      "isBattle": true,
      "animations": [
        "q.look('head')",
        "q.bedrock('cafe_sprigatito', math.random(0, 1) < 0.4 ? 'battle_idle2' : 'battle_idle')"
      ],
      "quirks": [
        "q.bedrock_quirk('cafe_sprigatito', 'blink')",
        "q.bedrock_quirk('cafe_sprigatito', q.array('quirk_ear-twitch-left', 'quirk_ear-twitch-right'), 6, 20, 1)"
      ]
    },
    "standing": {
      "poseTypes": ["STAND", "FLOAT", "NONE", "PORTRAIT", "PROFILE"],
      "isBattle": false,
      "animations": [
        "q.look('head')",
        "q.bedrock('cafe_sprigatito', math.random(0, 1) < 0.4 ? 'ground_idle2' : 'ground_idle')"
      ],
      "quirks": [
        "q.bedrock_quirk('cafe_sprigatito', 'blink')",
        "q.bedrock_quirk('cafe_sprigatito', q.array('quirk_ear-twitch-left', 'quirk_ear-twitch-right'), 6, 20, 1)"
      ]
    },
    "walking": {
      "poseTypes": ["WALK", "SWIM"],
      "animations": [
        "q.look('head')",
        "q.bedrock('cafe_sprigatito', 'ground_walk')"
      ],
      "quirks": [
        "q.bedrock_quirk('cafe_sprigatito', 'blink')",
        "q.bedrock_quirk('cafe_sprigatito', q.array('quirk_ear-twitch-left', 'quirk_ear-twitch-right'), 6, 20, 1)"
      ]
    },
    "sleep": {
      "poseTypes": ["SLEEP"],
      "namedAnimations": {
        "cry": "q.bedrock_stateful('dummy', 'cry')"
      },
      "animations": [
        "q.bedrock('cafe_sprigatito', math.random(0, 1) < 0.4 ? 'sleep2' : 'sleep')"
      ],
      "quirks": [
        "q.bedrock_quirk('cafe_sprigatito', 'blink')",
        "q.bedrock_quirk('cafe_sprigatito', q.array('quirk_ear-twitch-left', 'quirk_ear-twitch-right'), 6, 20, 1)"
      ]
    },
    "shoulder_left": {
      "poseTypes": ["SHOULDER_LEFT"],
      "animations": [
        "q.look('head')",
        "q.bedrock('cafe_sprigatito', 'shoulder_left')"
      ],
      "quirks": [
        "q.bedrock_quirk('cafe_sprigatito', 'blink')",
        "q.bedrock_quirk('cafe_sprigatito', q.array('quirk_ear-twitch-left', 'quirk_ear-twitch-right'), 6, 20, 1)"
      ],
      "transformedParts": [
        {
          "part": "body",
          "position": [5, 0, 0]
        }
      ]
    },
    "shoulder_right": {
      "poseTypes": ["SHOULDER_RIGHT"],
      "animations": [
        "q.look('head')",
        "q.bedrock('cafe_sprigatito', 'shoulder_right')"
      ],
      "quirks": [
        "q.bedrock_quirk('cafe_sprigatito', 'blink')",
        "q.bedrock_quirk('cafe_sprigatito', q.array('quirk_ear-twitch-left', 'quirk_ear-twitch-right'), 6, 20, 1)"
      ],
      "transformedParts": [
        {
          "part": "body",
          "position": [-5, 0, 0]
        }
      ]
    }
  }
}