{
  "$schema": "/characters/v2/schemas/state-machine.schema.json",
  "schemaVersion": "1.0.0",
  "kind": "nandarona.character-state-machine",
  "releaseId": "oshire@2.5.0",
  "initialState": "parked",
  "states": {
    "parked": {
      "status": "canonical",
      "intent": "決まった向きへ押す前の基準状態",
      "allowedNext": [
        "contact",
        "parked"
      ],
      "visualChannel": "growth amount, leaf or root geometry, hinge angle, maturity, branch choice, restrained organic motion"
    },
    "contact": {
      "status": "canonical",
      "intent": "方向制限付き押込みブロック役としての contact 状態",
      "allowedNext": [
        "load",
        "parked"
      ],
      "visualChannel": "growth amount, leaf or root geometry, hinge angle, maturity, branch choice, restrained organic motion"
    },
    "load": {
      "status": "canonical",
      "intent": "方向制限付き押込みブロック役としての load 状態",
      "allowedNext": [
        "slide",
        "parked"
      ],
      "visualChannel": "growth amount, leaf or root geometry, hinge angle, maturity, branch choice, restrained organic motion"
    },
    "slide": {
      "status": "canonical",
      "intent": "方向制限付き押込みブロック役としての slide 状態",
      "allowedNext": [
        "near-stop",
        "parked"
      ],
      "visualChannel": "growth amount, leaf or root geometry, hinge angle, maturity, branch choice, restrained organic motion"
    },
    "near-stop": {
      "status": "canonical",
      "intent": "方向制限付き押込みブロック役としての near-stop 状態",
      "allowedNext": [
        "locked",
        "parked"
      ],
      "visualChannel": "growth amount, leaf or root geometry, hinge angle, maturity, branch choice, restrained organic motion"
    },
    "locked": {
      "status": "canonical",
      "intent": "方向制限付き押込みブロック役としての locked 状態",
      "allowedNext": [
        "parked"
      ],
      "visualChannel": "growth amount, leaf or root geometry, hinge angle, maturity, branch choice, restrained organic motion"
    }
  },
  "events": {
    "activate": "contact",
    "intensify": "slide",
    "resolve": "near-stop",
    "reset": "parked"
  },
  "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."
  ]
}
