{
  "id": "play-from-hand/hand-card-vs-opponent-ally",
  "name": "Play From Hand - Against Opponent Ally",
  "root": "GrandArchiveSim",
  "category": "play-from-hand",
  "description": "Proof-of-concept editable scenario that starts from a known fixture, swaps a hand card for player one, and appends a targetable ally to the opponent's field.",
  "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
    },
    "opponentFieldCard": {
      "description": "Card ID to append to the opponent's field as a valid target for the test card.",
      "zone": "theirField",
      "operation": "addCard",
      "perspectivePlayer": 1,
      "defaultValue": "eRcqucBKhX"
    },
    "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": []
}