{
  "$schema": "/characters/v2/schemas/state-machine.schema.json",
  "schemaVersion": "1.0.0",
  "kind": "nandarona.character-state-machine",
  "releaseId": "mureno@2.6.0",
  "initialState": "cluster",
  "states": {
    "cluster": {
      "status": "canonical",
      "intent": "間隔を保って群れで動く前の基準状態",
      "allowedNext": [
        "sense-space",
        "cluster"
      ],
      "visualChannel": "growth amount, leaf or root geometry, hinge angle, maturity, branch choice, restrained organic motion"
    },
    "sense-space": {
      "status": "canonical",
      "intent": "分離・整列・結合を持つ群移動NPC役としての sense-space 状態",
      "allowedNext": [
        "spread",
        "cluster"
      ],
      "visualChannel": "growth amount, leaf or root geometry, hinge angle, maturity, branch choice, restrained organic motion"
    },
    "spread": {
      "status": "canonical",
      "intent": "分離・整列・結合を持つ群移動NPC役としての spread 状態",
      "allowedNext": [
        "align",
        "cluster"
      ],
      "visualChannel": "growth amount, leaf or root geometry, hinge angle, maturity, branch choice, restrained organic motion"
    },
    "align": {
      "status": "canonical",
      "intent": "分離・整列・結合を持つ群移動NPC役としての align 状態",
      "allowedNext": [
        "turn-together",
        "cluster"
      ],
      "visualChannel": "growth amount, leaf or root geometry, hinge angle, maturity, branch choice, restrained organic motion"
    },
    "turn-together": {
      "status": "canonical",
      "intent": "分離・整列・結合を持つ群移動NPC役としての turn-together 状態",
      "allowedNext": [
        "regroup",
        "cluster"
      ],
      "visualChannel": "growth amount, leaf or root geometry, hinge angle, maturity, branch choice, restrained organic motion"
    },
    "regroup": {
      "status": "canonical",
      "intent": "分離・整列・結合を持つ群移動NPC役としての regroup 状態",
      "allowedNext": [
        "cluster"
      ],
      "visualChannel": "growth amount, leaf or root geometry, hinge angle, maturity, branch choice, restrained organic motion"
    }
  },
  "events": {
    "activate": "sense-space",
    "intensify": "align",
    "resolve": "turn-together",
    "reset": "cluster"
  },
  "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."
  ]
}
