{
  "$schema": "/characters/v2/schemas/state-machine.schema.json",
  "schemaVersion": "1.0.0",
  "kind": "nandarona.character-state-machine",
  "releaseId": "haritsuki@2.6.0",
  "initialState": "free",
  "states": {
    "free": {
      "status": "canonical",
      "intent": "面に沿って張り付く前の基準状態",
      "allowedNext": [
        "sense-surface",
        "free"
      ],
      "visualChannel": "growth amount, leaf or root geometry, hinge angle, maturity, branch choice, restrained organic motion"
    },
    "sense-surface": {
      "status": "canonical",
      "intent": "面法線追従型の吸着移動NPC役としての sense-surface 状態",
      "allowedNext": [
        "attach",
        "free"
      ],
      "visualChannel": "growth amount, leaf or root geometry, hinge angle, maturity, branch choice, restrained organic motion"
    },
    "attach": {
      "status": "canonical",
      "intent": "面法線追従型の吸着移動NPC役としての attach 状態",
      "allowedNext": [
        "crawl-corner",
        "free"
      ],
      "visualChannel": "growth amount, leaf or root geometry, hinge angle, maturity, branch choice, restrained organic motion"
    },
    "crawl-corner": {
      "status": "canonical",
      "intent": "面法線追従型の吸着移動NPC役としての crawl-corner 状態",
      "allowedNext": [
        "ceiling",
        "free"
      ],
      "visualChannel": "growth amount, leaf or root geometry, hinge angle, maturity, branch choice, restrained organic motion"
    },
    "ceiling": {
      "status": "canonical",
      "intent": "面法線追従型の吸着移動NPC役としての ceiling 状態",
      "allowedNext": [
        "detach",
        "free"
      ],
      "visualChannel": "growth amount, leaf or root geometry, hinge angle, maturity, branch choice, restrained organic motion"
    },
    "detach": {
      "status": "canonical",
      "intent": "面法線追従型の吸着移動NPC役としての detach 状態",
      "allowedNext": [
        "free"
      ],
      "visualChannel": "growth amount, leaf or root geometry, hinge angle, maturity, branch choice, restrained organic motion"
    }
  },
  "events": {
    "activate": "sense-surface",
    "intensify": "crawl-corner",
    "resolve": "ceiling",
    "reset": "free"
  },
  "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."
  ]
}
