{
  "$schema": "/characters/v2/schemas/state-machine.schema.json",
  "schemaVersion": "1.0.0",
  "kind": "nandarona.character-state-machine",
  "releaseId": "hanero@2.6.0",
  "initialState": "perch",
  "states": {
    "perch": {
      "status": "canonical",
      "intent": "ためて跳び移る前の基準状態",
      "allowedNext": [
        "crouch",
        "perch"
      ],
      "visualChannel": "growth amount, leaf or root geometry, hinge angle, maturity, branch choice, restrained organic motion"
    },
    "crouch": {
      "status": "canonical",
      "intent": "自己跳躍型の地点間移動NPC役としての crouch 状態",
      "allowedNext": [
        "takeoff",
        "perch"
      ],
      "visualChannel": "growth amount, leaf or root geometry, hinge angle, maturity, branch choice, restrained organic motion"
    },
    "takeoff": {
      "status": "canonical",
      "intent": "自己跳躍型の地点間移動NPC役としての takeoff 状態",
      "allowedNext": [
        "apex",
        "perch"
      ],
      "visualChannel": "growth amount, leaf or root geometry, hinge angle, maturity, branch choice, restrained organic motion"
    },
    "apex": {
      "status": "canonical",
      "intent": "自己跳躍型の地点間移動NPC役としての apex 状態",
      "allowedNext": [
        "land",
        "perch"
      ],
      "visualChannel": "growth amount, leaf or root geometry, hinge angle, maturity, branch choice, restrained organic motion"
    },
    "land": {
      "status": "canonical",
      "intent": "自己跳躍型の地点間移動NPC役としての land 状態",
      "allowedNext": [
        "recover",
        "perch"
      ],
      "visualChannel": "growth amount, leaf or root geometry, hinge angle, maturity, branch choice, restrained organic motion"
    },
    "recover": {
      "status": "canonical",
      "intent": "自己跳躍型の地点間移動NPC役としての recover 状態",
      "allowedNext": [
        "perch"
      ],
      "visualChannel": "growth amount, leaf or root geometry, hinge angle, maturity, branch choice, restrained organic motion"
    }
  },
  "events": {
    "activate": "crouch",
    "intensify": "apex",
    "resolve": "land",
    "reset": "perch"
  },
  "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."
  ]
}
