{
  "$schema": "/characters/v2/schemas/state-machine.schema.json",
  "schemaVersion": "1.0.0",
  "kind": "nandarona.character-state-machine",
  "releaseId": "tsutsumu@2.2.0",
  "initialState": "idle",
  "states": {
    "idle": {
      "status": "canonical",
      "intent": "包む前の基準状態",
      "allowedNext": [
        "notice-need",
        "idle"
      ],
      "visualChannel": "object state, hinge or tilt, sensor signal, spacing, restrained functional motion"
    },
    "notice-need": {
      "status": "canonical",
      "intent": "安心と一時保護の包容役としての notice-need 状態",
      "allowedNext": [
        "open",
        "idle"
      ],
      "visualChannel": "object state, hinge or tilt, sensor signal, spacing, restrained functional motion"
    },
    "open": {
      "status": "canonical",
      "intent": "安心と一時保護の包容役としての open 状態",
      "allowedNext": [
        "shelter",
        "idle"
      ],
      "visualChannel": "object state, hinge or tilt, sensor signal, spacing, restrained functional motion"
    },
    "shelter": {
      "status": "canonical",
      "intent": "安心と一時保護の包容役としての shelter 状態",
      "allowedNext": [
        "keep-safe",
        "idle"
      ],
      "visualChannel": "object state, hinge or tilt, sensor signal, spacing, restrained functional motion"
    },
    "keep-safe": {
      "status": "canonical",
      "intent": "安心と一時保護の包容役としての keep-safe 状態",
      "allowedNext": [
        "reopen",
        "idle"
      ],
      "visualChannel": "object state, hinge or tilt, sensor signal, spacing, restrained functional motion"
    },
    "reopen": {
      "status": "canonical",
      "intent": "安心と一時保護の包容役としての reopen 状態",
      "allowedNext": [
        "idle"
      ],
      "visualChannel": "object state, hinge or tilt, sensor signal, spacing, restrained functional motion"
    }
  },
  "events": {
    "activate": "notice-need",
    "intensify": "shelter",
    "resolve": "keep-safe",
    "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."
  ]
}
