{
  "$schema": "/characters/v2/schemas/state-machine.schema.json",
  "schemaVersion": "1.0.0",
  "kind": "nandarona.character-state-machine",
  "releaseId": "furiko@2.5.0",
  "initialState": "hang",
  "states": {
    "hang": {
      "status": "canonical",
      "intent": "振って離す前の基準状態",
      "allowedNext": [
        "pull-back",
        "hang"
      ],
      "visualChannel": "growth amount, leaf or root geometry, hinge angle, maturity, branch choice, restrained organic motion"
    },
    "pull-back": {
      "status": "canonical",
      "intent": "リリース時機付き振り子オブジェクト役としての pull-back 状態",
      "allowedNext": [
        "swing-low",
        "hang"
      ],
      "visualChannel": "growth amount, leaf or root geometry, hinge angle, maturity, branch choice, restrained organic motion"
    },
    "swing-low": {
      "status": "canonical",
      "intent": "リリース時機付き振り子オブジェクト役としての swing-low 状態",
      "allowedNext": [
        "swing-high",
        "hang"
      ],
      "visualChannel": "growth amount, leaf or root geometry, hinge angle, maturity, branch choice, restrained organic motion"
    },
    "swing-high": {
      "status": "canonical",
      "intent": "リリース時機付き振り子オブジェクト役としての swing-high 状態",
      "allowedNext": [
        "release-window",
        "hang"
      ],
      "visualChannel": "growth amount, leaf or root geometry, hinge angle, maturity, branch choice, restrained organic motion"
    },
    "release-window": {
      "status": "canonical",
      "intent": "リリース時機付き振り子オブジェクト役としての release-window 状態",
      "allowedNext": [
        "settle",
        "hang"
      ],
      "visualChannel": "growth amount, leaf or root geometry, hinge angle, maturity, branch choice, restrained organic motion"
    },
    "settle": {
      "status": "canonical",
      "intent": "リリース時機付き振り子オブジェクト役としての settle 状態",
      "allowedNext": [
        "hang"
      ],
      "visualChannel": "growth amount, leaf or root geometry, hinge angle, maturity, branch choice, restrained organic motion"
    }
  },
  "events": {
    "activate": "pull-back",
    "intensify": "swing-high",
    "resolve": "release-window",
    "reset": "hang"
  },
  "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."
  ]
}
