{
  "$schema": "/characters/v2/schemas/state-machine.schema.json",
  "schemaVersion": "1.0.0",
  "kind": "nandarona.character-state-machine",
  "releaseId": "makiina@2.8.0",
  "initialState": "present",
  "states": {
    "present": {
      "status": "canonical",
      "intent": "直前の区間を巻き戻して見せる前の基準状態",
      "allowedNext": [
        "select-back",
        "present"
      ],
      "visualChannel": "growth amount, leaf or root geometry, hinge angle, maturity, branch choice, restrained organic motion"
    },
    "select-back": {
      "status": "canonical",
      "intent": "有限区間のリプレイ・巻戻し役としての select-back 状態",
      "allowedNext": [
        "tooth-one",
        "present"
      ],
      "visualChannel": "growth amount, leaf or root geometry, hinge angle, maturity, branch choice, restrained organic motion"
    },
    "tooth-one": {
      "status": "canonical",
      "intent": "有限区間のリプレイ・巻戻し役としての tooth-one 状態",
      "allowedNext": [
        "rewind",
        "present"
      ],
      "visualChannel": "growth amount, leaf or root geometry, hinge angle, maturity, branch choice, restrained organic motion"
    },
    "rewind": {
      "status": "canonical",
      "intent": "有限区間のリプレイ・巻戻し役としての rewind 状態",
      "allowedNext": [
        "replay",
        "present"
      ],
      "visualChannel": "growth amount, leaf or root geometry, hinge angle, maturity, branch choice, restrained organic motion"
    },
    "replay": {
      "status": "canonical",
      "intent": "有限区間のリプレイ・巻戻し役としての replay 状態",
      "allowedNext": [
        "return-present",
        "present"
      ],
      "visualChannel": "growth amount, leaf or root geometry, hinge angle, maturity, branch choice, restrained organic motion"
    },
    "return-present": {
      "status": "canonical",
      "intent": "有限区間のリプレイ・巻戻し役としての return-present 状態",
      "allowedNext": [
        "present"
      ],
      "visualChannel": "growth amount, leaf or root geometry, hinge angle, maturity, branch choice, restrained organic motion"
    }
  },
  "events": {
    "activate": "select-back",
    "intensify": "rewind",
    "resolve": "replay",
    "reset": "present"
  },
  "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."
  ]
}
