{
  "schemaVersion": "1.0.0",
  "kind": "nandarona.character-2d-runtime",
  "characterId": "moguriba",
  "familyId": "locomotion",
  "sourceRelease": "moguriba@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": "moguriba",
    "motionModel": "depth-burrow-and-surface",
    "channels": [
      {
        "id": "depth",
        "type": "normalized",
        "range": [
          0,
          1
        ],
        "default": 0
      },
      {
        "id": "tunnelSpeed",
        "type": "normalized",
        "range": [
          0,
          1
        ],
        "default": 0
      },
      {
        "id": "surfaceProgress",
        "type": "normalized",
        "range": [
          0,
          1
        ],
        "default": 1
      }
    ],
    "pivot": {
      "x": 0.42,
      "y": 0.67
    },
    "collision": "burrow-wedge-with-ground-query",
    "loop": {
      "states": [
        "underground",
        "trace"
      ],
      "durationMs": 1300
    }
  },
  "frames": [
    {
      "state": "surface",
      "index": 0,
      "png": "media/frames/surface.png",
      "webp": "media/frames/surface.webp",
      "sourceRect": {
        "x": 0,
        "y": 0,
        "width": 512,
        "height": 512
      },
      "contentBounds": {
        "x": 0.0117,
        "y": 0.0117,
        "width": 0.9883,
        "height": 0.9883
      }
    },
    {
      "state": "dig-in",
      "index": 1,
      "png": "media/frames/dig-in.png",
      "webp": "media/frames/dig-in.webp",
      "sourceRect": {
        "x": 512,
        "y": 0,
        "width": 512,
        "height": 512
      },
      "contentBounds": {
        "x": 0,
        "y": 0.0117,
        "width": 1,
        "height": 0.9883
      }
    },
    {
      "state": "underground",
      "index": 2,
      "png": "media/frames/underground.png",
      "webp": "media/frames/underground.webp",
      "sourceRect": {
        "x": 1024,
        "y": 0,
        "width": 512,
        "height": 512
      },
      "contentBounds": {
        "x": 0,
        "y": 0.0117,
        "width": 0.9863,
        "height": 0.9883
      }
    },
    {
      "state": "trace",
      "index": 3,
      "png": "media/frames/trace.png",
      "webp": "media/frames/trace.webp",
      "sourceRect": {
        "x": 0,
        "y": 512,
        "width": 512,
        "height": 512
      },
      "contentBounds": {
        "x": 0.0137,
        "y": 0,
        "width": 0.9863,
        "height": 0.9863
      }
    },
    {
      "state": "emerge",
      "index": 4,
      "png": "media/frames/emerge.png",
      "webp": "media/frames/emerge.webp",
      "sourceRect": {
        "x": 512,
        "y": 512,
        "width": 512,
        "height": 512
      },
      "contentBounds": {
        "x": 0,
        "y": 0,
        "width": 1,
        "height": 0.9863
      }
    },
    {
      "state": "shake-off",
      "index": 5,
      "png": "media/frames/shake-off.png",
      "webp": "media/frames/shake-off.webp",
      "sourceRect": {
        "x": 1024,
        "y": 512,
        "width": 512,
        "height": 512
      },
      "contentBounds": {
        "x": 0,
        "y": 0,
        "width": 0.9863,
        "height": 0.9863
      }
    }
  ]
}
