{
  "$schema": "/characters/v2/schemas/state-machine.schema.json",
  "schemaVersion": "1.0.0",
  "kind": "nandarona.character-state-machine",
  "releaseId": "unazukisugi@1.0.1",
  "initialState": "idle",
  "states": {
    "idle": {
      "status": "canonical",
      "intent": "うなずきすぎる前の基準状態",
      "allowedNext": [
        "small-nod",
        "idle"
      ],
      "visualChannel": "eye timing, whole-body tilt, squash, fold, weight shift, restrained accent color"
    },
    "small-nod": {
      "status": "canonical",
      "intent": "同意を身体で返しすぎる役としての small-nod 状態",
      "allowedNext": [
        "deep-nod",
        "idle"
      ],
      "visualChannel": "eye timing, whole-body tilt, squash, fold, weight shift, restrained accent color"
    },
    "deep-nod": {
      "status": "canonical",
      "intent": "同意を身体で返しすぎる役としての deep-nod 状態",
      "allowedNext": [
        "compressed",
        "idle"
      ],
      "visualChannel": "eye timing, whole-body tilt, squash, fold, weight shift, restrained accent color"
    },
    "compressed": {
      "status": "canonical",
      "intent": "同意を身体で返しすぎる役としての compressed 状態",
      "allowedNext": [
        "look-up",
        "idle"
      ],
      "visualChannel": "eye timing, whole-body tilt, squash, fold, weight shift, restrained accent color"
    },
    "look-up": {
      "status": "canonical",
      "intent": "同意を身体で返しすぎる役としての look-up 状態",
      "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": "small-nod",
    "intensify": "compressed",
    "resolve": "look-up",
    "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."
  ]
}
