Merge pull request #550 from PlayersCouncil/bug/march-bugs

Card Fixes
This commit is contained in:
Christian McCarty
2025-03-20 00:19:00 -05:00
committed by GitHub
13 changed files with 41 additions and 41 deletions

View File

@@ -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))
}

View File

@@ -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

View File

@@ -389,6 +389,7 @@
modifier: {
type: cantMove
}
until: EndOfTurn
}
}
]

View File

@@ -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
}
}
}

View File

@@ -127,7 +127,7 @@
type: event
cost: {
type: exert
select: choose(dwarf)
select: choose(dwarf,damage,CanExert,MinVitality(3))
times: 2
memorize: exertedDwarf
},

View File

@@ -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
}
]
}

View File

@@ -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
}
{

View File

@@ -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

View File

@@ -1013,7 +1013,7 @@
}
{
type: Trigger
optional: false
optional: true
trigger: {
type: usesSpecialAbility
filter: minion

View File

@@ -97,6 +97,7 @@
cost: {
type: removeTokensCumulative
culture: shire
count: 2
}
effect: {
type: discard

View File

@@ -52,6 +52,7 @@
type: modifyStrength
select: choose(minion)
amount: -2
until: start(regroup)
}
}
]

View File

@@ -714,7 +714,7 @@
}
effect: {
type: modifyStrength
select: choose(culture(uruk-hai),minion)
select: choose(culture(uruk-hai),hunter,minion)
amount: 2
}
}

View File

@@ -709,10 +709,16 @@
type: cantUseSpecialAbilities
filter: any
phase: skirmish
requires: {
requires: [
{
type: Location
filter: battleground
}
{
type: CanSpot
filter: inSkirmish, self
}
]
}
}
]