{
  "$schema": "/characters/v2/schemas/state-machine.schema.json",
  "schemaVersion": "1.0.0",
  "kind": "nandarona.character-state-machine",
  "releaseId": "nidanpo@2.9.0",
  "initialState": "both-ready",
  "states": {
    "both-ready": {
      "status": "canonical",
      "intent": "二度の間隔をそろえる前の基準状態",
      "allowedNext": [
        "first-tap",
        "both-ready"
      ],
      "visualChannel": "growth amount, leaf or root geometry, hinge angle, maturity, branch choice, restrained organic motion"
    },
    "first-tap": {
      "status": "canonical",
      "intent": "ダブルタップ入力の時間窓役としての first-tap 状態",
      "allowedNext": [
        "window-open",
        "both-ready"
      ],
      "visualChannel": "growth amount, leaf or root geometry, hinge angle, maturity, branch choice, restrained organic motion"
    },
    "window-open": {
      "status": "canonical",
      "intent": "ダブルタップ入力の時間窓役としての window-open 状態",
      "allowedNext": [
        "second-tap",
        "both-ready"
      ],
      "visualChannel": "growth amount, leaf or root geometry, hinge angle, maturity, branch choice, restrained organic motion"
    },
    "second-tap": {
      "status": "canonical",
      "intent": "ダブルタップ入力の時間窓役としての second-tap 状態",
      "allowedNext": [
        "paired",
        "both-ready"
      ],
      "visualChannel": "growth amount, leaf or root geometry, hinge angle, maturity, branch choice, restrained organic motion"
    },
    "paired": {
      "status": "canonical",
      "intent": "ダブルタップ入力の時間窓役としての paired 状態",
      "allowedNext": [
        "window-reset",
        "both-ready"
      ],
      "visualChannel": "growth amount, leaf or root geometry, hinge angle, maturity, branch choice, restrained organic motion"
    },
    "window-reset": {
      "status": "canonical",
      "intent": "ダブルタップ入力の時間窓役としての window-reset 状態",
      "allowedNext": [
        "both-ready"
      ],
      "visualChannel": "growth amount, leaf or root geometry, hinge angle, maturity, branch choice, restrained organic motion"
    }
  },
  "events": {
    "activate": "first-tap",
    "intensify": "second-tap",
    "resolve": "paired",
    "reset": "both-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."
  ]
}
