{
  "$schema": "/characters/v2/schemas/state-machine.schema.json",
  "schemaVersion": "1.0.0",
  "kind": "nandarona.character-state-machine",
  "releaseId": "yorikakari@1.0.1",
  "initialState": "idle",
  "states": {
    "idle": {
      "status": "canonical",
      "intent": "よりかかる前の基準状態",
      "allowedNext": [
        "seek-support",
        "idle"
      ],
      "visualChannel": "eye timing, whole-body tilt, squash, fold, weight shift, restrained accent color"
    },
    "seek-support": {
      "status": "canonical",
      "intent": "支えを借りて安定する役としての seek-support 状態",
      "allowedNext": [
        "begin-lean",
        "idle"
      ],
      "visualChannel": "eye timing, whole-body tilt, squash, fold, weight shift, restrained accent color"
    },
    "begin-lean": {
      "status": "canonical",
      "intent": "支えを借りて安定する役としての begin-lean 状態",
      "allowedNext": [
        "supported",
        "idle"
      ],
      "visualChannel": "eye timing, whole-body tilt, squash, fold, weight shift, restrained accent color"
    },
    "supported": {
      "status": "canonical",
      "intent": "支えを借りて安定する役としての supported 状態",
      "allowedNext": [
        "wobble",
        "idle"
      ],
      "visualChannel": "eye timing, whole-body tilt, squash, fold, weight shift, restrained accent color"
    },
    "wobble": {
      "status": "canonical",
      "intent": "支えを借りて安定する役としての wobble 状態",
      "allowedNext": [
        "recover",
        "idle"
      ],
      "visualChannel": "eye timing, whole-body tilt, squash, fold, weight shift, restrained accent color"
    },
    "recover": {
      "status": "canonical",
      "intent": "支えを借りて安定する役としての recover 状態",
      "allowedNext": [
        "idle"
      ],
      "visualChannel": "eye timing, whole-body tilt, squash, fold, weight shift, restrained accent color"
    }
  },
  "events": {
    "activate": "seek-support",
    "intensify": "supported",
    "resolve": "wobble",
    "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."
  ]
}
