{
  "$schema": "/characters/v2/schemas/state-machine.schema.json",
  "schemaVersion": "1.0.0",
  "kind": "nandarona.character-state-machine",
  "releaseId": "oshitane@2.9.0",
  "initialState": "ready",
  "states": {
    "ready": {
      "status": "canonical",
      "intent": "一度だけ押して伝える前の基準状態",
      "allowedNext": [
        "touch",
        "ready"
      ],
      "visualChannel": "growth amount, leaf or root geometry, hinge angle, maturity, branch choice, restrained organic motion"
    },
    "touch": {
      "status": "canonical",
      "intent": "単発入力の受付・確定役としての touch 状態",
      "allowedNext": [
        "press-half",
        "ready"
      ],
      "visualChannel": "growth amount, leaf or root geometry, hinge angle, maturity, branch choice, restrained organic motion"
    },
    "press-half": {
      "status": "canonical",
      "intent": "単発入力の受付・確定役としての press-half 状態",
      "allowedNext": [
        "accepted",
        "ready"
      ],
      "visualChannel": "growth amount, leaf or root geometry, hinge angle, maturity, branch choice, restrained organic motion"
    },
    "accepted": {
      "status": "canonical",
      "intent": "単発入力の受付・確定役としての accepted 状態",
      "allowedNext": [
        "release",
        "ready"
      ],
      "visualChannel": "growth amount, leaf or root geometry, hinge angle, maturity, branch choice, restrained organic motion"
    },
    "release": {
      "status": "canonical",
      "intent": "単発入力の受付・確定役としての release 状態",
      "allowedNext": [
        "ready-again",
        "ready"
      ],
      "visualChannel": "growth amount, leaf or root geometry, hinge angle, maturity, branch choice, restrained organic motion"
    },
    "ready-again": {
      "status": "canonical",
      "intent": "単発入力の受付・確定役としての ready-again 状態",
      "allowedNext": [
        "ready"
      ],
      "visualChannel": "growth amount, leaf or root geometry, hinge angle, maturity, branch choice, restrained organic motion"
    }
  },
  "events": {
    "activate": "touch",
    "intensify": "accepted",
    "resolve": "release",
    "reset": "ready"
  },
  "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."
  ]
}
