{
  "id": "play-from-hand/two-hand-cards",
  "name": "Play From Hand - Two Hand Cards",
  "root": "GrandArchiveSim",
  "category": "play-from-hand",
  "description": "Proof-of-concept editable scenario that starts from a known fixture and swaps two cards in player one's hand so a regression can validate a short in-turn sequence of hand plays.",
  "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",
      "operation": "set",
      "perspectivePlayer": 1
    },
    "secondHandCard": {
      "description": "Card ID to place into player one's hand at myHand-3 before the draft test starts.",
      "zone": "myHand",
      "index": 3,
      "property": "CardID",
      "operation": "set",
      "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": []
}