{
  "$schema": "/characters/v2/schemas/state-machine.schema.json",
  "schemaVersion": "1.0.0",
  "kind": "nandarona.character-state-machine",
  "releaseId": "kumokage@2.3.0",
  "initialState": "small-cover",
  "states": {
    "small-cover": {
      "status": "canonical",
      "intent": "影を運ぶ前の基準状態",
      "allowedNext": [
        "gather",
        "small-cover"
      ],
      "visualChannel": "field direction, layer density, interval, light geometry, trace age, restrained atmospheric motion"
    },
    "gather": {
      "status": "canonical",
      "intent": "移動する一時遮蔽の生成役としての gather 状態",
      "allowedNext": [
        "cast",
        "small-cover"
      ],
      "visualChannel": "field direction, layer density, interval, light geometry, trace age, restrained atmospheric motion"
    },
    "cast": {
      "status": "canonical",
      "intent": "移動する一時遮蔽の生成役としての cast 状態",
      "allowedNext": [
        "travel",
        "small-cover"
      ],
      "visualChannel": "field direction, layer density, interval, light geometry, trace age, restrained atmospheric motion"
    },
    "travel": {
      "status": "canonical",
      "intent": "移動する一時遮蔽の生成役としての travel 状態",
      "allowedNext": [
        "thin",
        "small-cover"
      ],
      "visualChannel": "field direction, layer density, interval, light geometry, trace age, restrained atmospheric motion"
    },
    "thin": {
      "status": "canonical",
      "intent": "移動する一時遮蔽の生成役としての thin 状態",
      "allowedNext": [
        "open-sky",
        "small-cover"
      ],
      "visualChannel": "field direction, layer density, interval, light geometry, trace age, restrained atmospheric motion"
    },
    "open-sky": {
      "status": "canonical",
      "intent": "移動する一時遮蔽の生成役としての open-sky 状態",
      "allowedNext": [
        "small-cover"
      ],
      "visualChannel": "field direction, layer density, interval, light geometry, trace age, restrained atmospheric motion"
    }
  },
  "events": {
    "activate": "gather",
    "intensify": "travel",
    "resolve": "thin",
    "reset": "small-cover"
  },
  "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."
  ]
}
