{
  "$schema": "/characters/v2/schemas/state-machine.schema.json",
  "schemaVersion": "1.0.0",
  "kind": "nandarona.character-state-machine",
  "releaseId": "ukishizu@2.5.0",
  "initialState": "surface",
  "states": {
    "surface": {
      "status": "canonical",
      "intent": "浮力を切り替える前の基準状態",
      "allowedNext": [
        "vent",
        "surface"
      ],
      "visualChannel": "growth amount, leaf or root geometry, hinge angle, maturity, branch choice, restrained organic motion"
    },
    "vent": {
      "status": "canonical",
      "intent": "浮沈切替型の水中オブジェクト役としての vent 状態",
      "allowedNext": [
        "sink",
        "surface"
      ],
      "visualChannel": "growth amount, leaf or root geometry, hinge angle, maturity, branch choice, restrained organic motion"
    },
    "sink": {
      "status": "canonical",
      "intent": "浮沈切替型の水中オブジェクト役としての sink 状態",
      "allowedNext": [
        "neutral-depth",
        "surface"
      ],
      "visualChannel": "growth amount, leaf or root geometry, hinge angle, maturity, branch choice, restrained organic motion"
    },
    "neutral-depth": {
      "status": "canonical",
      "intent": "浮沈切替型の水中オブジェクト役としての neutral-depth 状態",
      "allowedNext": [
        "rise",
        "surface"
      ],
      "visualChannel": "growth amount, leaf or root geometry, hinge angle, maturity, branch choice, restrained organic motion"
    },
    "rise": {
      "status": "canonical",
      "intent": "浮沈切替型の水中オブジェクト役としての rise 状態",
      "allowedNext": [
        "bob",
        "surface"
      ],
      "visualChannel": "growth amount, leaf or root geometry, hinge angle, maturity, branch choice, restrained organic motion"
    },
    "bob": {
      "status": "canonical",
      "intent": "浮沈切替型の水中オブジェクト役としての bob 状態",
      "allowedNext": [
        "surface"
      ],
      "visualChannel": "growth amount, leaf or root geometry, hinge angle, maturity, branch choice, restrained organic motion"
    }
  },
  "events": {
    "activate": "vent",
    "intensify": "neutral-depth",
    "resolve": "rise",
    "reset": "surface"
  },
  "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."
  ]
}
