{
    "head": "head",
	"portraitScale": 2.4,
    "portraitTranslation": [ -0.2, -1.4, 0 ],
    "profileScale": 1.2,
    "profileTranslation": [ 0, -0.1, 0 ],
    "poses": {
      "standing": {
        "poseName": "standing",
        "transformTicks": 0,
        "poseTypes": [
          "STAND",
          "NONE",
          "PORTRAIT",
          "PROFILE"
        ],
        "animations": [
          "bedrock(togedemaru, ground_idle)"
        ],
        "quirks": [
          {
            "name": "blink",
            "animations": ["bedrock(togedemaru, blink)"]
          }
		]		  
      },
      "walking": {
        "poseName": "walking",
        "transformTicks": 0,
        "poseTypes": [ "WALK" ],
        "animations": [ "bedrock(togedemaru, ground_walk)" ]
		}
      }
    }