{
  "schemaVersion": "1.0.0",
  "kind": "nandarona.character-2d-runtime",
  "characterId": "tsukami",
  "familyId": "tactile",
  "sourceRelease": "tsukami@2.5.0",
  "canvas": {
    "width": 512,
    "height": 512,
    "background": "white-matte"
  },
  "rendering": {
    "sourceCanvas": {
      "width": 512,
      "height": 512,
      "background": "white-matte"
    },
    "includedFormats": [
      "png",
      "webp"
    ],
    "alphaStatus": "not-included",
    "recommendedBlend": "normal",
    "warning": "Current frames use a white matte. Transparent cutouts, physics bodies, and engine-native materials are not included and must not be claimed as included."
  },
  "runtime": {
    "coordinateSystem": "normalized-2d-top-left",
    "defaultPivot": {
      "x": 0.5,
      "y": 0.5
    },
    "stateCount": 6,
    "transitionPolicy": "Interpolate declared manipulation channels; use state changes for contacts, attachment, release, and topology changes.",
    "collisionPolicy": "Use the declared gameplay volume or joint. Artwork content bounds are never authoritative collision.",
    "reducedMotion": "Jump to the destination transform or use a 120ms opacity crossfade; preserve contact, direction, and attachment information without flashing."
  },
  "motion": {
    "characterId": "tsukami",
    "motionModel": "grabbable-carried-body",
    "channels": [
      {
        "id": "gripPoint",
        "type": "integer",
        "range": [
          0,
          3
        ],
        "default": 0
      },
      {
        "id": "liftHeight",
        "type": "normalized",
        "range": [
          0,
          1
        ],
        "default": 0
      },
      {
        "id": "loadTilt",
        "type": "angle-degrees",
        "range": [
          -25,
          25
        ],
        "default": 0
      }
    ],
    "pivot": {
      "x": 0.5,
      "y": 0.58
    },
    "collision": "grabbable-convex-body",
    "loop": {
      "states": [
        "gripped",
        "carried"
      ],
      "durationMs": 900
    }
  },
  "frames": [
    {
      "state": "rest",
      "index": 0,
      "png": "media/frames/rest.png",
      "webp": "media/frames/rest.webp",
      "sourceRect": {
        "x": 0,
        "y": 0,
        "width": 512,
        "height": 512
      },
      "contentBounds": {
        "x": 0.1973,
        "y": 0.2676,
        "width": 0.6504,
        "height": 0.541
      }
    },
    {
      "state": "grip-ready",
      "index": 1,
      "png": "media/frames/grip-ready.png",
      "webp": "media/frames/grip-ready.webp",
      "sourceRect": {
        "x": 512,
        "y": 0,
        "width": 512,
        "height": 512
      },
      "contentBounds": {
        "x": 0.1777,
        "y": 0.2676,
        "width": 0.6426,
        "height": 0.541
      }
    },
    {
      "state": "gripped",
      "index": 2,
      "png": "media/frames/gripped.png",
      "webp": "media/frames/gripped.webp",
      "sourceRect": {
        "x": 1024,
        "y": 0,
        "width": 512,
        "height": 512
      },
      "contentBounds": {
        "x": 0.1543,
        "y": 0.2852,
        "width": 0.6406,
        "height": 0.5254
      }
    },
    {
      "state": "lift",
      "index": 3,
      "png": "media/frames/lift.png",
      "webp": "media/frames/lift.webp",
      "sourceRect": {
        "x": 0,
        "y": 512,
        "width": 512,
        "height": 512
      },
      "contentBounds": {
        "x": 0.2363,
        "y": 0.0449,
        "width": 0.584,
        "height": 0.6602
      }
    },
    {
      "state": "carried",
      "index": 4,
      "png": "media/frames/carried.png",
      "webp": "media/frames/carried.webp",
      "sourceRect": {
        "x": 512,
        "y": 512,
        "width": 512,
        "height": 512
      },
      "contentBounds": {
        "x": 0.2031,
        "y": 0.0801,
        "width": 0.6211,
        "height": 0.623
      }
    },
    {
      "state": "drop",
      "index": 5,
      "png": "media/frames/drop.png",
      "webp": "media/frames/drop.webp",
      "sourceRect": {
        "x": 1024,
        "y": 512,
        "width": 512,
        "height": 512
      },
      "contentBounds": {
        "x": 0.0742,
        "y": 0.127,
        "width": 0.7813,
        "height": 0.582
      }
    }
  ]
}
