{
  "schemaVersion": "1.0.0",
  "kind": "nandarona.character-2d-runtime",
  "characterId": "amatsugi",
  "familyId": "weather",
  "sourceRelease": "amatsugi@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": "amatsugi",
    "motionModel": "droplet-sequencer",
    "channels": [
      {
        "id": "dropPhase",
        "type": "normalized",
        "range": [
          0,
          1
        ],
        "default": 0
      },
      {
        "id": "dropSpacing",
        "type": "normalized",
        "range": [
          0.25,
          1
        ],
        "default": 0.6
      },
      {
        "id": "rainDensity",
        "type": "normalized",
        "range": [
          0,
          1
        ],
        "default": 0
      }
    ],
    "pivot": {
      "x": 0.5,
      "y": 0.5
    },
    "collision": "none",
    "loop": {
      "states": [
        "interval",
        "shower",
        "rain-gap"
      ],
      "durationMs": 1400
    }
  },
  "frames": [
    {
      "state": "dry",
      "index": 0,
      "png": "media/frames/dry.png",
      "webp": "media/frames/dry.webp",
      "sourceRect": {
        "x": 0,
        "y": 0,
        "width": 512,
        "height": 512
      },
      "contentBounds": {
        "x": 0.5176,
        "y": 0.0996,
        "width": 0.1309,
        "height": 0.7246
      }
    },
    {
      "state": "first-drop",
      "index": 1,
      "png": "media/frames/first-drop.png",
      "webp": "media/frames/first-drop.webp",
      "sourceRect": {
        "x": 512,
        "y": 0,
        "width": 512,
        "height": 512
      },
      "contentBounds": {
        "x": 0.3594,
        "y": 0.0684,
        "width": 0.2852,
        "height": 0.8516
      }
    },
    {
      "state": "interval",
      "index": 2,
      "png": "media/frames/interval.png",
      "webp": "media/frames/interval.webp",
      "sourceRect": {
        "x": 1024,
        "y": 0,
        "width": 512,
        "height": 512
      },
      "contentBounds": {
        "x": 0.2949,
        "y": 0.1094,
        "width": 0.127,
        "height": 0.8184
      }
    },
    {
      "state": "shower",
      "index": 3,
      "png": "media/frames/shower.png",
      "webp": "media/frames/shower.webp",
      "sourceRect": {
        "x": 0,
        "y": 512,
        "width": 512,
        "height": 512
      },
      "contentBounds": {
        "x": 0.4238,
        "y": 0.0352,
        "width": 0.3496,
        "height": 0.8301
      }
    },
    {
      "state": "rain-gap",
      "index": 4,
      "png": "media/frames/rain-gap.png",
      "webp": "media/frames/rain-gap.webp",
      "sourceRect": {
        "x": 512,
        "y": 512,
        "width": 512,
        "height": 512
      },
      "contentBounds": {
        "x": 0.4453,
        "y": 0.0469,
        "width": 0.1133,
        "height": 0.8281
      }
    },
    {
      "state": "clear",
      "index": 5,
      "png": "media/frames/clear.png",
      "webp": "media/frames/clear.webp",
      "sourceRect": {
        "x": 1024,
        "y": 512,
        "width": 512,
        "height": 512
      },
      "contentBounds": {
        "x": 0.1484,
        "y": 0.0469,
        "width": 0.416,
        "height": 0.7012
      }
    }
  ]
}
