{
  "schemaVersion": "1.0.0",
  "kind": "nandarona.character-2d-runtime",
  "characterId": "hikiyori",
  "familyId": "tactile",
  "sourceRelease": "hikiyori@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": "hikiyori",
    "motionModel": "limited-tension-pull",
    "channels": [
      {
        "id": "tetherLength",
        "type": "normalized",
        "range": [
          0.1,
          1
        ],
        "default": 0.1
      },
      {
        "id": "tension",
        "type": "normalized",
        "range": [
          0,
          1
        ],
        "default": 0
      },
      {
        "id": "drawDistance",
        "type": "normalized",
        "range": [
          0,
          1
        ],
        "default": 0
      }
    ],
    "pivot": {
      "x": 0.3,
      "y": 0.64
    },
    "collision": "pull-body-plus-distance-joint",
    "loop": {
      "states": [
        "pull-start",
        "tension"
      ],
      "durationMs": 850
    }
  },
  "frames": [
    {
      "state": "coiled",
      "index": 0,
      "png": "media/frames/coiled.png",
      "webp": "media/frames/coiled.webp",
      "sourceRect": {
        "x": 0,
        "y": 0,
        "width": 512,
        "height": 512
      },
      "contentBounds": {
        "x": 0,
        "y": 0,
        "width": 1,
        "height": 1
      }
    },
    {
      "state": "hooked",
      "index": 1,
      "png": "media/frames/hooked.png",
      "webp": "media/frames/hooked.webp",
      "sourceRect": {
        "x": 512,
        "y": 0,
        "width": 512,
        "height": 512
      },
      "contentBounds": {
        "x": 0,
        "y": 0,
        "width": 1,
        "height": 1
      }
    },
    {
      "state": "pull-start",
      "index": 2,
      "png": "media/frames/pull-start.png",
      "webp": "media/frames/pull-start.webp",
      "sourceRect": {
        "x": 1024,
        "y": 0,
        "width": 512,
        "height": 512
      },
      "contentBounds": {
        "x": 0,
        "y": 0,
        "width": 1,
        "height": 1
      }
    },
    {
      "state": "tension",
      "index": 3,
      "png": "media/frames/tension.png",
      "webp": "media/frames/tension.webp",
      "sourceRect": {
        "x": 0,
        "y": 512,
        "width": 512,
        "height": 512
      },
      "contentBounds": {
        "x": 0,
        "y": 0,
        "width": 1,
        "height": 1
      }
    },
    {
      "state": "draw-near",
      "index": 4,
      "png": "media/frames/draw-near.png",
      "webp": "media/frames/draw-near.webp",
      "sourceRect": {
        "x": 512,
        "y": 512,
        "width": 512,
        "height": 512
      },
      "contentBounds": {
        "x": 0,
        "y": 0,
        "width": 1,
        "height": 1
      }
    },
    {
      "state": "release",
      "index": 5,
      "png": "media/frames/release.png",
      "webp": "media/frames/release.webp",
      "sourceRect": {
        "x": 1024,
        "y": 512,
        "width": 512,
        "height": 512
      },
      "contentBounds": {
        "x": 0,
        "y": 0,
        "width": 1,
        "height": 1
      }
    }
  ]
}
