{
  "id": "reaction-to-damage/incoming-damage-reaction-card",
  "name": "Reaction To Incoming Damage - Basic Card",
  "root": "GrandArchiveSim",
  "category": "reaction-to-damage",
  "description": "Curated reaction-window starting point that begins in a real Play_a_fast_card? combat-response window with incoming champion damage already pending.",
  "baseFixtureSlug": "attack-spirit-no-retaliate-option",
  "baseMutations": [
    {
      "zone": "theirHand",
      "operation": "addCard",
      "perspectivePlayer": 1,
      "value": "4d5vettczb"
    },
    {
      "zone": "theirHand",
      "operation": "addCard",
      "perspectivePlayer": 1,
      "value": "4d5vettczb"
    },
    {
      "zone": "theirHand",
      "operation": "addCard",
      "perspectivePlayer": 1,
      "value": "4d5vettczb"
    },
    {
      "zone": "theirHand",
      "operation": "addCard",
      "perspectivePlayer": 1,
      "value": "4d5vettczb"
    },
    {
      "zone": "theirHand",
      "operation": "addCard",
      "perspectivePlayer": 1,
      "value": "4d5vettczb"
    },
    {
      "zone": "theirHand",
      "operation": "addCard",
      "perspectivePlayer": 1,
      "value": "4d5vettczb"
    }
  ],
  "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
    },
    "reactionCard": {
      "description": "Reaction or fast card to place into the defending player's hand at theirHand-0 for the current response window.",
      "zone": "theirHand",
      "index": 0,
      "property": "CardID",
      "operation": "set",
      "perspectivePlayer": 1
    },
    "mastery": {
      "description": "Card ID to add to the defending player's mastery zone. Omit to start with no mastery.",
      "zone": "theirMastery",
      "operation": "addCard",
      "perspectivePlayer": 1,
      "defaultValue": null
    }
  },
  "initialActions": [
    {
      "playerID": 1,
      "mode": 10002,
      "buttonInput": "",
      "cardID": "myField-4!FSM!",
      "chkInput": [],
      "inputText": ""
    },
    {
      "playerID": 1,
      "mode": 100,
      "buttonInput": "",
      "cardID": "theirField-0",
      "chkInput": [],
      "inputText": ""
    },
    {
      "playerID": 1,
      "mode": 100,
      "buttonInput": "",
      "cardID": "PASS",
      "chkInput": [],
      "inputText": ""
    }
  ],
  "initialAssertions": []
}