{
  "$schema": "/characters/v2/schemas/state-machine.schema.json",
  "schemaVersion": "1.0.0",
  "kind": "nandarona.character-state-machine",
  "releaseId": "hakobiko@2.9.0",
  "initialState": "basket-open",
  "states": {
    "basket-open": {
      "status": "canonical",
      "intent": "つかんだ対象を場所へ運ぶ前の基準状態",
      "allowedNext": [
        "target-near",
        "basket-open"
      ],
      "visualChannel": "growth amount, leaf or root geometry, hinge angle, maturity, branch choice, restrained organic motion"
    },
    "target-near": {
      "status": "canonical",
      "intent": "ドラッグ・ドロップ入力役としての target-near 状態",
      "allowedNext": [
        "captured",
        "basket-open"
      ],
      "visualChannel": "growth amount, leaf or root geometry, hinge angle, maturity, branch choice, restrained organic motion"
    },
    "captured": {
      "status": "canonical",
      "intent": "ドラッグ・ドロップ入力役としての captured 状態",
      "allowedNext": [
        "dragging",
        "basket-open"
      ],
      "visualChannel": "growth amount, leaf or root geometry, hinge angle, maturity, branch choice, restrained organic motion"
    },
    "dragging": {
      "status": "canonical",
      "intent": "ドラッグ・ドロップ入力役としての dragging 状態",
      "allowedNext": [
        "valid-drop",
        "basket-open"
      ],
      "visualChannel": "growth amount, leaf or root geometry, hinge angle, maturity, branch choice, restrained organic motion"
    },
    "valid-drop": {
      "status": "canonical",
      "intent": "ドラッグ・ドロップ入力役としての valid-drop 状態",
      "allowedNext": [
        "released",
        "basket-open"
      ],
      "visualChannel": "growth amount, leaf or root geometry, hinge angle, maturity, branch choice, restrained organic motion"
    },
    "released": {
      "status": "canonical",
      "intent": "ドラッグ・ドロップ入力役としての released 状態",
      "allowedNext": [
        "basket-open"
      ],
      "visualChannel": "growth amount, leaf or root geometry, hinge angle, maturity, branch choice, restrained organic motion"
    }
  },
  "events": {
    "activate": "target-near",
    "intensify": "dragging",
    "resolve": "valid-drop",
    "reset": "basket-open"
  },
  "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."
  ]
}
