{
  "$schema": "/characters/v2/schemas/state-machine.schema.json",
  "schemaVersion": "1.0.0",
  "kind": "nandarona.character-state-machine",
  "releaseId": "kakuresokone@1.0.1",
  "initialState": "idle-open",
  "states": {
    "idle-open": {
      "status": "canonical",
      "intent": "隠れそこねる前の基準状態",
      "allowedNext": [
        "begin-fold",
        "idle-open"
      ],
      "visualChannel": "eye timing, whole-body tilt, squash, fold, weight shift, restrained accent color"
    },
    "begin-fold": {
      "status": "canonical",
      "intent": "隠れながら様子を見る役としての begin-fold 状態",
      "allowedNext": [
        "mostly-hidden",
        "idle-open"
      ],
      "visualChannel": "eye timing, whole-body tilt, squash, fold, weight shift, restrained accent color"
    },
    "mostly-hidden": {
      "status": "canonical",
      "intent": "隠れながら様子を見る役としての mostly-hidden 状態",
      "allowedNext": [
        "peek-left",
        "idle-open"
      ],
      "visualChannel": "eye timing, whole-body tilt, squash, fold, weight shift, restrained accent color"
    },
    "peek-left": {
      "status": "canonical",
      "intent": "隠れながら様子を見る役としての peek-left 状態",
      "allowedNext": [
        "peek-right",
        "idle-open"
      ],
      "visualChannel": "eye timing, whole-body tilt, squash, fold, weight shift, restrained accent color"
    },
    "peek-right": {
      "status": "canonical",
      "intent": "隠れながら様子を見る役としての peek-right 状態",
      "allowedNext": [
        "unfold",
        "idle-open"
      ],
      "visualChannel": "eye timing, whole-body tilt, squash, fold, weight shift, restrained accent color"
    },
    "unfold": {
      "status": "canonical",
      "intent": "隠れながら様子を見る役としての unfold 状態",
      "allowedNext": [
        "idle-open"
      ],
      "visualChannel": "eye timing, whole-body tilt, squash, fold, weight shift, restrained accent color"
    }
  },
  "events": {
    "activate": "begin-fold",
    "intensify": "peek-left",
    "resolve": "peek-right",
    "reset": "idle-open"
  },
  "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."
  ]
}
