{
  "$schema": "/characters/v2/schemas/state-machine.schema.json",
  "schemaVersion": "1.0.0",
  "kind": "nandarona.character-state-machine",
  "releaseId": "sasari@2.5.0",
  "initialState": "separate",
  "states": {
    "separate": {
      "status": "canonical",
      "intent": "向きを合わせて差し込む前の基準状態",
      "allowedNext": [
        "approach",
        "separate"
      ],
      "visualChannel": "growth amount, leaf or root geometry, hinge angle, maturity, branch choice, restrained organic motion"
    },
    "approach": {
      "status": "canonical",
      "intent": "形状キー付きソケット挿入役としての approach 状態",
      "allowedNext": [
        "rotate-align",
        "separate"
      ],
      "visualChannel": "growth amount, leaf or root geometry, hinge angle, maturity, branch choice, restrained organic motion"
    },
    "rotate-align": {
      "status": "canonical",
      "intent": "形状キー付きソケット挿入役としての rotate-align 状態",
      "allowedNext": [
        "first-click",
        "separate"
      ],
      "visualChannel": "growth amount, leaf or root geometry, hinge angle, maturity, branch choice, restrained organic motion"
    },
    "first-click": {
      "status": "canonical",
      "intent": "形状キー付きソケット挿入役としての first-click 状態",
      "allowedNext": [
        "seat-deep",
        "separate"
      ],
      "visualChannel": "growth amount, leaf or root geometry, hinge angle, maturity, branch choice, restrained organic motion"
    },
    "seat-deep": {
      "status": "canonical",
      "intent": "形状キー付きソケット挿入役としての seat-deep 状態",
      "allowedNext": [
        "eject",
        "separate"
      ],
      "visualChannel": "growth amount, leaf or root geometry, hinge angle, maturity, branch choice, restrained organic motion"
    },
    "eject": {
      "status": "canonical",
      "intent": "形状キー付きソケット挿入役としての eject 状態",
      "allowedNext": [
        "separate"
      ],
      "visualChannel": "growth amount, leaf or root geometry, hinge angle, maturity, branch choice, restrained organic motion"
    }
  },
  "events": {
    "activate": "approach",
    "intensify": "first-click",
    "resolve": "seat-deep",
    "reset": "separate"
  },
  "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."
  ]
}
