{
  "$schema": "/characters/v2/schemas/state-machine.schema.json",
  "schemaVersion": "1.0.0",
  "kind": "nandarona.character-state-machine",
  "releaseId": "machiawa@2.8.0",
  "initialState": "rest",
  "states": {
    "rest": {
      "status": "canonical",
      "intent": "始まる前を静かに待つ前の基準状態",
      "allowedNext": [
        "dot-one",
        "rest"
      ],
      "visualChannel": "growth amount, leaf or root geometry, hinge angle, maturity, branch choice, restrained organic motion"
    },
    "dot-one": {
      "status": "canonical",
      "intent": "配信・ゲーム開始前の待機表示役としての dot-one 状態",
      "allowedNext": [
        "dot-two",
        "rest"
      ],
      "visualChannel": "growth amount, leaf or root geometry, hinge angle, maturity, branch choice, restrained organic motion"
    },
    "dot-two": {
      "status": "canonical",
      "intent": "配信・ゲーム開始前の待機表示役としての dot-two 状態",
      "allowedNext": [
        "dot-three",
        "rest"
      ],
      "visualChannel": "growth amount, leaf or root geometry, hinge angle, maturity, branch choice, restrained organic motion"
    },
    "dot-three": {
      "status": "canonical",
      "intent": "配信・ゲーム開始前の待機表示役としての dot-three 状態",
      "allowedNext": [
        "ready-line",
        "rest"
      ],
      "visualChannel": "growth amount, leaf or root geometry, hinge angle, maturity, branch choice, restrained organic motion"
    },
    "ready-line": {
      "status": "canonical",
      "intent": "配信・ゲーム開始前の待機表示役としての ready-line 状態",
      "allowedNext": [
        "soft-reset",
        "rest"
      ],
      "visualChannel": "growth amount, leaf or root geometry, hinge angle, maturity, branch choice, restrained organic motion"
    },
    "soft-reset": {
      "status": "canonical",
      "intent": "配信・ゲーム開始前の待機表示役としての soft-reset 状態",
      "allowedNext": [
        "rest"
      ],
      "visualChannel": "growth amount, leaf or root geometry, hinge angle, maturity, branch choice, restrained organic motion"
    }
  },
  "events": {
    "activate": "dot-one",
    "intensify": "dot-three",
    "resolve": "ready-line",
    "reset": "rest"
  },
  "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."
  ]
}
