{
  "schemaVersion": "1.0.0",
  "kind": "nandarona.character-2d-runtime",
  "characterId": "noborimi",
  "familyId": "locomotion",
  "sourceRelease": "noborimi@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": "noborimi",
    "motionModel": "alternating-wall-grip",
    "channels": [
      {
        "id": "climbProgress",
        "type": "normalized",
        "range": [
          0,
          1
        ],
        "default": 0
      },
      {
        "id": "gripPhase",
        "type": "integer",
        "range": [
          0,
          5
        ],
        "default": 0
      },
      {
        "id": "surfaceAngle",
        "type": "angle-degrees",
        "range": [
          -180,
          180
        ],
        "default": 0
      }
    ],
    "pivot": {
      "x": 0.5,
      "y": 0.54
    },
    "collision": "wall-climb-body-with-six-grip-probes",
    "loop": {
      "states": [
        "first-grip",
        "climb"
      ],
      "durationMs": 950
    }
  },
  "frames": [
    {
      "state": "ground",
      "index": 0,
      "png": "media/frames/ground.png",
      "webp": "media/frames/ground.webp",
      "sourceRect": {
        "x": 0,
        "y": 0,
        "width": 512,
        "height": 512
      },
      "contentBounds": {
        "x": 0.3086,
        "y": 0.0449,
        "width": 0.6582,
        "height": 0.9199
      }
    },
    {
      "state": "first-grip",
      "index": 1,
      "png": "media/frames/first-grip.png",
      "webp": "media/frames/first-grip.webp",
      "sourceRect": {
        "x": 512,
        "y": 0,
        "width": 512,
        "height": 512
      },
      "contentBounds": {
        "x": 0.3984,
        "y": 0.0449,
        "width": 0.5664,
        "height": 0.9199
      }
    },
    {
      "state": "climb",
      "index": 2,
      "png": "media/frames/climb.png",
      "webp": "media/frames/climb.webp",
      "sourceRect": {
        "x": 1024,
        "y": 0,
        "width": 512,
        "height": 512
      },
      "contentBounds": {
        "x": 0.3555,
        "y": 0.0449,
        "width": 0.6035,
        "height": 0.9199
      }
    },
    {
      "state": "reach-edge",
      "index": 3,
      "png": "media/frames/reach-edge.png",
      "webp": "media/frames/reach-edge.webp",
      "sourceRect": {
        "x": 0,
        "y": 512,
        "width": 512,
        "height": 512
      },
      "contentBounds": {
        "x": 0.4395,
        "y": 0.1211,
        "width": 0.5293,
        "height": 0.8359
      }
    },
    {
      "state": "mantle",
      "index": 4,
      "png": "media/frames/mantle.png",
      "webp": "media/frames/mantle.webp",
      "sourceRect": {
        "x": 512,
        "y": 512,
        "width": 512,
        "height": 512
      },
      "contentBounds": {
        "x": 0.3125,
        "y": 0.1387,
        "width": 0.6523,
        "height": 0.8184
      }
    },
    {
      "state": "top",
      "index": 5,
      "png": "media/frames/top.png",
      "webp": "media/frames/top.webp",
      "sourceRect": {
        "x": 1024,
        "y": 512,
        "width": 512,
        "height": 512
      },
      "contentBounds": {
        "x": 0.2676,
        "y": 0.0918,
        "width": 0.6934,
        "height": 0.8652
      }
    }
  ]
}
