{
  "id": "play-from-hand/basic-hand-card",
  "name": "Play From Hand - Basic Hand Card",
  "root": "GrandArchiveSim",
  "category": "play-from-hand",
  "description": "Proof-of-concept editable scenario that starts from a known fixture and lets the author swap a single card in player one's hand before exploring play-from-hand actions.",
  "baseFixtureSlug": "return-to-the-archive",
  "placeholders": {
    "champion": {
      "description": "Card ID to replace the champion on the field. Replaces whichever CHAMPION card is currently on myField. Omit to keep the default fixture champion.",
      "zone": "myField",
      "operation": "replaceChampion",
      "perspectivePlayer": 1,
      "defaultValue": null
    },
    "element": {
      "description": "Spirit element for the champion lineage: fire, water, or wind. Replaces the champion's spirit subcard. Omit to keep the default fixture spirit.",
      "zone": "myField",
      "operation": "setElementSpirit",
      "perspectivePlayer": 1,
      "defaultValue": null
    },
    "handCard": {
      "description": "Card ID to place into player one's hand at myHand-2 before the draft test starts.",
      "zone": "myHand",
      "index": 2,
      "property": "CardID",
      "perspectivePlayer": 1
    },
    "mastery": {
      "description": "Card ID to add to player one's mastery zone. Omit to start with no mastery.",
      "zone": "myMastery",
      "operation": "addCard",
      "perspectivePlayer": 1,
      "defaultValue": null
    }
  },
  "initialActions": [],
  "initialAssertions": []
}