{
  "schemaVersion": "1.0.0",
  "kind": "nandarona.character-2d-runtime",
  "characterId": "kazemichi",
  "familyId": "weather",
  "sourceRelease": "kazemichi@2.3.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 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 channels when practical; crossfade when topology changes.",
    "collisionPolicy": "These are readable environmental signals, not physics bodies. Use gameplay volumes separate from artwork.",
    "reducedMotion": "Jump to the destination state or use a 120ms opacity crossfade; never require flashing to understand state."
  },
  "motion": {
    "characterId": "kazemichi",
    "motionModel": "ribbon-field",
    "channels": [
      {
        "id": "windAngle",
        "type": "angle-degrees",
        "range": [
          -180,
          180
        ],
        "default": 0
      },
      {
        "id": "ribbonBend",
        "type": "normalized",
        "range": [
          0,
          1
        ],
        "default": 0.2
      },
      {
        "id": "gustStrength",
        "type": "normalized",
        "range": [
          0,
          1
        ],
        "default": 0
      }
    ],
    "pivot": {
      "x": 0.18,
      "y": 0.5
    },
    "collision": "none",
    "loop": {
      "states": [
        "calm",
        "sense-draft"
      ],
      "durationMs": 1800
    }
  },
  "frames": [
    {
      "state": "calm",
      "index": 0,
      "png": "media/frames/calm.png",
      "webp": "media/frames/calm.webp",
      "sourceRect": {
        "x": 0,
        "y": 0,
        "width": 512,
        "height": 512
      },
      "contentBounds": {
        "x": 0.0723,
        "y": 0.3887,
        "width": 0.8555,
        "height": 0.4629
      }
    },
    {
      "state": "sense-draft",
      "index": 1,
      "png": "media/frames/sense-draft.png",
      "webp": "media/frames/sense-draft.webp",
      "sourceRect": {
        "x": 512,
        "y": 0,
        "width": 512,
        "height": 512
      },
      "contentBounds": {
        "x": 0.0508,
        "y": 0.1973,
        "width": 0.9492,
        "height": 0.6543
      }
    },
    {
      "state": "point",
      "index": 2,
      "png": "media/frames/point.png",
      "webp": "media/frames/point.webp",
      "sourceRect": {
        "x": 1024,
        "y": 0,
        "width": 512,
        "height": 512
      },
      "contentBounds": {
        "x": 0,
        "y": 0.3965,
        "width": 0.9395,
        "height": 0.4551
      }
    },
    {
      "state": "gust",
      "index": 3,
      "png": "media/frames/gust.png",
      "webp": "media/frames/gust.webp",
      "sourceRect": {
        "x": 0,
        "y": 512,
        "width": 512,
        "height": 512
      },
      "contentBounds": {
        "x": 0.0723,
        "y": 0.0645,
        "width": 0.9199,
        "height": 0.6426
      }
    },
    {
      "state": "crosswind",
      "index": 4,
      "png": "media/frames/crosswind.png",
      "webp": "media/frames/crosswind.webp",
      "sourceRect": {
        "x": 512,
        "y": 512,
        "width": 512,
        "height": 512
      },
      "contentBounds": {
        "x": 0.0703,
        "y": 0.0391,
        "width": 0.9297,
        "height": 0.6699
      }
    },
    {
      "state": "fade",
      "index": 5,
      "png": "media/frames/fade.png",
      "webp": "media/frames/fade.webp",
      "sourceRect": {
        "x": 1024,
        "y": 512,
        "width": 512,
        "height": 512
      },
      "contentBounds": {
        "x": 0,
        "y": 0.1621,
        "width": 0.9063,
        "height": 0.5449
      }
    }
  ]
}
