{
  "$schema": "/characters/v2/schemas/state-machine.schema.json",
  "schemaVersion": "1.0.0",
  "kind": "nandarona.character-state-machine",
  "releaseId": "tamewa@2.9.0",
  "initialState": "open",
  "states": {
    "open": {
      "status": "canonical",
      "intent": "押している間だけ保つ前の基準状態",
      "allowedNext": [
        "hold-start",
        "open"
      ],
      "visualChannel": "growth amount, leaf or root geometry, hinge angle, maturity, branch choice, restrained organic motion"
    },
    "hold-start": {
      "status": "canonical",
      "intent": "中断可能な長押し入力役としての hold-start 状態",
      "allowedNext": [
        "hold-half",
        "open"
      ],
      "visualChannel": "growth amount, leaf or root geometry, hinge angle, maturity, branch choice, restrained organic motion"
    },
    "hold-half": {
      "status": "canonical",
      "intent": "中断可能な長押し入力役としての hold-half 状態",
      "allowedNext": [
        "hold-ready",
        "open"
      ],
      "visualChannel": "growth amount, leaf or root geometry, hinge angle, maturity, branch choice, restrained organic motion"
    },
    "hold-ready": {
      "status": "canonical",
      "intent": "中断可能な長押し入力役としての hold-ready 状態",
      "allowedNext": [
        "release-early",
        "open"
      ],
      "visualChannel": "growth amount, leaf or root geometry, hinge angle, maturity, branch choice, restrained organic motion"
    },
    "release-early": {
      "status": "canonical",
      "intent": "中断可能な長押し入力役としての release-early 状態",
      "allowedNext": [
        "reset-open",
        "open"
      ],
      "visualChannel": "growth amount, leaf or root geometry, hinge angle, maturity, branch choice, restrained organic motion"
    },
    "reset-open": {
      "status": "canonical",
      "intent": "中断可能な長押し入力役としての reset-open 状態",
      "allowedNext": [
        "open"
      ],
      "visualChannel": "growth amount, leaf or root geometry, hinge angle, maturity, branch choice, restrained organic motion"
    }
  },
  "events": {
    "activate": "hold-start",
    "intensify": "hold-ready",
    "resolve": "release-early",
    "reset": "open"
  },
  "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."
  ]
}
