Removing christmas starter supplements for now

This commit is contained in:
Christian 'ketura' McCarty
2021-03-13 02:55:01 -06:00
parent 8644dfbd05
commit 7013252197

View File

@@ -1,773 +0,0 @@
{
"101_1": {
"title": "Blue Mountain Dwarf",
"culture": "dwarven",
"type": "companion",
"race": "dwarf",
"cost": 2,
"strength": 6,
"vitality": 2,
"resistance": 6,
"keyword": "damage+1",
"effects": {
"type": "extraCost",
"cost":{
"type": "addBurdens",
"amount": {
"type": "condition",
"condition": {
"type": "canSpot",
"filter": "name(Bilbo)"
},
"true": 0,
"false": 1
}
}
}
},
"101_2": {
"title": "Stand Together",
"culture": "gandalf",
"cost": 3,
"type": "event",
"keyword": "maneuver",
"condition": {
"type": "canSpot",
"filter": "name(Gandalf)"
},
"effects": {
"type": "event",
"cost": {
"type": "exert",
"filter": "choose(another,companion,or(signet(aragorn),signet(gandalf),signet(frodo),signet(theoden)))",
"memorize": "exertedCompanion"
},
"effect": {
"type": "heal",
"filter": "choose(companion,not(memory(exertedCompanion)),or(signet(aragorn),signet(gandalf),signet(frodo),signet(theoden)))",
"times": 2
}
}
},
"101_3": {
"title": "Thrice Worthy and Beloved Barliman",
"culture": "gandalf",
"type": "condition",
"cost": 0,
"vitality": 1,
"target": "name(Barliman Butterbur)",
"effects": {
"type": "activatedTrigger",
"trigger": {
"type": "discarded",
"filter": "your,mount",
"memorize": "discardedCard"
},
"cost": {
"type": "exert",
"filter": "bearer"
},
"effect": {
"type": "putCardsFromDiscardOnTopOfDrawDeck",
"filter": "memory(discardedCard)"
}
}
},
"101_4": {
"title": "Gondorian Broadsword",
"culture": "gondor",
"type": "possession",
"possession": "hand weapon",
"cost": 2,
"strength": 2,
"target": "culture(gondor),man",
"effects": {
"type": "activated",
"phase": "maneuver",
"cost": {
"type": "exert",
"filter": "bearer",
"times": 2
},
"effect": {
"type": "addKeyword",
"filter": "bearer",
"keyword": "defender+1",
"until": "start(regroup)"
}
}
},
"101_5": {
"title": "Relics of the Second Age",
"culture": "gondor",
"type": "condition",
"keyword": "support area",
"cost": 1,
"effects": {
"type": "activated",
"phase": "regroup",
"cost": [
{
"type": "revealCardsFromHand",
"filter": "choose(culture(gondor))",
"count": 2,
"memorize": "revealedCards"
},
{
"type": "putCardsFromHandOnTopOfDeck",
"filter": "memory(revealedCards)"
}
],
"effect": {
"type": "putCardsFromDiscardIntoHand",
"filter": "choose(culture(gondor))"
}
}
},
"101_6": {
"title": "Thrown Sword",
"culture": "gondor",
"type": "event",
"keyword": "skirmish",
"cost": 1,
"effects": {
"type" : "event",
"cost": {
"type": "discard",
"filter": "choose(hand weapon,attachedTo(character,culture(gondor),man))"
},
"effect": {
"type": "wound",
"filter": "choose(orc,uruk-hai,inSkirmishAgainst(another,companion,not(ring bearer)))",
"times": 2
}
}
},
"101_7": {
"title": "Lurtz",
"subtitle": "Weapon of Saruman",
"culture": "isengard",
"type": "minion",
"race": "uruk-hai",
"cost": 7,
"strength": 12,
"vitality": 3,
"site": 5,
"keyword": [
"archer",
"damage+1"
],
"effects": {
"type": "modifier",
"modifier": {
"type": "modifyStrength",
"filter": "self",
"amount": {
"type": "forEachWound",
"filter": "self"
}
}
}
},
"101_8": {
"title": "Strength of Servitude",
"culture": "isengard",
"type": "event",
"keyword": "response",
"cost": 1,
"effects": {
"type": "responseEvent",
"trigger": {
"type": "aboutToExert",
"filter": "your,uruk hai"
},
"effect": {
"type": "placeNoWoundForExert",
"filter": "choose(uruk-hai)"
}
}
},
"101_9": {
"title": "Uruk Swarmer",
"culture": "isengard",
"type": "minion",
"race": "uruk-hai",
"cost": 3,
"strength": 6,
"vitality": 2,
"site": 5,
"keyword" : "damage+1",
"effects" : {
"type": "trigger",
"optional": true,
"trigger": {
"type": "assignedToSkirmish",
"filter": "self",
"against": "companion"
},
"effect": [
{
"type": "playCardFromDiscard",
"filter": "choose(uruk-hai)",
"memorize": "playedUrukhai"
},
{
"type": "addKeyword",
"filter": "memory(playedUrukhai)",
"keyword": "fierce",
"until": "start(regroup)"
}
]
}
},
"101_10": {
"title": "Goblin Bow",
"culture": "moria",
"type": "possession",
"possession": "ranged weapon",
"cost": 1,
"strength": 1,
"vitality": 1,
"target": "culture(moria),orc",
"effects": [
{
"type": "trigger",
"trigger": {
"type": "played",
"filter": "self"
},
"effect": {
"type": "discard",
"filter": "all(possession,not(self),attachedTo(bearer))"
}
},
{
"type": "modifier",
"modifier": {
"type": "addKeyword",
"filter": "bearer",
"keyword": "archer"
}
},
{
"type": "modifier",
"modifier":
{
"type": "cantBear",
"filter": "bearer",
"cardFilter": "possession"
}
}
]
},
"101_11": {
"title": "Goblin Warchief",
"subtitle": "Captain of the Underhall",
"culture": "moria",
"type": "minion",
"race": "orc",
"cost": 4,
"strength": 9,
"vitality": 2,
"site": 4,
"keyword": "fierce",
"condition": {
"type": "canSpot",
"filter": "culture(moria),orc"
},
"effects": {
"type": "trigger",
"optional": true,
"trigger": {
"type": "played",
"filter": "self"
},
"cost": {
"type": "revealBottomCardsOfDrawDeck",
"count": 4,
"memorize": "revealedCards"
},
"effect": [
{
"type": "playCardFromDrawDeck",
"filter": "all(memory(revealedCards),culture(moria),orc)"
},
{
"type": "discardCardsFromDrawDeck",
"filter": "all(memory(revealedCards),zone(deck))"
}
]
}
},
"101_12": {
"title": "No Hope of Escape That Way",
"culture": "moria",
"type": "event",
"keyword": "maneuver",
"cost": 1,
"condition": {
"type": "canSpot",
"filter": "culture(moria),orc"
},
"effects": {
"type": "event",
"effect": {
"type": "returnToHand",
"filter": "choose(possession,attachedTo(companion,not(ring bearer)))"
}
}
},
"101_13": {
"title": "The Old Forest",
"culture": "wraith",
"type": "condition",
"keyword": "support area",
"cost": 0,
"effects": [
{
"type": "trigger",
"optional": true,
"trigger": {
"type": "played",
"filter": "self"
},
"effect": {
"type": "playCardFromDrawDeck",
"filter": "choose(tree)"
}
},
{
"type": "activated",
"phase": "shadow",
"condition": {
"type": "canSpot",
"filter": "side(free people),not(name(Frodo)),maxTwilight(0)",
"count": 3
},
"cost": {
"type": "play",
"filter": "choose(minion,culture(wraith),unique)"
},
"effect": [
{
"type": "addTwilight",
"amount": 3
},
{
"type": "discard",
"filter": "self"
}
]
}
]
},
"101_14": {
"title": "Old Man Willow",
"subtitle": "Heart of the Withywindle",
"culture": "wraith",
"type": "minion",
"race": "tree",
"cost": 3,
"strength": 2,
"vitality": 6,
"site": 2,
"effects" : [
{
"type": "modifier",
"modifier": {
"type": "addKeyword",
"filter": "self",
"condition": {
"type": "location",
"filter": "not(forest)"
},
"keyword": "roaming"
}
},
{
"type": "activatedTrigger",
"trigger": {
"type": "startOfPhase",
"phase": "assignment"
},
"cost": {
"type": "exert",
"filter": "self",
"times": 2
},
"effect": [
{
"type": "spot",
"filter": "choose(companion,hobbit,strengthLessThan(7))",
"memorize": "chosenHobbit"
},
{
"type": "addModifier",
"modifier": {
"type": "cantBeAssignedToSkirmishAgainst",
"side": "free people",
"fpCharacter": "memory(chosenHobbit)",
"minion": "any"
}
}
]
}
]
},
"101_15": {
"title": "And in the Darkness Bind Them",
"culture": "sauron",
"type": "condition",
"keyword": "support area",
"cost": 0,
"effects": {
"type": "activated",
"phase": "skirmish",
"effect": {
"type": "choice",
"texts": [
"Discard a WRAITH card to make a SAURON orc strength +1",
"Discard a SAURON card to make a Nazg<7A>l strength +1"
],
"effects": [
{
"type": "costToEffect",
"cost": {
"type": "discardFromHand",
"forced": true,
"filter": "choose(culture(wraith))"
},
"effect": {
"type": "conditional",
"condition": {
"type": "perPhaseLimit",
"limit": 2
},
"effect": [
{
"type": "incrementPerPhaseLimit",
"limit": 2
},
{
"type": "modifyStrength",
"filter": "choose(culture(sauron),orc)",
"amount": 1
}
]
}
},
{
"type": "costToEffect",
"cost": {
"type": "discardFromHand",
"forced": true,
"filter": "choose(culture(sauron))"
},
"effect": {
"type": "conditional",
"condition": {
"type": "perPhaseLimit",
"limit": 2
},
"effect": [
{
"type": "incrementPerPhaseLimit",
"limit": 2
},
{
"type": "modifyStrength",
"filter": "choose(nazgul)",
"amount": 1
}
]
}
}
]
}
}
},
"101_16": {
"title": "Gladden Ambush",
"culture": "sauron",
"type": "event",
"keyword": [
"search",
"maneuver"
],
"cost": 0
},
"101_17": {
"title": "Bilbo",
"subtitle": "One Hundred and Eleventy",
"culture": "shire",
"type": "ally",
"race": "hobbit",
"cost": 2,
"strength": 2,
"vitality": 3,
"allyHome": [
"fellowship,1",
"fellowship,3"
],
"effects": {
"type": "activated",
"phase": "or(maneuver,regroup)",
"cost": {
"type": "exert",
"filter": "self"
},
"effect": {
"type": "returnToHand",
"filter": "choose(hobbit,not(ring bearer))"
}
}
},
"101_18": {
"title": "Hobbit Concealment",
"culture": "shire",
"type": "condition",
"keyword": "support area",
"cost": 1
},
"101_19": {
"title": "Sam",
"subtitle": "Hobbit of Hobbiton",
"culture": "shire",
"type": "companion",
"race": "hobbit",
"cost": 2,
"strength": 3,
"vitality": 4,
"signet": "frodo"
},
"101_20": {
"title": "Walking Stick",
"culture": "shire",
"type": "possession",
"possession": "staff",
"strength": 0
},
"101_21": {
"title": "Barred the Gates",
"culture": "dwarven",
"type": "condition",
"keyword": "support area",
"cost": 0
},
"101_22": {
"title": "Light-shaft",
"culture": "dwarven",
"type": "event",
"keyword": "regroup",
"cost": 0
},
"101_23": {
"title": "Longbeard's Axe",
"culture": "dwarven",
"type": "possession",
"possession": "hand weapon",
"cost": 1,
"strength": 2
},
"101_24": {
"title": "Venturing Dwarf",
"culture": "dwarven",
"type": "companion",
"race": "dwarf",
"cost": 2,
"strength": 5,
"vitality": 3
},
"101_25": {
"title": "Dazzling Flash",
"culture": "gandalf",
"type": "event",
"keyword": "skirmish",
"cost": 1
},
"101_26": {
"title": "No Time for Wonder",
"culture": "gandalf",
"type": "condition",
"keyword": "support area",
"cost": 1
},
"101_27": {
"title": "Dagger of Westernesse",
"culture": "gondor",
"type": "artifact",
"possession": "hand weapon",
"cost": 0,
"strength": 2
},
"101_28": {
"title": "Goblin Avengers",
"culture": "moria",
"type": "minion",
"race": "orc",
"cost": 7,
"strength": 13,
"vitality": 3,
"site": 4
},
"101_29": {
"title": "Goblin Warren",
"culture": "moria",
"type": "condition",
"keyword": "support area",
"cost": 1
},
"101_30": {
"title": "Thither We Are Going Against My Wish",
"culture": "moria",
"type": "condition",
"keyword": "support area",
"cost": 1
},
"101_31": {
"title": "Hollin Snarler",
"culture": "sauron",
"type": "minion",
"race": "warg",
"cost": 3,
"strength": 8,
"vitality": 2,
"site": 3
},
"101_32": {
"title": "The Hunt is Up!",
"culture": "sauron",
"type": "condition",
"keyword": "support area",
"cost": 1
},
"101_33": {
"title": "Hunting Pack",
"culture": "sauron",
"type": "minion",
"race": "warg",
"cost": 5,
"strength": 11,
"vitality": 3,
"site": 5
},
"101_34": {
"title": "Pippin",
"subtitle": "Fool of a Took",
"culture": "shire",
"type": "companion",
"race": "hobbit",
"cost": 1,
"strength": 3,
"vitality": 4,
"signet": "gandalf"
},
"101_35": {
"title": "Deft Aid",
"culture": "elven",
"type": "condition",
"site": 1
},
"101_36": {
"title": "Elven Flet",
"culture": "elven",
"type": "condition",
"keyword": "support area",
"cost": 1
},
"101_37": {
"title": "In Imladris it Dwells",
"culture": "elven",
"type": "event",
"keyword": "fellowship",
"cost": 0
},
"101_38": {
"title": "Rivendell Sentry",
"culture": "elven",
"type": "ally",
"race": "elf",
"cost": 2,
"strength": 5,
"vitality": 2,
"allyHome": "fellowship,4"
},
"101_39": {
"title": "Arroch",
"culture": "gondor",
"type": "possession",
"possession": "mount",
"cost": 2,
"vitality": 1
},
"101_40": {
"title": "The Deeds of the Steward's House",
"culture": "gondor",
"type": "condition",
"keyword": "support area",
"cost": 2
},
"101_41": {
"title": "They Have a Cave Troll",
"culture": "gondor",
"type": "event",
"keyword": "maneuver",
"cost": 1
},
"101_42": {
"title": "Isengard Attendant",
"culture": "isengard",
"type": "minion",
"race": "orc",
"cost": 3,
"strength": 7,
"vitality": 2,
"site": 4
},
"101_43": {
"title": "Stirruk",
"culture": "isengard",
"type": "possession",
"possession": "hand weapon",
"cost": 1,
"strength": 3,
"vitality": 1
},
"101_44": {
"title": "Uruk Batch",
"culture": "isengard",
"type": "minion",
"race": "uruk-hai",
"cost": 3,
"strength": 7,
"vitality": 2,
"site": 5
},
"101_45": {
"title": "Influence of Shadow",
"culture": "sauron",
"type": "condition",
"keyword": "support area",
"cost": 0
},
"101_46": {
"title": "Tower Shaman",
"culture": "sauron",
"type": "minion",
"race": "orc",
"cost": 4,
"strength": 6,
"vitality": 3,
"site": 6
},
"101_47": {
"title": "Udun Scimitar",
"culture": "sauron",
"type": "possession",
"possession": "hand weapon",
"cost": 2,
"strength": 2
}
}