@@ -31,15 +31,7 @@
|
||||
type: discard
|
||||
select: all(side(free people),possession,or(armor,helm,shield))
|
||||
}
|
||||
}
|
||||
{
|
||||
type: If
|
||||
check: {
|
||||
type: cantSpot
|
||||
filter: companion
|
||||
count: 6
|
||||
}
|
||||
true: {
|
||||
false: {
|
||||
type: discard
|
||||
select: choose(possession,or(armor,helm,shield))
|
||||
}
|
||||
|
||||
@@ -817,14 +817,17 @@
|
||||
phase: maneuver
|
||||
effect: [
|
||||
{
|
||||
type: exert
|
||||
select: choose(minion)
|
||||
count: {
|
||||
type: Repeat
|
||||
times: {
|
||||
type: ForEachCultureToken
|
||||
filter: self
|
||||
culture: gondor
|
||||
limit: 3
|
||||
}
|
||||
effect: {
|
||||
type: exert
|
||||
select: choose(minion)
|
||||
}
|
||||
}
|
||||
{
|
||||
type: discard
|
||||
|
||||
@@ -389,6 +389,7 @@
|
||||
modifier: {
|
||||
type: cantMove
|
||||
}
|
||||
until: EndOfTurn
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
@@ -214,13 +214,16 @@
|
||||
type: canSpot
|
||||
filter: another,nazgul
|
||||
}
|
||||
effect: {
|
||||
type: Repeat
|
||||
times: {
|
||||
type: forEachFPCulture
|
||||
over: 2
|
||||
}
|
||||
effect: {
|
||||
type: exert
|
||||
player: fp
|
||||
select: choose(ringBound,companion)
|
||||
count: {
|
||||
type: forEachFPCulture
|
||||
over: 2
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -127,7 +127,7 @@
|
||||
type: event
|
||||
cost: {
|
||||
type: exert
|
||||
select: choose(dwarf)
|
||||
select: choose(dwarf,damage,CanExert,MinVitality(3))
|
||||
times: 2
|
||||
memorize: exertedDwarf
|
||||
},
|
||||
|
||||
@@ -201,21 +201,10 @@
|
||||
memorize: revealedCards
|
||||
}
|
||||
{
|
||||
type: Repeat
|
||||
times: {
|
||||
type: ForEachInMemory
|
||||
memory: revealedCards
|
||||
filter: knight
|
||||
}
|
||||
effect: {
|
||||
type: playCardFromDrawDeck
|
||||
select: choose(memory(revealedCards),knight)
|
||||
showAll: false
|
||||
shuffle: false
|
||||
}
|
||||
}
|
||||
{
|
||||
type: shuffleDeck
|
||||
shuffle: true
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -980,9 +980,13 @@
|
||||
text: Choose how many {raider} tokens to spot
|
||||
from: 0
|
||||
to: {
|
||||
type: Min
|
||||
firstNumber: {
|
||||
type: ForEachCultureToken
|
||||
culture: raider
|
||||
}
|
||||
secondNumber: 6
|
||||
}
|
||||
memorize: spotCount
|
||||
}
|
||||
{
|
||||
|
||||
@@ -33,7 +33,7 @@
|
||||
}
|
||||
{
|
||||
type: modifyStrength
|
||||
select: choose(minion,inSkirmishAgainst(culture(elven),companion))
|
||||
select: choose(minion,inSkirmishAgainst(culture(elven),unbound,companion))
|
||||
amount: {
|
||||
type: fromMemory
|
||||
memory: spotCount
|
||||
|
||||
@@ -1013,7 +1013,7 @@
|
||||
}
|
||||
{
|
||||
type: Trigger
|
||||
optional: false
|
||||
optional: true
|
||||
trigger: {
|
||||
type: usesSpecialAbility
|
||||
filter: minion
|
||||
|
||||
@@ -97,6 +97,7 @@
|
||||
cost: {
|
||||
type: removeTokensCumulative
|
||||
culture: shire
|
||||
count: 2
|
||||
}
|
||||
effect: {
|
||||
type: discard
|
||||
|
||||
@@ -52,6 +52,7 @@
|
||||
type: modifyStrength
|
||||
select: choose(minion)
|
||||
amount: -2
|
||||
until: start(regroup)
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
@@ -714,7 +714,7 @@
|
||||
}
|
||||
effect: {
|
||||
type: modifyStrength
|
||||
select: choose(culture(uruk-hai),minion)
|
||||
select: choose(culture(uruk-hai),hunter,minion)
|
||||
amount: 2
|
||||
}
|
||||
}
|
||||
|
||||
@@ -709,10 +709,16 @@
|
||||
type: cantUseSpecialAbilities
|
||||
filter: any
|
||||
phase: skirmish
|
||||
requires: {
|
||||
requires: [
|
||||
{
|
||||
type: Location
|
||||
filter: battleground
|
||||
}
|
||||
{
|
||||
type: CanSpot
|
||||
filter: inSkirmish, self
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user