{
  "$schema": "/characters/v2/schemas/state-machine.schema.json",
  "schemaVersion": "1.0.0",
  "kind": "nandarona.character-state-machine",
  "releaseId": "henka@2.1.0",
  "initialState": "idle",
  "states": {
    "idle": {
      "status": "canonical",
      "intent": "変化させる前の基準状態",
      "allowedNext": [
        "charge",
        "idle"
      ],
      "visualChannel": "facet angle, spacing, light accent, structural motion"
    },
    "charge": {
      "status": "canonical",
      "intent": "状態変換役としての charge 状態",
      "allowedNext": [
        "fold",
        "idle"
      ],
      "visualChannel": "facet angle, spacing, light accent, structural motion"
    },
    "fold": {
      "status": "canonical",
      "intent": "状態変換役としての fold 状態",
      "allowedNext": [
        "transform",
        "idle"
      ],
      "visualChannel": "facet angle, spacing, light accent, structural motion"
    },
    "transform": {
      "status": "canonical",
      "intent": "状態変換役としての transform 状態",
      "allowedNext": [
        "hold-form",
        "idle"
      ],
      "visualChannel": "facet angle, spacing, light accent, structural motion"
    },
    "hold-form": {
      "status": "canonical",
      "intent": "状態変換役としての hold-form 状態",
      "allowedNext": [
        "unfold",
        "idle"
      ],
      "visualChannel": "facet angle, spacing, light accent, structural motion"
    },
    "unfold": {
      "status": "canonical",
      "intent": "状態変換役としての unfold 状態",
      "allowedNext": [
        "idle"
      ],
      "visualChannel": "facet angle, spacing, light accent, structural motion"
    }
  },
  "events": {
    "activate": "charge",
    "intensify": "transform",
    "resolve": "hold-form",
    "reset": "idle"
  },
  "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."
  ]
}
