Card Fixes
- Fixed Battering Ram not having a shadow ability to add tokens - (Hopefully) fixed Anduril, King's Blade not grantind defender when there are 0 threats - Fixed Your Friends Are With You working on Shadow men
This commit is contained in:
@@ -17,6 +17,19 @@
|
||||
Support Area
|
||||
]
|
||||
effects: [
|
||||
{
|
||||
type: activated
|
||||
phase: shadow
|
||||
cost: {
|
||||
type: exert
|
||||
select: choose(urukHai)
|
||||
}
|
||||
effect: {
|
||||
type: AddCultureTokens
|
||||
culture: isengard
|
||||
select: self
|
||||
}
|
||||
}
|
||||
{
|
||||
type: activated
|
||||
phase: skirmish
|
||||
|
||||
@@ -96,10 +96,7 @@
|
||||
type: addKeyword
|
||||
filter: self
|
||||
requires: {
|
||||
type: not
|
||||
requires: {
|
||||
type: canSpotThreats
|
||||
}
|
||||
type: CantSpotThreats
|
||||
}
|
||||
keyword: defender
|
||||
amount: 1
|
||||
|
||||
@@ -419,7 +419,7 @@
|
||||
effect: {
|
||||
type: ModifyStrength
|
||||
amount: 1
|
||||
select: choose(another,or(man, elf, dwarf), not(race(memory(winner))))
|
||||
select: choose(your,another,or(man, elf, dwarf), not(race(memory(winner))))
|
||||
until: start(regroup)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user