{
  "$schema": "/characters/v2/schemas/state-machine.schema.json",
  "schemaVersion": "1.0.0",
  "kind": "nandarona.character-state-machine",
  "releaseId": "okureme@1.0.1",
  "initialState": "idle-offset",
  "states": {
    "idle-offset": {
      "status": "canonical",
      "intent": "少し遅れて気づく前の基準状態",
      "allowedNext": [
        "first-eye-notice",
        "idle-offset"
      ],
      "visualChannel": "eye timing, whole-body tilt, squash, fold, weight shift, restrained accent color"
    },
    "first-eye-notice": {
      "status": "canonical",
      "intent": "半拍遅れて追いつく役としての first-eye-notice 状態",
      "allowedNext": [
        "second-eye-follow",
        "idle-offset"
      ],
      "visualChannel": "eye timing, whole-body tilt, squash, fold, weight shift, restrained accent color"
    },
    "second-eye-follow": {
      "status": "canonical",
      "intent": "半拍遅れて追いつく役としての second-eye-follow 状態",
      "allowedNext": [
        "delayed-turn",
        "idle-offset"
      ],
      "visualChannel": "eye timing, whole-body tilt, squash, fold, weight shift, restrained accent color"
    },
    "delayed-turn": {
      "status": "canonical",
      "intent": "半拍遅れて追いつく役としての delayed-turn 状態",
      "allowedNext": [
        "sync",
        "idle-offset"
      ],
      "visualChannel": "eye timing, whole-body tilt, squash, fold, weight shift, restrained accent color"
    },
    "sync": {
      "status": "canonical",
      "intent": "半拍遅れて追いつく役としての sync 状態",
      "allowedNext": [
        "delayed-blink",
        "idle-offset"
      ],
      "visualChannel": "eye timing, whole-body tilt, squash, fold, weight shift, restrained accent color"
    },
    "delayed-blink": {
      "status": "canonical",
      "intent": "半拍遅れて追いつく役としての delayed-blink 状態",
      "allowedNext": [
        "idle-offset"
      ],
      "visualChannel": "eye timing, whole-body tilt, squash, fold, weight shift, restrained accent color"
    }
  },
  "events": {
    "activate": "first-eye-notice",
    "intensify": "delayed-turn",
    "resolve": "sync",
    "reset": "idle-offset"
  },
  "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."
  ]
}
