Fixing cards being in the wrong sets following a merge
This commit is contained in:
@@ -48,252 +48,7 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"51_45": {
|
||||
"title": "*Galadriel",
|
||||
"subtitle": "Lady of Light",
|
||||
"culture": "elven",
|
||||
"cost": 3,
|
||||
"type": "ally",
|
||||
"allyHome": "fellowship,6",
|
||||
"race": "elf",
|
||||
"strength": 3,
|
||||
"vitality": 3,
|
||||
"effects": [
|
||||
{
|
||||
"type": "trigger",
|
||||
"trigger": {
|
||||
"type": "startOfTurn"
|
||||
},
|
||||
"effect": {
|
||||
"type": "heal",
|
||||
"filter": "choose(ally,allyHome(fellowship,6))",
|
||||
"count": "0-3"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "activated",
|
||||
"phase": "fellowship",
|
||||
"cost": {
|
||||
"type": "exert",
|
||||
"filter": "self",
|
||||
"times": 1
|
||||
},
|
||||
"effect": {
|
||||
"type": "play",
|
||||
"filter": "choose(elf)",
|
||||
"cost": -1
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"51_80": {
|
||||
"title": "*Ottar",
|
||||
"subtitle": "Man of Laketown",
|
||||
"culture": "gandalf",
|
||||
"cost": 1,
|
||||
"type": "ally",
|
||||
"allyHome": "fellowship,3",
|
||||
"race": "man",
|
||||
"strength": 2,
|
||||
"vitality": 2,
|
||||
"condition": {
|
||||
"type": "canSpot",
|
||||
"filter": "name(Gandalf)"
|
||||
},
|
||||
"effects": {
|
||||
"type": "activated",
|
||||
"phase": "fellowship",
|
||||
"cost": [
|
||||
{
|
||||
"type": "exert",
|
||||
"filter": "self"
|
||||
},
|
||||
{
|
||||
"type": "discardFromHand",
|
||||
"forced": false
|
||||
}
|
||||
],
|
||||
"effect": {
|
||||
"type": "drawCards"
|
||||
}
|
||||
}
|
||||
},
|
||||
"51_108": {
|
||||
"title": "*No Stranger to the Shadows",
|
||||
"culture": "gondor",
|
||||
"cost": 0,
|
||||
"type": "condition",
|
||||
"keyword": [
|
||||
"stealth"
|
||||
],
|
||||
"target": "ranger",
|
||||
"effects": {
|
||||
"type": "modifier",
|
||||
"modifier": {
|
||||
"type": "modifyCost",
|
||||
"filter": "site",
|
||||
"amount": -1
|
||||
}
|
||||
}
|
||||
},
|
||||
"51_138": {
|
||||
"title": "Saruman's Snows",
|
||||
"culture": "isengard",
|
||||
"cost": 2,
|
||||
"type": "condition",
|
||||
"keyword": [
|
||||
"spell",
|
||||
"weather"
|
||||
],
|
||||
"target": "site",
|
||||
"effects": [
|
||||
{
|
||||
"type": "extraCost",
|
||||
"cost": {
|
||||
"type": "exert",
|
||||
"filter": "choose(culture(isengard),minion)"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "modifier",
|
||||
"modifier": {
|
||||
"type": "cantPlayPhaseEventsOrPhaseSpecialAbilities",
|
||||
"condition": [
|
||||
{
|
||||
"type": "location",
|
||||
"filter": "hasAttached(self)"
|
||||
},
|
||||
{
|
||||
"type": "canSpot",
|
||||
"filter": "culture(isengard),minion,inSkirmish"
|
||||
}
|
||||
],
|
||||
"phase": "skirmish"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "trigger",
|
||||
"trigger": {
|
||||
"type": "endOfTurn"
|
||||
},
|
||||
"effect": {
|
||||
"type": "discard",
|
||||
"filter": "self"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"51_139": {
|
||||
"title": "Savagery To Match Their Numbers",
|
||||
"culture": "isengard",
|
||||
"cost": 1,
|
||||
"type": "event",
|
||||
"keyword": "skirmish",
|
||||
"effects": {
|
||||
"type": "event",
|
||||
"effect": [
|
||||
{
|
||||
"type": "modifyStrength",
|
||||
"filter": "choose(uruk-hai)",
|
||||
"memorize": "chosenUrukHai",
|
||||
"amount": 2
|
||||
},
|
||||
{
|
||||
"type": "conditional",
|
||||
"condition": {
|
||||
"type": "canSpot",
|
||||
"count": 5,
|
||||
"filter": "companion"
|
||||
},
|
||||
"effect": [
|
||||
{
|
||||
"type": "addKeyword",
|
||||
"filter": "memory(chosenUrukHai)",
|
||||
"keyword": "fierce",
|
||||
"until": "start(regroup)"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
|
||||
}
|
||||
},
|
||||
"51_195": {
|
||||
"title": "*Relics of Moria",
|
||||
"culture": "moria",
|
||||
"cost": 1,
|
||||
"type": "condition",
|
||||
"keyword": "support area",
|
||||
"effects": {
|
||||
"type": "activated",
|
||||
"phase": "shadow",
|
||||
"cost": {
|
||||
"type": "removeTwilight",
|
||||
"amount": 2
|
||||
},
|
||||
"effect": {
|
||||
"type": "playCardFromDiscard",
|
||||
"removedTwilight": 2,
|
||||
"filter": "choose(culture(moria),possession)"
|
||||
}
|
||||
}
|
||||
},
|
||||
"51_234": {
|
||||
"title": "*Úlairë Nertëa",
|
||||
"subtitle": "Messenger of Dol Guldur",
|
||||
"culture": "wraith",
|
||||
"cost": 4,
|
||||
"type": "minion",
|
||||
"race": "nazgul",
|
||||
"strength": 9,
|
||||
"vitality": 2,
|
||||
"site": 3,
|
||||
"effects": {
|
||||
"type": "trigger",
|
||||
"trigger": {
|
||||
"type": "played",
|
||||
"filter": "self"
|
||||
},
|
||||
"effect": {
|
||||
"type": "duplicate",
|
||||
"amount": {
|
||||
"type": "forEachYouCanSpot",
|
||||
"filter": "companion",
|
||||
"over": 4
|
||||
},
|
||||
"effect": {
|
||||
"type": "optional",
|
||||
"text": "Would you like to play a wraith minion from your discard?",
|
||||
"effect": {
|
||||
"type": "playCardFromDiscard",
|
||||
"filter": "choose(culture(wraith),minion)"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"51_248": {
|
||||
"title": "Forces of Mordor",
|
||||
"culture": "sauron",
|
||||
"cost": 0,
|
||||
"type": "event",
|
||||
"keyword": "shadow",
|
||||
"effects": {
|
||||
"type": "event",
|
||||
"cost": {
|
||||
"type": "exert",
|
||||
"filter": "choose(culture(sauron),minion)"
|
||||
},
|
||||
"effect": {
|
||||
"type": "addTwilight",
|
||||
"amount": {
|
||||
"type": "forEachYouCanSpot",
|
||||
"filter": "culture(sauron),orc",
|
||||
"limit": 3
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
"51_311": {
|
||||
"title": "*Sam",
|
||||
"subtitle": "Son of Hamfast",
|
||||
@@ -337,64 +92,5 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"51_313": {
|
||||
"title": "*Sting",
|
||||
"culture": "shire",
|
||||
"cost": 1,
|
||||
"type": "possession",
|
||||
"possession": "hand weapon",
|
||||
"strength": 2,
|
||||
"target": "name(Frodo)",
|
||||
"effects": {
|
||||
"type": "activated",
|
||||
"phase": [
|
||||
"fellowship",
|
||||
"regroup"
|
||||
],
|
||||
"cost": {
|
||||
"type": "exert",
|
||||
"filter": "bearer"
|
||||
},
|
||||
"effect": [
|
||||
{
|
||||
"type": "revealrandomcardsfromhand",
|
||||
"hand": "shadowPlayer",
|
||||
"forced": true,
|
||||
"memorize": "revealedCards",
|
||||
"count": 4
|
||||
},
|
||||
{
|
||||
"type": "removeTwilight",
|
||||
"amount": {
|
||||
"type": "cardPhaseLimit",
|
||||
"limit": 2,
|
||||
"amount": {
|
||||
"type": "forEachMatchingInMemory",
|
||||
"memory": "revealedCards",
|
||||
"filter": "orc",
|
||||
"limit": 2
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"51_316": {
|
||||
"title": "A Talent for Not Being Seen",
|
||||
"culture": "shire",
|
||||
"cost": 0,
|
||||
"type": "condition",
|
||||
"target": "or(name(Merry),name(Pippin)),not(hasAttached(name(A Talent for Not Being Seen)))",
|
||||
"keyword": [
|
||||
"stealth"
|
||||
],
|
||||
"effects": {
|
||||
"type": "modifier",
|
||||
"modifier": {
|
||||
"type": "modifyCost",
|
||||
"filter": "site",
|
||||
"amount": -1
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@@ -45,160 +45,4 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"52_75": {
|
||||
"title": "*Bill Ferny",
|
||||
"subtitle": "Swarthy Sneering Fellow",
|
||||
"culture": "wraith",
|
||||
"cost": 2,
|
||||
"type": "minion",
|
||||
"race": "man",
|
||||
"strength": 4,
|
||||
"vitality": 1,
|
||||
"site": 2,
|
||||
"effects": [
|
||||
{
|
||||
"type": "modifier",
|
||||
"modifier": {
|
||||
"type": "removeKeyword",
|
||||
"filter": "nazgul",
|
||||
"keyword": "roaming"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "modifier",
|
||||
"modifier": {
|
||||
"type": "cantBeAssignedToSkirmishAgainst",
|
||||
"condition": {
|
||||
"type": "canSpot",
|
||||
"filter": "hobbit"
|
||||
},
|
||||
"minion": "self",
|
||||
"fpCharacter": "any",
|
||||
"side": "free people"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "trigger",
|
||||
"trigger": {
|
||||
"type": "condition",
|
||||
"condition": {
|
||||
"type": "location",
|
||||
"filter": "underground"
|
||||
}
|
||||
},
|
||||
"effect": {
|
||||
"type": "discard",
|
||||
"filter": "self"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"52_101": {
|
||||
"title": "*Filibert Bolger",
|
||||
"subtitle": "Wily Rascal",
|
||||
"culture": "shire",
|
||||
"cost": 1,
|
||||
"type": "ally",
|
||||
"allyHome": "fellowship,1",
|
||||
"race": "hobbit",
|
||||
"strength": 1,
|
||||
"vitality": 2,
|
||||
"effects": {
|
||||
"type": "activated",
|
||||
"phase": "skirmish",
|
||||
"cost": [
|
||||
{
|
||||
"type": "exert",
|
||||
"filter": "choose(hobbit,companion,not(ring bearer))",
|
||||
"times": 2,
|
||||
"memorize": "exertedHobbit"
|
||||
}
|
||||
],
|
||||
"effect": {
|
||||
"type": "cancelSkirmish",
|
||||
"filter": "memory(exertedHobbit),infierceskirmish"
|
||||
}
|
||||
}
|
||||
},
|
||||
"52_108": {
|
||||
"title": "*O Elbereth! Gilthoniel!",
|
||||
"culture": "shire",
|
||||
"cost": 1,
|
||||
"type": "condition",
|
||||
"strength": 1,
|
||||
"keyword": "tale",
|
||||
"target": "ring bearer",
|
||||
"effects": {
|
||||
"type": "activated",
|
||||
"phase": "skirmish",
|
||||
"cost": [
|
||||
{
|
||||
"type": "memorize",
|
||||
"filter": "bearer",
|
||||
"memory": "bearer"
|
||||
},
|
||||
{
|
||||
"type": "discard",
|
||||
"filter": "self"
|
||||
}
|
||||
],
|
||||
"effect": {
|
||||
"type": "choice",
|
||||
"texts": [
|
||||
"Make the Ring-bearer strength +3 if skirmishing a Nazgul",
|
||||
"Take off The One Ring"
|
||||
],
|
||||
"effects": [
|
||||
{
|
||||
"type": "addmodifier",
|
||||
"modifier": {
|
||||
"type": "modifyStrength",
|
||||
"filter": "memory(bearer),inSkirmishAgainst(nazgul)",
|
||||
|
||||
"amount": 3
|
||||
},
|
||||
|
||||
},
|
||||
{
|
||||
"type": "takeOffRing"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"52_121": {
|
||||
"title": "*Gimli",
|
||||
"subtitle": "Dwarf of the Mountain-race",
|
||||
"culture": "dwarven",
|
||||
"cost": 2,
|
||||
"type": "companion",
|
||||
"race": "dwarf",
|
||||
"strength": 6,
|
||||
"vitality": 3,
|
||||
"resistance": 6,
|
||||
"signet": "frodo",
|
||||
"keyword": "damage+1",
|
||||
"effects": [
|
||||
{
|
||||
"type": "modifier",
|
||||
"modifier": {
|
||||
"type": "modifyCost",
|
||||
"filter": "underground,site",
|
||||
"amount": -1
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "modifier",
|
||||
"modifier": {
|
||||
"type": "modifyStrength",
|
||||
"amount": 1,
|
||||
"condition": {
|
||||
"type": "location",
|
||||
"filter": "underground"
|
||||
},
|
||||
"filter": "self"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,70 +1,4 @@
|
||||
{
|
||||
"53_17": {
|
||||
"title": "*Galadriel",
|
||||
"subtitle": "Lady of the Golden Wood",
|
||||
"culture": "elven",
|
||||
"cost": 3,
|
||||
"type": "ally",
|
||||
"allyHome": "fellowship,6",
|
||||
"race": "elf",
|
||||
"strength": 3,
|
||||
"vitality": 3,
|
||||
"effects": [
|
||||
{
|
||||
"type": "trigger",
|
||||
"optional": true,
|
||||
"trigger": {
|
||||
"type": "startOfTurn"
|
||||
},
|
||||
"effect": {
|
||||
"type": "heal",
|
||||
"filter": "choose(another,elf)"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "activated",
|
||||
"phase": "fellowship",
|
||||
"cost": {
|
||||
"type": "exert",
|
||||
"filter": "self",
|
||||
"times": 2
|
||||
},
|
||||
"effect": {
|
||||
"type": "playNextSite",
|
||||
"filter": "forest"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"53_38": {
|
||||
"title": "*Aragorn",
|
||||
"subtitle": "Heir to the White City",
|
||||
"culture": "Gondor",
|
||||
"type": "companion",
|
||||
"race": "Man",
|
||||
"cost": 4,
|
||||
"strength": 8,
|
||||
"vitality": 4,
|
||||
"resistance": 6,
|
||||
"signet": "frodo",
|
||||
"keyword": [
|
||||
"Ranger"
|
||||
],
|
||||
"effects": {
|
||||
"type": "trigger",
|
||||
"trigger": {
|
||||
"type": "moves"
|
||||
},
|
||||
"condition": {
|
||||
"type": "phase",
|
||||
"phase": "fellowship"
|
||||
},
|
||||
"effect": {
|
||||
"type": "removeTwilight",
|
||||
"amount": 1
|
||||
}
|
||||
}
|
||||
},
|
||||
"53_42": {
|
||||
"side": "free_people",
|
||||
"cost": 1,
|
||||
@@ -108,46 +42,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"53_67": {
|
||||
"title": "*The Palantir of Orthanc",
|
||||
"culture": "isengard",
|
||||
"cost": 0,
|
||||
"type": "artifact",
|
||||
"possession": "palantir",
|
||||
"keyword": "support area",
|
||||
"condition": {
|
||||
"type": "canSpot",
|
||||
"filter": "culture(isengard),minion"
|
||||
},
|
||||
"effects": {
|
||||
"type": "activated",
|
||||
"phase": "shadow",
|
||||
"cost": [
|
||||
{
|
||||
"type": "removeTwilight",
|
||||
"amount": 2
|
||||
}
|
||||
],
|
||||
"condition": {
|
||||
"type": "canSpot",
|
||||
"filter": "culture(isengard),minion",
|
||||
"count": 2,
|
||||
},
|
||||
"effect": [
|
||||
{
|
||||
"type": "revealRandomCardsFromHand",
|
||||
"forced": true,
|
||||
"hand": "fp",
|
||||
"count": 1,
|
||||
"memorize": "revealedCard"
|
||||
},
|
||||
{
|
||||
"type": "putCardsFromHandOnTopOfDeck",
|
||||
"filter": "choose(memory(revealedCard))"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
|
||||
"53_68": {
|
||||
"side": "shadow",
|
||||
"site": 4,
|
||||
@@ -210,95 +105,4 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"53_106": {
|
||||
"title": "*Bill the Pony",
|
||||
"culture": "Shire",
|
||||
"side": "free_people",
|
||||
"cost": 0,
|
||||
"type": "possession",
|
||||
"keyword": [
|
||||
"stealth"
|
||||
],
|
||||
"target": "name(Sam)",
|
||||
"effects": [
|
||||
{
|
||||
"type": "modifier",
|
||||
"modifier": {
|
||||
"type": "modifyCost",
|
||||
"filter": "site",
|
||||
"amount": -1
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "trigger",
|
||||
"trigger": {
|
||||
"type": "condition",
|
||||
"condition": {
|
||||
"type": "location",
|
||||
"filter": "underground"
|
||||
}
|
||||
},
|
||||
"effect": {
|
||||
"type": "discard",
|
||||
"filter": "self"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"53_108": {
|
||||
"title": "Frying Pan",
|
||||
"culture": "Shire",
|
||||
"cost": 1,
|
||||
"type": "possession",
|
||||
"possession": "hand weapon",
|
||||
"strength": 1,
|
||||
"target": "hobbit",
|
||||
"effects": {
|
||||
"type": "activated",
|
||||
"phase": "skirmish",
|
||||
"cost": {
|
||||
"type": "exert",
|
||||
"filter": "bearer"
|
||||
},
|
||||
"effect": {
|
||||
"type": "wound",
|
||||
"filter": "choose(orc,inSkirmishAgainst(bearer))"
|
||||
}
|
||||
}
|
||||
},
|
||||
"53_113": {
|
||||
"title": "*The Shire Countryside",
|
||||
"culture": "shire",
|
||||
"cost": 1,
|
||||
"type": "condition",
|
||||
"keyword": "support area",
|
||||
"condition": {
|
||||
"type": "canSpot",
|
||||
"count": 2,
|
||||
"filter": "culture(shire),companion"
|
||||
},
|
||||
"effects": {
|
||||
"type": "trigger",
|
||||
"optional": true,
|
||||
"trigger": {
|
||||
"type": "removesBurden",
|
||||
"filter": "not(hobbit)"
|
||||
},
|
||||
"condition": {
|
||||
"type": "perPhaseLimit",
|
||||
"limit": 1
|
||||
},
|
||||
"effect": [
|
||||
{
|
||||
"type": "incrementPerPhaseLimit",
|
||||
"limit": 1
|
||||
},
|
||||
{
|
||||
"type": "heal",
|
||||
"count": "0-2",
|
||||
"filter": "choose(companion)"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user