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
|
Support Area
|
||||||
]
|
]
|
||||||
effects: [
|
effects: [
|
||||||
|
{
|
||||||
|
type: activated
|
||||||
|
phase: shadow
|
||||||
|
cost: {
|
||||||
|
type: exert
|
||||||
|
select: choose(urukHai)
|
||||||
|
}
|
||||||
|
effect: {
|
||||||
|
type: AddCultureTokens
|
||||||
|
culture: isengard
|
||||||
|
select: self
|
||||||
|
}
|
||||||
|
}
|
||||||
{
|
{
|
||||||
type: activated
|
type: activated
|
||||||
phase: skirmish
|
phase: skirmish
|
||||||
|
|||||||
@@ -96,10 +96,7 @@
|
|||||||
type: addKeyword
|
type: addKeyword
|
||||||
filter: self
|
filter: self
|
||||||
requires: {
|
requires: {
|
||||||
type: not
|
type: CantSpotThreats
|
||||||
requires: {
|
|
||||||
type: canSpotThreats
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
keyword: defender
|
keyword: defender
|
||||||
amount: 1
|
amount: 1
|
||||||
|
|||||||
@@ -419,7 +419,7 @@
|
|||||||
effect: {
|
effect: {
|
||||||
type: ModifyStrength
|
type: ModifyStrength
|
||||||
amount: 1
|
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)
|
until: start(regroup)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user