{
    "head": "head",
    "portraitScale": 1.25,
    "portraitTranslation": [ -0.15, -0.1, 0 ],
    "profileScale": 0.8,
    "profileTranslation": [ 0, 0.65, 0 ],
    "faint": "bedrock(jumpluff, faint)",
    "poses": {

      "standing": {
        "poseName": "standing",
        "transformTicks": 10,
        "poseTypes": [
          "STAND",
          "NONE",
          "PORTRAIT",
          "PROFILE"
        ],
        "animations": [
          "bedrock(jumpluff, ground_idle)"
        ],
        "quirks": [
          {
            "name": "blink",
            "animations": ["bedrock(jumpluff, blink)"]
          }
        ]
      },
      "walking": {
        "poseName": "walking",
        "transformTicks": 10,
        "poseTypes": [ "WALK" ],
        "animations": [   
          "bedrock(jumpluff, ground_idle)" ],
        "quirks": [
          {
            "name": "blink",
            "animations": ["bedrock(jumpluff, blink)"]
          }
        ]
      },
      "swimming": {
        "poseName": "swimming",
        "transformTicks": 10,
        "poseTypes": [ "SWIM" ],
        "animations": [   
          "bedrock(jumpluff, ground_idle)" ],
        "quirks": [
          {
            "name": "blink",
            "animations": ["bedrock(jumpluff, blink)"]
          }
        ]
      }
    }
  }