Merge pull request #735 from PlayersCouncil/bug/ketura-bugs

Bug to the Future
This commit is contained in:
Christian McCarty
2025-06-27 20:14:08 -05:00
committed by GitHub
6 changed files with 36 additions and 12 deletions

View File

@@ -139,12 +139,15 @@
type: winsSkirmish
filter: bearer
}
effect: {
type: Repeat
times: {
type: ForEachSiteYouControl
}
effect: {
type: exert
player: fp
select: choose(companion)
count: {
type: ForEachSiteYouControl
}
}
}

View File

@@ -97,7 +97,7 @@
true: {
type: exert
player: free people
select: choose(companion)
select: choose(minion)
count: 0-1
memorize: exertedCharacter
}

View File

@@ -119,10 +119,16 @@
{
type: activated
phase: archery
requires: {
requires: [
{
type: CanSpot
filter: self,Zone(SUPPORT)
}
{
type: canSpot
filter: your,or(enduring,mounted),nazgul
}
]
effect: [
{
type: transfer
@@ -144,6 +150,14 @@
filter: bearer
}
}
{
type: modifier
modifier: {
type: CantBear
filter: bearer
cardFilter: mount
}
}
]
gametext: <b>Archery:</b> Spot your enduring or mounted Nazgûl to transfer this condition from your support area to an unbound companion. Discard a mount borne by that companion.<br>Bearer cannot heal or bear mounts.
lore: ""

View File

@@ -29,6 +29,7 @@
}
{
type: removeBurdens
ignoreCostCheckFailure: true
amount: {
type: fromMemory
memory: chosenCompanion

View File

@@ -585,10 +585,16 @@
count: 2
}
effect: [
{
type: ChooseActiveCards
text: Choose a condition to discard
select: choose(condition)
memorize: chosenCard
}
{
type: preventable
player: free people
text: Would you like to discard the top 6 cards of your draw deck to prevent discarding a condition?
text: Would you like to discard the top 6 cards of your draw deck to prevent discarding {chosenCard}?
cost: {
type: discardTopCardsFromDeck
forced: false
@@ -597,7 +603,7 @@
}
effect: {
type: discard
select: choose(condition)
select: memory(chosenCard)
}
}
]

View File

@@ -29,7 +29,7 @@
}
{
type: discard
select: all(minion,not(race(memory(chosenMinion))))
select: all(minion,hasRace,not(race(memory(chosenMinion))))
}
]
}