{
  "$schema": "/characters/v2/schemas/state-machine.schema.json",
  "schemaVersion": "1.0.0",
  "kind": "nandarona.character-state-machine",
  "releaseId": "inabika@2.3.0",
  "initialState": "quiet",
  "states": {
    "quiet": {
      "status": "canonical",
      "intent": "閃く前に知らせる前の基準状態",
      "allowedNext": [
        "charge",
        "quiet"
      ],
      "visualChannel": "field direction, layer density, interval, light geometry, trace age, restrained atmospheric motion"
    },
    "charge": {
      "status": "canonical",
      "intent": "瞬発危険の段階予告役としての charge 状態",
      "allowedNext": [
        "mark-ground",
        "quiet"
      ],
      "visualChannel": "field direction, layer density, interval, light geometry, trace age, restrained atmospheric motion"
    },
    "mark-ground": {
      "status": "canonical",
      "intent": "瞬発危険の段階予告役としての mark-ground 状態",
      "allowedNext": [
        "preflash",
        "quiet"
      ],
      "visualChannel": "field direction, layer density, interval, light geometry, trace age, restrained atmospheric motion"
    },
    "preflash": {
      "status": "canonical",
      "intent": "瞬発危険の段階予告役としての preflash 状態",
      "allowedNext": [
        "strike",
        "quiet"
      ],
      "visualChannel": "field direction, layer density, interval, light geometry, trace age, restrained atmospheric motion"
    },
    "strike": {
      "status": "canonical",
      "intent": "瞬発危険の段階予告役としての strike 状態",
      "allowedNext": [
        "afterglow",
        "quiet"
      ],
      "visualChannel": "field direction, layer density, interval, light geometry, trace age, restrained atmospheric motion"
    },
    "afterglow": {
      "status": "canonical",
      "intent": "瞬発危険の段階予告役としての afterglow 状態",
      "allowedNext": [
        "quiet"
      ],
      "visualChannel": "field direction, layer density, interval, light geometry, trace age, restrained atmospheric motion"
    }
  },
  "events": {
    "activate": "charge",
    "intensify": "preflash",
    "resolve": "strike",
    "reset": "quiet"
  },
  "guards": [
    "点滅だけに依存しない",
    "攻撃そのものを主役にしない",
    "恐怖表情や歯を付けない",
    "Unknown facts must remain unknown and must not be promoted to canonical by a transition.",
    "A transition must preserve common DNA, family DNA, and individual silhouette."
  ]
}
