{
  "$schema": "/characters/v2/schemas/state-machine.schema.json",
  "schemaVersion": "1.0.0",
  "kind": "nandarona.character-state-machine",
  "releaseId": "kirikaeri@2.8.0",
  "initialState": "parked",
  "states": {
    "parked": {
      "status": "canonical",
      "intent": "場面を一枚ずつ切り替える前の基準状態",
      "allowedNext": [
        "first-blade",
        "parked"
      ],
      "visualChannel": "growth amount, leaf or root geometry, hinge angle, maturity, branch choice, restrained organic motion"
    },
    "first-blade": {
      "status": "canonical",
      "intent": "画面間トランジション役としての first-blade 状態",
      "allowedNext": [
        "cover-half",
        "parked"
      ],
      "visualChannel": "growth amount, leaf or root geometry, hinge angle, maturity, branch choice, restrained organic motion"
    },
    "cover-half": {
      "status": "canonical",
      "intent": "画面間トランジション役としての cover-half 状態",
      "allowedNext": [
        "full-cover",
        "parked"
      ],
      "visualChannel": "growth amount, leaf or root geometry, hinge angle, maturity, branch choice, restrained organic motion"
    },
    "full-cover": {
      "status": "canonical",
      "intent": "画面間トランジション役としての full-cover 状態",
      "allowedNext": [
        "reveal-next",
        "parked"
      ],
      "visualChannel": "growth amount, leaf or root geometry, hinge angle, maturity, branch choice, restrained organic motion"
    },
    "reveal-next": {
      "status": "canonical",
      "intent": "画面間トランジション役としての reveal-next 状態",
      "allowedNext": [
        "park-opposite",
        "parked"
      ],
      "visualChannel": "growth amount, leaf or root geometry, hinge angle, maturity, branch choice, restrained organic motion"
    },
    "park-opposite": {
      "status": "canonical",
      "intent": "画面間トランジション役としての park-opposite 状態",
      "allowedNext": [
        "parked"
      ],
      "visualChannel": "growth amount, leaf or root geometry, hinge angle, maturity, branch choice, restrained organic motion"
    }
  },
  "events": {
    "activate": "first-blade",
    "intensify": "full-cover",
    "resolve": "reveal-next",
    "reset": "parked"
  },
  "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."
  ]
}
