{
  "schemaVersion": "1.0.0",
  "kind": "nandarona.character-2d-runtime",
  "characterId": "furiko",
  "familyId": "tactile",
  "sourceRelease": "furiko@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": "furiko",
    "motionModel": "player-driven-pendulum",
    "channels": [
      {
        "id": "swingAngle",
        "type": "angle-degrees",
        "range": [
          -75,
          75
        ],
        "default": 0
      },
      {
        "id": "angularSpeed",
        "type": "normalized",
        "range": [
          -1,
          1
        ],
        "default": 0
      },
      {
        "id": "releaseWindow",
        "type": "normalized",
        "range": [
          0,
          1
        ],
        "default": 0
      }
    ],
    "pivot": {
      "x": 0.5,
      "y": 0.16
    },
    "collision": "pendulum-joint-plus-bob",
    "loop": {
      "states": [
        "swing-low",
        "swing-high",
        "release-window"
      ],
      "durationMs": 1200
    }
  },
  "frames": [
    {
      "state": "hang",
      "index": 0,
      "png": "media/frames/hang.png",
      "webp": "media/frames/hang.webp",
      "sourceRect": {
        "x": 0,
        "y": 0,
        "width": 512,
        "height": 512
      },
      "contentBounds": {
        "x": 0,
        "y": 0,
        "width": 1,
        "height": 1
      }
    },
    {
      "state": "pull-back",
      "index": 1,
      "png": "media/frames/pull-back.png",
      "webp": "media/frames/pull-back.webp",
      "sourceRect": {
        "x": 512,
        "y": 0,
        "width": 512,
        "height": 512
      },
      "contentBounds": {
        "x": 0,
        "y": 0,
        "width": 1,
        "height": 1
      }
    },
    {
      "state": "swing-low",
      "index": 2,
      "png": "media/frames/swing-low.png",
      "webp": "media/frames/swing-low.webp",
      "sourceRect": {
        "x": 1024,
        "y": 0,
        "width": 512,
        "height": 512
      },
      "contentBounds": {
        "x": 0,
        "y": 0,
        "width": 1,
        "height": 1
      }
    },
    {
      "state": "swing-high",
      "index": 3,
      "png": "media/frames/swing-high.png",
      "webp": "media/frames/swing-high.webp",
      "sourceRect": {
        "x": 0,
        "y": 512,
        "width": 512,
        "height": 512
      },
      "contentBounds": {
        "x": 0,
        "y": 0,
        "width": 1,
        "height": 1
      }
    },
    {
      "state": "release-window",
      "index": 4,
      "png": "media/frames/release-window.png",
      "webp": "media/frames/release-window.webp",
      "sourceRect": {
        "x": 512,
        "y": 512,
        "width": 512,
        "height": 512
      },
      "contentBounds": {
        "x": 0,
        "y": 0,
        "width": 1,
        "height": 1
      }
    },
    {
      "state": "settle",
      "index": 5,
      "png": "media/frames/settle.png",
      "webp": "media/frames/settle.webp",
      "sourceRect": {
        "x": 1024,
        "y": 512,
        "width": 512,
        "height": 512
      },
      "contentBounds": {
        "x": 0,
        "y": 0,
        "width": 1,
        "height": 1
      }
    }
  ]
}
