{
  "$schema": "/characters/v2/schemas/state-machine.schema.json",
  "schemaVersion": "1.0.0",
  "kind": "nandarona.character-state-machine",
  "releaseId": "hayagatten@2.1.0",
  "initialState": "idle",
  "states": {
    "idle": {
      "status": "canonical",
      "intent": "きっかけを作る前の基準状態",
      "allowedNext": [
        "spark",
        "idle"
      ],
      "visualChannel": "eye direction, body tilt, squash, stillness"
    },
    "spark": {
      "status": "canonical",
      "intent": "早合点の点火役としての spark 状態",
      "allowedNext": [
        "jump-to-answer",
        "idle"
      ],
      "visualChannel": "eye direction, body tilt, squash, stillness"
    },
    "jump-to-answer": {
      "status": "canonical",
      "intent": "早合点の点火役としての jump-to-answer 状態",
      "allowedNext": [
        "proud",
        "idle"
      ],
      "visualChannel": "eye direction, body tilt, squash, stillness"
    },
    "proud": {
      "status": "canonical",
      "intent": "早合点の点火役としての proud 状態",
      "allowedNext": [
        "notice-error",
        "idle"
      ],
      "visualChannel": "eye direction, body tilt, squash, stillness"
    },
    "notice-error": {
      "status": "canonical",
      "intent": "早合点の点火役としての notice-error 状態",
      "allowedNext": [
        "rethink",
        "idle"
      ],
      "visualChannel": "eye direction, body tilt, squash, stillness"
    },
    "rethink": {
      "status": "canonical",
      "intent": "早合点の点火役としての rethink 状態",
      "allowedNext": [
        "idle"
      ],
      "visualChannel": "eye direction, body tilt, squash, stillness"
    }
  },
  "events": {
    "activate": "spark",
    "intensify": "proud",
    "resolve": "notice-error",
    "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."
  ]
}
