{
  "$schema": "/characters/v2/schemas/state-machine.schema.json",
  "schemaVersion": "1.0.0",
  "kind": "nandarona.character-state-machine",
  "releaseId": "hirogi@2.7.0",
  "initialState": "closed",
  "states": {
    "closed": {
      "status": "canonical",
      "intent": "扇状に範囲をひらく前の基準状態",
      "allowedNext": [
        "narrow-aim",
        "closed"
      ],
      "visualChannel": "growth amount, leaf or root geometry, hinge angle, maturity, branch choice, restrained organic motion"
    },
    "narrow-aim": {
      "status": "canonical",
      "intent": "中距離の円錐範囲展開役としての narrow-aim 状態",
      "allowedNext": [
        "widen",
        "closed"
      ],
      "visualChannel": "growth amount, leaf or root geometry, hinge angle, maturity, branch choice, restrained organic motion"
    },
    "widen": {
      "status": "canonical",
      "intent": "中距離の円錐範囲展開役としての widen 状態",
      "allowedNext": [
        "full-cone",
        "closed"
      ],
      "visualChannel": "growth amount, leaf or root geometry, hinge angle, maturity, branch choice, restrained organic motion"
    },
    "full-cone": {
      "status": "canonical",
      "intent": "中距離の円錐範囲展開役としての full-cone 状態",
      "allowedNext": [
        "collapse",
        "closed"
      ],
      "visualChannel": "growth amount, leaf or root geometry, hinge angle, maturity, branch choice, restrained organic motion"
    },
    "collapse": {
      "status": "canonical",
      "intent": "中距離の円錐範囲展開役としての collapse 状態",
      "allowedNext": [
        "cooldown",
        "closed"
      ],
      "visualChannel": "growth amount, leaf or root geometry, hinge angle, maturity, branch choice, restrained organic motion"
    },
    "cooldown": {
      "status": "canonical",
      "intent": "中距離の円錐範囲展開役としての cooldown 状態",
      "allowedNext": [
        "closed"
      ],
      "visualChannel": "growth amount, leaf or root geometry, hinge angle, maturity, branch choice, restrained organic motion"
    }
  },
  "events": {
    "activate": "narrow-aim",
    "intensify": "full-cone",
    "resolve": "collapse",
    "reset": "closed"
  },
  "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."
  ]
}
