{
  "$schema": "/characters/v2/schemas/state-machine.schema.json",
  "schemaVersion": "1.0.0",
  "kind": "nandarona.character-state-machine",
  "releaseId": "senobi@1.0.1",
  "initialState": "idle",
  "states": {
    "idle": {
      "status": "canonical",
      "intent": "伸びる前の基準状態",
      "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": [
        "begin-stretch",
        "idle"
      ],
      "visualChannel": "eye timing, whole-body tilt, squash, fold, weight shift, restrained accent color"
    },
    "begin-stretch": {
      "status": "canonical",
      "intent": "参加したくて伸びる役としての begin-stretch 状態",
      "allowedNext": [
        "full-stretch",
        "idle"
      ],
      "visualChannel": "eye timing, whole-body tilt, squash, fold, weight shift, restrained accent color"
    },
    "full-stretch": {
      "status": "canonical",
      "intent": "参加したくて伸びる役としての full-stretch 状態",
      "allowedNext": [
        "tiptoe-wobble",
        "idle"
      ],
      "visualChannel": "eye timing, whole-body tilt, squash, fold, weight shift, restrained accent color"
    },
    "tiptoe-wobble": {
      "status": "canonical",
      "intent": "参加したくて伸びる役としての tiptoe-wobble 状態",
      "allowedNext": [
        "settle",
        "idle"
      ],
      "visualChannel": "eye timing, whole-body tilt, squash, fold, weight shift, restrained accent color"
    },
    "settle": {
      "status": "canonical",
      "intent": "参加したくて伸びる役としての settle 状態",
      "allowedNext": [
        "idle"
      ],
      "visualChannel": "eye timing, whole-body tilt, squash, fold, weight shift, restrained accent color"
    }
  },
  "events": {
    "activate": "look-up",
    "intensify": "full-stretch",
    "resolve": "tiptoe-wobble",
    "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."
  ]
}
