{
  "$schema": "/characters/v2/schemas/state-machine.schema.json",
  "schemaVersion": "1.0.0",
  "kind": "nandarona.character-state-machine",
  "releaseId": "tomemori@2.8.0",
  "initialState": "flowing",
  "states": {
    "flowing": {
      "status": "canonical",
      "intent": "現在位置を保って止める前の基準状態",
      "allowedNext": [
        "posts-rise",
        "flowing"
      ],
      "visualChannel": "growth amount, leaf or root geometry, hinge angle, maturity, branch choice, restrained organic motion"
    },
    "posts-rise": {
      "status": "canonical",
      "intent": "一時停止と再開位置保持役としての posts-rise 状態",
      "allowedNext": [
        "capture-point",
        "flowing"
      ],
      "visualChannel": "growth amount, leaf or root geometry, hinge angle, maturity, branch choice, restrained organic motion"
    },
    "capture-point": {
      "status": "canonical",
      "intent": "一時停止と再開位置保持役としての capture-point 状態",
      "allowedNext": [
        "held",
        "flowing"
      ],
      "visualChannel": "growth amount, leaf or root geometry, hinge angle, maturity, branch choice, restrained organic motion"
    },
    "held": {
      "status": "canonical",
      "intent": "一時停止と再開位置保持役としての held 状態",
      "allowedNext": [
        "posts-open",
        "flowing"
      ],
      "visualChannel": "growth amount, leaf or root geometry, hinge angle, maturity, branch choice, restrained organic motion"
    },
    "posts-open": {
      "status": "canonical",
      "intent": "一時停止と再開位置保持役としての posts-open 状態",
      "allowedNext": [
        "resume-point",
        "flowing"
      ],
      "visualChannel": "growth amount, leaf or root geometry, hinge angle, maturity, branch choice, restrained organic motion"
    },
    "resume-point": {
      "status": "canonical",
      "intent": "一時停止と再開位置保持役としての resume-point 状態",
      "allowedNext": [
        "flowing"
      ],
      "visualChannel": "growth amount, leaf or root geometry, hinge angle, maturity, branch choice, restrained organic motion"
    }
  },
  "events": {
    "activate": "posts-rise",
    "intensify": "held",
    "resolve": "posts-open",
    "reset": "flowing"
  },
  "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."
  ]
}
