Various fixes to errata
This commit is contained in:
@@ -607,7 +607,7 @@
|
||||
forced: false
|
||||
count: 1
|
||||
}
|
||||
text: Discard a card from hand to prevent {targetMinion} exert
|
||||
text: Discard a card from hand to prevent {targetMinion} from exerting
|
||||
effect: {
|
||||
type: exert
|
||||
filter: memory(targetMinion)
|
||||
|
||||
@@ -35,7 +35,7 @@
|
||||
type: trigger
|
||||
trigger: {
|
||||
type: winsSkirmish
|
||||
filter: bearer
|
||||
filter: self
|
||||
}
|
||||
cost: {
|
||||
type: removeTwilight
|
||||
@@ -537,7 +537,7 @@
|
||||
effect: [
|
||||
{
|
||||
type: chooseActiveCards
|
||||
filter: choose(companion,not(exhausted))
|
||||
filter: choose(companion,not(exhausted),not(Ring-bearer))
|
||||
memorize: chosenComp
|
||||
text: Choose a companion to exhaust
|
||||
}
|
||||
|
||||
@@ -49,7 +49,7 @@
|
||||
type: trigger
|
||||
trigger: {
|
||||
type: winsSkirmish
|
||||
filter: bearer,title(Lurtz)
|
||||
filter: bearer
|
||||
}
|
||||
effect: {
|
||||
type: choice
|
||||
|
||||
@@ -29,7 +29,6 @@
|
||||
culture: isengard
|
||||
twilight: 2
|
||||
type: condition
|
||||
itemclass: palantir
|
||||
keyword: support area
|
||||
requires: {
|
||||
type: canSpot
|
||||
@@ -47,8 +46,6 @@
|
||||
cost: {
|
||||
type: discardfromhand
|
||||
forced: false
|
||||
hand: freeps
|
||||
player: freeps
|
||||
filter: choose(culture(isengard))
|
||||
count: 1
|
||||
memorize: discardedCard
|
||||
|
||||
@@ -70,7 +70,7 @@
|
||||
memory: twilightCostInMemory
|
||||
}
|
||||
}
|
||||
text: Discard {twilightCostInMemory} card from hand to prevent your opponent taking {chosenCard} into hand from their draw deck
|
||||
text: Discard {twilightCostInMemory} cards from hand to prevent your opponent taking {chosenCard} into hand from their draw deck
|
||||
effect: {
|
||||
type: PutCardsFromDeckIntoHand
|
||||
filter: memory(chosenCard)
|
||||
@@ -78,7 +78,7 @@
|
||||
}
|
||||
]
|
||||
}
|
||||
gametext: Exert a [sauron] minion to reveal a card at random from the Free Peoples player's hand. You may take a minion into hand from your draw deck costing X or less, where X is the twilight cost of the card revealed. The Free Peoples player may discard X cards from hand to prevent this.
|
||||
gametext: Exert a [sauron] minion to reveal a card at random from the Free Peoples player's hand. You may take a minion into hand from your draw deck costing up to X, where X is the twilight cost of the card revealed. The Free Peoples player may discard X cards from hand to prevent this.
|
||||
lore: ""
|
||||
promotext: ""
|
||||
alts: {
|
||||
@@ -215,7 +215,7 @@
|
||||
effect: [
|
||||
{
|
||||
type: chooseActiveCards
|
||||
filter: choose(companion,not(exhausted))
|
||||
filter: choose(companion,not(exhausted),not(Ring-bearer))
|
||||
memorize: chosenComp
|
||||
text: Choose a companion to exhaust
|
||||
}
|
||||
@@ -325,7 +325,7 @@
|
||||
count: 2
|
||||
forced: false
|
||||
}
|
||||
text: Discard the top 2 cards of your deck to prevent {chosenComp}
|
||||
text: Discard the top 2 cards of your deck to prevent exerting {chosenComp}
|
||||
effect: {
|
||||
type: exert
|
||||
filter: memory(chosenComp)
|
||||
@@ -469,16 +469,16 @@
|
||||
keyword: [
|
||||
maneuver
|
||||
]
|
||||
requires: [
|
||||
{
|
||||
type: CanSpot
|
||||
filter: culture(Sauron),minion
|
||||
}
|
||||
]
|
||||
effects: {
|
||||
type: event
|
||||
effect: {
|
||||
type: conditional
|
||||
requires: [
|
||||
{
|
||||
type: CanSpot
|
||||
filter: culture(Sauron),minion
|
||||
}
|
||||
]
|
||||
effect: {
|
||||
type: choice
|
||||
texts: [
|
||||
|
||||
@@ -35,6 +35,12 @@
|
||||
{
|
||||
type: activated
|
||||
phase: maneuver
|
||||
requires: [
|
||||
{
|
||||
type: CanSpot
|
||||
filter: fortification
|
||||
}
|
||||
]
|
||||
effect: [
|
||||
{
|
||||
type: ChooseActiveCards
|
||||
@@ -88,7 +94,7 @@
|
||||
]
|
||||
}
|
||||
]
|
||||
gametext: Maneuver: Spot a fortification. Make the Free Peoples player distribute X + 1 wounds among your [isengard] minions to discard that fortification, where X is its twilight cost.\<b>Archery:</b> Spot 2 [isengard] archers to make allies take wounds from archery fire instead of companions.
|
||||
gametext: Maneuver: If you can spot an [isengard] minion, spot a fortification. Make the Free Peoples player distribute X + 1 wounds among your [isengard] minions to discard that fortification, where X is its twilight cost.\<b>Archery:</b> Spot 2 [isengard] archers to make allies take wounds from archery fire instead of companions.
|
||||
lore: ""
|
||||
promotext: ""
|
||||
alts: {
|
||||
|
||||
@@ -36,16 +36,26 @@
|
||||
{
|
||||
type: activated
|
||||
phase: shadow
|
||||
requires: {
|
||||
type: perPhaseLimit
|
||||
limit: 2
|
||||
}
|
||||
cost: {
|
||||
type: exert
|
||||
filter: choose(Uruk-hai)
|
||||
}
|
||||
effect: {
|
||||
type: AddTokens
|
||||
amount: 1
|
||||
culture: isengard
|
||||
filter: self
|
||||
}
|
||||
effect: [
|
||||
{
|
||||
type: AddTokens
|
||||
amount: 1
|
||||
culture: isengard
|
||||
filter: self
|
||||
}
|
||||
{
|
||||
type: incrementPerPhaseLimit
|
||||
limit: 1
|
||||
}
|
||||
]
|
||||
}
|
||||
{
|
||||
type: activated
|
||||
|
||||
@@ -54,14 +54,14 @@
|
||||
type: Wound
|
||||
filter: choose(minion)
|
||||
count: {
|
||||
type: FromMemory
|
||||
type: ForEachInMemory
|
||||
memory: exertedComps
|
||||
}
|
||||
}
|
||||
{
|
||||
type: RemoveBurdens
|
||||
amount: {
|
||||
type: FromMemory
|
||||
type: ForEachInMemory
|
||||
memory: exertedComps
|
||||
}
|
||||
}
|
||||
|
||||
@@ -34,7 +34,7 @@
|
||||
effects: [
|
||||
{
|
||||
type: trigger
|
||||
optional: true
|
||||
optional: false
|
||||
trigger: {
|
||||
type: moves
|
||||
}
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
}
|
||||
title: Rohirrim Army
|
||||
unique: true
|
||||
culture: elven
|
||||
culture: rohan
|
||||
twilight: 5
|
||||
type: companion
|
||||
race: man
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
title: Éowyn
|
||||
subtitle: Lady of Ithilien
|
||||
unique: true
|
||||
culture: elven
|
||||
culture: rohan
|
||||
twilight: 2
|
||||
type: companion
|
||||
race: man
|
||||
@@ -62,7 +62,7 @@
|
||||
{
|
||||
type: Repeat
|
||||
amount: {
|
||||
type: ForEachVitality
|
||||
type: ForEachWound
|
||||
filter: minion,InSkirmishAgainst(self)
|
||||
}
|
||||
effect: {
|
||||
|
||||
Reference in New Issue
Block a user