{
  "$schema": "/characters/v2/schemas/state-machine.schema.json",
  "schemaVersion": "1.0.0",
  "kind": "nandarona.character-state-machine",
  "releaseId": "kazemichi@2.3.0",
  "initialState": "calm",
  "states": {
    "calm": {
      "status": "canonical",
      "intent": "先をなびく前の基準状態",
      "allowedNext": [
        "sense-draft",
        "calm"
      ],
      "visualChannel": "field direction, layer density, interval, light geometry, trace age, restrained atmospheric motion"
    },
    "sense-draft": {
      "status": "canonical",
      "intent": "風向と移動予兆の可視化役としての sense-draft 状態",
      "allowedNext": [
        "point",
        "calm"
      ],
      "visualChannel": "field direction, layer density, interval, light geometry, trace age, restrained atmospheric motion"
    },
    "point": {
      "status": "canonical",
      "intent": "風向と移動予兆の可視化役としての point 状態",
      "allowedNext": [
        "gust",
        "calm"
      ],
      "visualChannel": "field direction, layer density, interval, light geometry, trace age, restrained atmospheric motion"
    },
    "gust": {
      "status": "canonical",
      "intent": "風向と移動予兆の可視化役としての gust 状態",
      "allowedNext": [
        "crosswind",
        "calm"
      ],
      "visualChannel": "field direction, layer density, interval, light geometry, trace age, restrained atmospheric motion"
    },
    "crosswind": {
      "status": "canonical",
      "intent": "風向と移動予兆の可視化役としての crosswind 状態",
      "allowedNext": [
        "fade",
        "calm"
      ],
      "visualChannel": "field direction, layer density, interval, light geometry, trace age, restrained atmospheric motion"
    },
    "fade": {
      "status": "canonical",
      "intent": "風向と移動予兆の可視化役としての fade 状態",
      "allowedNext": [
        "calm"
      ],
      "visualChannel": "field direction, layer density, interval, light geometry, trace age, restrained atmospheric motion"
    }
  },
  "events": {
    "activate": "sense-draft",
    "intensify": "gust",
    "resolve": "crosswind",
    "reset": "calm"
  },
  "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."
  ]
}
