{
  "$schema": "/characters/v2/schemas/state-machine.schema.json",
  "schemaVersion": "1.0.0",
  "kind": "nandarona.character-state-machine",
  "releaseId": "nezuka@2.4.0",
  "initialState": "loose",
  "states": {
    "loose": {
      "status": "canonical",
      "intent": "踏ん張る前の基準状態",
      "allowedNext": [
        "touch-ground",
        "loose"
      ],
      "visualChannel": "growth amount, leaf or root geometry, hinge angle, maturity, branch choice, restrained organic motion"
    },
    "touch-ground": {
      "status": "canonical",
      "intent": "ノックバック抵抗の接地役としての touch-ground 状態",
      "allowedNext": [
        "spread",
        "loose"
      ],
      "visualChannel": "growth amount, leaf or root geometry, hinge angle, maturity, branch choice, restrained organic motion"
    },
    "spread": {
      "status": "canonical",
      "intent": "ノックバック抵抗の接地役としての spread 状態",
      "allowedNext": [
        "root-deep",
        "loose"
      ],
      "visualChannel": "growth amount, leaf or root geometry, hinge angle, maturity, branch choice, restrained organic motion"
    },
    "root-deep": {
      "status": "canonical",
      "intent": "ノックバック抵抗の接地役としての root-deep 状態",
      "allowedNext": [
        "hold",
        "loose"
      ],
      "visualChannel": "growth amount, leaf or root geometry, hinge angle, maturity, branch choice, restrained organic motion"
    },
    "hold": {
      "status": "canonical",
      "intent": "ノックバック抵抗の接地役としての hold 状態",
      "allowedNext": [
        "unroot",
        "loose"
      ],
      "visualChannel": "growth amount, leaf or root geometry, hinge angle, maturity, branch choice, restrained organic motion"
    },
    "unroot": {
      "status": "canonical",
      "intent": "ノックバック抵抗の接地役としての unroot 状態",
      "allowedNext": [
        "loose"
      ],
      "visualChannel": "growth amount, leaf or root geometry, hinge angle, maturity, branch choice, restrained organic motion"
    }
  },
  "events": {
    "activate": "touch-ground",
    "intensify": "root-deep",
    "resolve": "hold",
    "reset": "loose"
  },
  "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."
  ]
}
