{
  "$schema": "/characters/v2/schemas/state-machine.schema.json",
  "schemaVersion": "1.0.0",
  "kind": "nandarona.character-state-machine",
  "releaseId": "suberimi@2.9.0",
  "initialState": "centered",
  "states": {
    "centered": {
      "status": "canonical",
      "intent": "決めた方向へ滑らせる前の基準状態",
      "allowedNext": [
        "choose-rail",
        "centered"
      ],
      "visualChannel": "growth amount, leaf or root geometry, hinge angle, maturity, branch choice, restrained organic motion"
    },
    "choose-rail": {
      "status": "canonical",
      "intent": "方向スワイプ・フリック入力役としての choose-rail 状態",
      "allowedNext": [
        "travel",
        "centered"
      ],
      "visualChannel": "growth amount, leaf or root geometry, hinge angle, maturity, branch choice, restrained organic motion"
    },
    "travel": {
      "status": "canonical",
      "intent": "方向スワイプ・フリック入力役としての travel 状態",
      "allowedNext": [
        "threshold",
        "centered"
      ],
      "visualChannel": "growth amount, leaf or root geometry, hinge angle, maturity, branch choice, restrained organic motion"
    },
    "threshold": {
      "status": "canonical",
      "intent": "方向スワイプ・フリック入力役としての threshold 状態",
      "allowedNext": [
        "accepted-direction",
        "centered"
      ],
      "visualChannel": "growth amount, leaf or root geometry, hinge angle, maturity, branch choice, restrained organic motion"
    },
    "accepted-direction": {
      "status": "canonical",
      "intent": "方向スワイプ・フリック入力役としての accepted-direction 状態",
      "allowedNext": [
        "return-center",
        "centered"
      ],
      "visualChannel": "growth amount, leaf or root geometry, hinge angle, maturity, branch choice, restrained organic motion"
    },
    "return-center": {
      "status": "canonical",
      "intent": "方向スワイプ・フリック入力役としての return-center 状態",
      "allowedNext": [
        "centered"
      ],
      "visualChannel": "growth amount, leaf or root geometry, hinge angle, maturity, branch choice, restrained organic motion"
    }
  },
  "events": {
    "activate": "choose-rail",
    "intensify": "threshold",
    "resolve": "accepted-direction",
    "reset": "centered"
  },
  "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."
  ]
}
