{
  "$schema": "/characters/v2/schemas/state-machine.schema.json",
  "schemaVersion": "1.0.0",
  "kind": "nandarona.character-state-machine",
  "releaseId": "omochirome@2.1.0",
  "initialState": "idle",
  "states": {
    "idle": {
      "status": "canonical",
      "intent": "読みとる前の基準状態",
      "allowedNext": [
        "false-read",
        "idle"
      ],
      "visualChannel": "eye direction, body tilt, squash, stillness"
    },
    "false-read": {
      "status": "canonical",
      "intent": "読み違いの訂正役としての false-read 状態",
      "allowedNext": [
        "double-take",
        "idle"
      ],
      "visualChannel": "eye direction, body tilt, squash, stillness"
    },
    "double-take": {
      "status": "canonical",
      "intent": "読み違いの訂正役としての double-take 状態",
      "allowedNext": [
        "label-peel",
        "idle"
      ],
      "visualChannel": "eye direction, body tilt, squash, stillness"
    },
    "label-peel": {
      "status": "canonical",
      "intent": "読み違いの訂正役としての label-peel 状態",
      "allowedNext": [
        "compare",
        "idle"
      ],
      "visualChannel": "eye direction, body tilt, squash, stillness"
    },
    "compare": {
      "status": "canonical",
      "intent": "読み違いの訂正役としての compare 状態",
      "allowedNext": [
        "correction",
        "idle"
      ],
      "visualChannel": "eye direction, body tilt, squash, stillness"
    },
    "correction": {
      "status": "canonical",
      "intent": "読み違いの訂正役としての correction 状態",
      "allowedNext": [
        "idle"
      ],
      "visualChannel": "eye direction, body tilt, squash, stillness"
    }
  },
  "events": {
    "activate": "false-read",
    "intensify": "label-peel",
    "resolve": "compare",
    "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."
  ]
}
