{
  "schemaVersion": "1.0.0",
  "kind": "nandarona.character-2d-runtime",
  "characterId": "ukabiro",
  "familyId": "locomotion",
  "sourceRelease": "ukabiro@2.6.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, engine-native movement controllers, navigation assets, physics bodies, and animation rigs 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 locomotion channels between compatible poses; use state transitions for contact-mode, surface, medium, target, and formation changes.",
    "collisionPolicy": "Use the declared gameplay volume and contact policy. Artwork bounds and visible limbs are not authoritative collision.",
    "reducedMotion": "Move by short destination steps or 120ms crossfades while retaining facing, contact surface, depth, target distance, and formation state."
  },
  "motion": {
    "characterId": "ukabiro",
    "motionModel": "altitude-hold-strafe",
    "channels": [
      {
        "id": "hoverHeight",
        "type": "normalized",
        "range": [
          0,
          1
        ],
        "default": 0
      },
      {
        "id": "liftOutput",
        "type": "normalized",
        "range": [
          0,
          1
        ],
        "default": 0
      },
      {
        "id": "strafe",
        "type": "normalized",
        "range": [
          -1,
          1
        ],
        "default": 0
      }
    ],
    "pivot": {
      "x": 0.5,
      "y": 0.58
    },
    "collision": "hover-dome-with-ground-altitude-ray",
    "loop": {
      "states": [
        "lift",
        "hover",
        "strafe"
      ],
      "durationMs": 1100
    }
  },
  "frames": [
    {
      "state": "grounded",
      "index": 0,
      "png": "media/frames/grounded.png",
      "webp": "media/frames/grounded.webp",
      "sourceRect": {
        "x": 0,
        "y": 0,
        "width": 512,
        "height": 512
      },
      "contentBounds": {
        "x": 0.0781,
        "y": 0.3516,
        "width": 0.8477,
        "height": 0.4883
      }
    },
    {
      "state": "spin-up",
      "index": 1,
      "png": "media/frames/spin-up.png",
      "webp": "media/frames/spin-up.webp",
      "sourceRect": {
        "x": 512,
        "y": 0,
        "width": 512,
        "height": 512
      },
      "contentBounds": {
        "x": 0.0879,
        "y": 0.3594,
        "width": 0.7793,
        "height": 0.5
      }
    },
    {
      "state": "lift",
      "index": 2,
      "png": "media/frames/lift.png",
      "webp": "media/frames/lift.webp",
      "sourceRect": {
        "x": 1024,
        "y": 0,
        "width": 512,
        "height": 512
      },
      "contentBounds": {
        "x": 0.0391,
        "y": 0.2031,
        "width": 0.7988,
        "height": 0.668
      }
    },
    {
      "state": "hover",
      "index": 3,
      "png": "media/frames/hover.png",
      "webp": "media/frames/hover.webp",
      "sourceRect": {
        "x": 0,
        "y": 512,
        "width": 512,
        "height": 512
      },
      "contentBounds": {
        "x": 0.084,
        "y": 0.0996,
        "width": 0.8398,
        "height": 0.623
      }
    },
    {
      "state": "strafe",
      "index": 4,
      "png": "media/frames/strafe.png",
      "webp": "media/frames/strafe.webp",
      "sourceRect": {
        "x": 512,
        "y": 512,
        "width": 512,
        "height": 512
      },
      "contentBounds": {
        "x": 0.0879,
        "y": 0.1074,
        "width": 0.8105,
        "height": 0.6191
      }
    },
    {
      "state": "touchdown",
      "index": 5,
      "png": "media/frames/touchdown.png",
      "webp": "media/frames/touchdown.webp",
      "sourceRect": {
        "x": 1024,
        "y": 512,
        "width": 512,
        "height": 512
      },
      "contentBounds": {
        "x": 0.0039,
        "y": 0.2129,
        "width": 0.8848,
        "height": 0.4941
      }
    }
  ]
}
