{
  "$schema": "/characters/v2/schemas/state-machine.schema.json",
  "schemaVersion": "1.0.0",
  "kind": "nandarona.character-state-machine",
  "releaseId": "noborimi@2.6.0",
  "initialState": "ground",
  "states": {
    "ground": {
      "status": "canonical",
      "intent": "壁の節を登る前の基準状態",
      "allowedNext": [
        "first-grip",
        "ground"
      ],
      "visualChannel": "growth amount, leaf or root geometry, hinge angle, maturity, branch choice, restrained organic motion"
    },
    "first-grip": {
      "status": "canonical",
      "intent": "節点把持型の壁面登攀NPC役としての first-grip 状態",
      "allowedNext": [
        "climb",
        "ground"
      ],
      "visualChannel": "growth amount, leaf or root geometry, hinge angle, maturity, branch choice, restrained organic motion"
    },
    "climb": {
      "status": "canonical",
      "intent": "節点把持型の壁面登攀NPC役としての climb 状態",
      "allowedNext": [
        "reach-edge",
        "ground"
      ],
      "visualChannel": "growth amount, leaf or root geometry, hinge angle, maturity, branch choice, restrained organic motion"
    },
    "reach-edge": {
      "status": "canonical",
      "intent": "節点把持型の壁面登攀NPC役としての reach-edge 状態",
      "allowedNext": [
        "mantle",
        "ground"
      ],
      "visualChannel": "growth amount, leaf or root geometry, hinge angle, maturity, branch choice, restrained organic motion"
    },
    "mantle": {
      "status": "canonical",
      "intent": "節点把持型の壁面登攀NPC役としての mantle 状態",
      "allowedNext": [
        "top",
        "ground"
      ],
      "visualChannel": "growth amount, leaf or root geometry, hinge angle, maturity, branch choice, restrained organic motion"
    },
    "top": {
      "status": "canonical",
      "intent": "節点把持型の壁面登攀NPC役としての top 状態",
      "allowedNext": [
        "ground"
      ],
      "visualChannel": "growth amount, leaf or root geometry, hinge angle, maturity, branch choice, restrained organic motion"
    }
  },
  "events": {
    "activate": "first-grip",
    "intensify": "reach-edge",
    "resolve": "mantle",
    "reset": "ground"
  },
  "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."
  ]
}
