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:
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user