Card Fixes

Fixed Gil-galad errata having all sorts of drunken problems with his ability costs
Fixed Walks in Twilight not triggering on a win
Fixed Valley of the Anduin only blocking stealth events instead of all events
Fixed Nen Hithoel checking for >5 instead of >4 companions
This commit is contained in:
Christian 'ketura' McCarty
2021-12-19 13:40:01 -06:00
parent aebaeb88d7
commit 50e3fa9495
3 changed files with 15 additions and 14 deletions

View File

@@ -19,14 +19,14 @@
{
"type": "activated",
"phase": "maneuver",
"cost": {
"type": "removetokens",
"count": 1,
"culture": "elven"
},
"cost": {
"type": "addthreats",
"amount": 1
},
"effect": {
"type": "putcardsfromdiscardintohand",
"filter": "choose(culture(elven),condition)",
"filter": "choose(culture(elven),event,skirmish)",
"count": 1
}
},
@@ -34,12 +34,13 @@
"type": "activated",
"phase": "regroup",
"cost": {
"type": "addthreats",
"amount": 2
},
"type": "removetokens",
"count": 1,
"culture": "elven"
},
"effect": {
"type": "putcardsfromdiscardintohand",
"filter": "choose(culture(elven),event)",
"filter": "choose(culture(elven),condition)",
"count": 1
}
}

View File

@@ -181,11 +181,11 @@
"type": "trigger",
"trigger": {
"type": "winsSkirmish",
"filter": "twilight,nazgul"
"filter": "and(twilight,nazgul)"
},
"cost": {
"type": "exert",
"filter": "bearer"
"filter": "choose(twilight,nazgul)"
},
"effect": {
"type": "shufflecardsfromdiscardintodrawdeck",

View File

@@ -135,7 +135,7 @@
"filter": "companion",
"count": 6
},
"filter": "stealth,event",
"filter": "event",
}
}
},
@@ -162,7 +162,7 @@
"count": {
"type": "forEachYouCanSpot",
"filter": "companion",
"over": 5
"over": 4
}
}
}