{
  "$schema": "/characters/v2/schemas/state-machine.schema.json",
  "schemaVersion": "1.0.0",
  "kind": "nandarona.character-state-machine",
  "releaseId": "yobishiro@2.7.0",
  "initialState": "two-slots",
  "states": {
    "two-slots": {
      "status": "canonical",
      "intent": "空いた槽へ一体だけ呼ぶ前の基準状態",
      "allowedNext": [
        "choose-slot",
        "two-slots"
      ],
      "visualChannel": "growth amount, leaf or root geometry, hinge angle, maturity, branch choice, restrained organic motion"
    },
    "choose-slot": {
      "status": "canonical",
      "intent": "上限付き増援呼出し役としての choose-slot 状態",
      "allowedNext": [
        "open-slot",
        "two-slots"
      ],
      "visualChannel": "growth amount, leaf or root geometry, hinge angle, maturity, branch choice, restrained organic motion"
    },
    "open-slot": {
      "status": "canonical",
      "intent": "上限付き増援呼出し役としての open-slot 状態",
      "allowedNext": [
        "call-one",
        "two-slots"
      ],
      "visualChannel": "growth amount, leaf or root geometry, hinge angle, maturity, branch choice, restrained organic motion"
    },
    "call-one": {
      "status": "canonical",
      "intent": "上限付き増援呼出し役としての call-one 状態",
      "allowedNext": [
        "one-slot-left",
        "two-slots"
      ],
      "visualChannel": "growth amount, leaf or root geometry, hinge angle, maturity, branch choice, restrained organic motion"
    },
    "one-slot-left": {
      "status": "canonical",
      "intent": "上限付き増援呼出し役としての one-slot-left 状態",
      "allowedNext": [
        "both-closed",
        "two-slots"
      ],
      "visualChannel": "growth amount, leaf or root geometry, hinge angle, maturity, branch choice, restrained organic motion"
    },
    "both-closed": {
      "status": "canonical",
      "intent": "上限付き増援呼出し役としての both-closed 状態",
      "allowedNext": [
        "two-slots"
      ],
      "visualChannel": "growth amount, leaf or root geometry, hinge angle, maturity, branch choice, restrained organic motion"
    }
  },
  "events": {
    "activate": "choose-slot",
    "intensify": "call-one",
    "resolve": "one-slot-left",
    "reset": "two-slots"
  },
  "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."
  ]
}
