{
  "$schema": "/characters/v2/schemas/state-machine.schema.json",
  "schemaVersion": "1.0.0",
  "kind": "nandarona.character-state-machine",
  "releaseId": "hyoshino@2.9.0",
  "initialState": "beat-far",
  "states": {
    "beat-far": {
      "status": "canonical",
      "intent": "合う拍で一度だけ触れる前の基準状態",
      "allowedNext": [
        "beat-approach",
        "beat-far"
      ],
      "visualChannel": "growth amount, leaf or root geometry, hinge angle, maturity, branch choice, restrained organic motion"
    },
    "beat-approach": {
      "status": "canonical",
      "intent": "リズム入力の受付時間窓役としての beat-approach 状態",
      "allowedNext": [
        "early-zone",
        "beat-far"
      ],
      "visualChannel": "growth amount, leaf or root geometry, hinge angle, maturity, branch choice, restrained organic motion"
    },
    "early-zone": {
      "status": "canonical",
      "intent": "リズム入力の受付時間窓役としての early-zone 状態",
      "allowedNext": [
        "accept-zone",
        "beat-far"
      ],
      "visualChannel": "growth amount, leaf or root geometry, hinge angle, maturity, branch choice, restrained organic motion"
    },
    "accept-zone": {
      "status": "canonical",
      "intent": "リズム入力の受付時間窓役としての accept-zone 状態",
      "allowedNext": [
        "late-zone",
        "beat-far"
      ],
      "visualChannel": "growth amount, leaf or root geometry, hinge angle, maturity, branch choice, restrained organic motion"
    },
    "late-zone": {
      "status": "canonical",
      "intent": "リズム入力の受付時間窓役としての late-zone 状態",
      "allowedNext": [
        "next-beat",
        "beat-far"
      ],
      "visualChannel": "growth amount, leaf or root geometry, hinge angle, maturity, branch choice, restrained organic motion"
    },
    "next-beat": {
      "status": "canonical",
      "intent": "リズム入力の受付時間窓役としての next-beat 状態",
      "allowedNext": [
        "beat-far"
      ],
      "visualChannel": "growth amount, leaf or root geometry, hinge angle, maturity, branch choice, restrained organic motion"
    }
  },
  "events": {
    "activate": "beat-approach",
    "intensify": "accept-zone",
    "resolve": "late-zone",
    "reset": "beat-far"
  },
  "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."
  ]
}
