{
  "$schema": "/characters/v2/schemas/state-machine.schema.json",
  "schemaVersion": "1.0.0",
  "kind": "nandarona.character-state-machine",
  "releaseId": "kaeshino@2.7.0",
  "initialState": "closed-back",
  "states": {
    "closed-back": {
      "status": "canonical",
      "intent": "合う瞬間だけ返す前の基準状態",
      "allowedNext": [
        "notice",
        "closed-back"
      ],
      "visualChannel": "growth amount, leaf or root geometry, hinge angle, maturity, branch choice, restrained organic motion"
    },
    "notice": {
      "status": "canonical",
      "intent": "短時間の反撃窓提示役としての notice 状態",
      "allowedNext": [
        "open-window",
        "closed-back"
      ],
      "visualChannel": "growth amount, leaf or root geometry, hinge angle, maturity, branch choice, restrained organic motion"
    },
    "open-window": {
      "status": "canonical",
      "intent": "短時間の反撃窓提示役としての open-window 状態",
      "allowedNext": [
        "return-hit",
        "closed-back"
      ],
      "visualChannel": "growth amount, leaf or root geometry, hinge angle, maturity, branch choice, restrained organic motion"
    },
    "return-hit": {
      "status": "canonical",
      "intent": "短時間の反撃窓提示役としての return-hit 状態",
      "allowedNext": [
        "spent-back",
        "closed-back"
      ],
      "visualChannel": "growth amount, leaf or root geometry, hinge angle, maturity, branch choice, restrained organic motion"
    },
    "spent-back": {
      "status": "canonical",
      "intent": "短時間の反撃窓提示役としての spent-back 状態",
      "allowedNext": [
        "recover",
        "closed-back"
      ],
      "visualChannel": "growth amount, leaf or root geometry, hinge angle, maturity, branch choice, restrained organic motion"
    },
    "recover": {
      "status": "canonical",
      "intent": "短時間の反撃窓提示役としての recover 状態",
      "allowedNext": [
        "closed-back"
      ],
      "visualChannel": "growth amount, leaf or root geometry, hinge angle, maturity, branch choice, restrained organic motion"
    }
  },
  "events": {
    "activate": "notice",
    "intensify": "return-hit",
    "resolve": "spent-back",
    "reset": "closed-back"
  },
  "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."
  ]
}
