{
  "$schema": "/characters/v2/schemas/state-machine.schema.json",
  "schemaVersion": "1.0.0",
  "kind": "nandarona.character-state-machine",
  "releaseId": "ato-ippo@1.0.1",
  "initialState": "idle",
  "states": {
    "idle": {
      "status": "canonical",
      "intent": "踏み出しかける前の基準状態",
      "allowedNext": [
        "lift-foot",
        "idle"
      ],
      "visualChannel": "eye timing, whole-body tilt, squash, fold, weight shift, restrained accent color"
    },
    "lift-foot": {
      "status": "canonical",
      "intent": "最後の一歩を保留する役としての lift-foot 状態",
      "allowedNext": [
        "lean-forward",
        "idle"
      ],
      "visualChannel": "eye timing, whole-body tilt, squash, fold, weight shift, restrained accent color"
    },
    "lean-forward": {
      "status": "canonical",
      "intent": "最後の一歩を保留する役としての lean-forward 状態",
      "allowedNext": [
        "hesitate",
        "idle"
      ],
      "visualChannel": "eye timing, whole-body tilt, squash, fold, weight shift, restrained accent color"
    },
    "hesitate": {
      "status": "canonical",
      "intent": "最後の一歩を保留する役としての hesitate 状態",
      "allowedNext": [
        "almost-step",
        "idle"
      ],
      "visualChannel": "eye timing, whole-body tilt, squash, fold, weight shift, restrained accent color"
    },
    "almost-step": {
      "status": "canonical",
      "intent": "最後の一歩を保留する役としての almost-step 状態",
      "allowedNext": [
        "reset",
        "idle"
      ],
      "visualChannel": "eye timing, whole-body tilt, squash, fold, weight shift, restrained accent color"
    },
    "reset": {
      "status": "canonical",
      "intent": "最後の一歩を保留する役としての reset 状態",
      "allowedNext": [
        "idle"
      ],
      "visualChannel": "eye timing, whole-body tilt, squash, fold, weight shift, restrained accent color"
    }
  },
  "events": {
    "activate": "lift-foot",
    "intensify": "hesitate",
    "resolve": "almost-step",
    "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."
  ]
}
