Fix for Above the Battlement
This card has two effects rather than two costs
This commit is contained in:
@@ -15,11 +15,11 @@
|
||||
timewords: Shadow
|
||||
effects: {
|
||||
type: event
|
||||
cost: {
|
||||
effect: {
|
||||
type: choice
|
||||
texts: [
|
||||
Play a besieger stacked on a site you control
|
||||
Remove a burden
|
||||
Remove a burden to play a {SAURON} Orc from discard
|
||||
]
|
||||
effects: [
|
||||
{
|
||||
@@ -28,17 +28,18 @@
|
||||
on: controlledSite
|
||||
}
|
||||
{
|
||||
type: costToEffect
|
||||
cost: {
|
||||
type: removeBurdens
|
||||
}
|
||||
]
|
||||
},
|
||||
effect: [
|
||||
{
|
||||
effect: {
|
||||
type: playCardFromDiscard
|
||||
select: choose(culture(sauron),orc)
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
gametext: Play a besieger stacked on a site you control or remove a burden to play a [sauron] Orc from your discard pile.
|
||||
lore: "...they began to throw missiles marvellously high...."
|
||||
promotext: ""
|
||||
|
||||
Reference in New Issue
Block a user