Fixing V1 IWHGWYTOE, Merry errata, and Trust Me As You Once Did not enforcing a per-phase limit

This commit is contained in:
Christian 'ketura' McCarty
2024-11-17 12:47:25 -06:00
parent 5c80971714
commit 519278b83d
5 changed files with 55 additions and 58 deletions

View File

@@ -1555,12 +1555,8 @@
effect: {
type: modifyStrength
select: self
amount: {
type: cardAffectedLimitPerPhase
prefix: str-
source: 1
limit: 3
}
amount: 1
limitPerCardThisPhase: 3
}
}
gametext: <b>Damage +1</b>.<br><b>Skirmish:</b> Remove (1) to make this minion strength +1 (limit +3).

View File

@@ -338,10 +338,10 @@
type: modifyStrength
select: choose(companion)
amount: {
type: forEachYouCanSpot
filter: companion,signet(Gandalf)
limit: 3
}
type: ForEachYouCanSpot
filter: companion,signet(Gandalf)
}
limitPerCardThisPhase: 3
}
}
gametext: Plays to your support area.<br><b>Skirmish:</b> Exert Gandalf to make a companion strength +1 for each companion with the Gandalf signet you can spot (limit +3).

View File

@@ -46,6 +46,7 @@
type: ForEachYouCanSpot
filter: hand weapon
}
limitPerCardThisPhase: 3
}
}
]

View File

@@ -1,50 +1,50 @@
{
54_73: {
cardInfo: {
//id: 4_73.1
parent: 4_73
variant: ERRATA
variantPath: promos/pc
revision: 1
image: errata/54_73.jpg
collInfo: 4R73
rarity: R
}
title: Legolas
subtitle: Dauntless Hunter
unique: true
culture: elven
twilight: 2
type: companion
race: elf
strength: 6
vitality: 3
resistance: 6
signet: aragorn
keyword: archer
effects: {
type: modifier
modifier: {
type: modifyCost
filter: side(shadow),or(event,condition)
amount: {
type: forEachYouCanSpot
filter: unbound,hobbit
limit: 2
}
}
}
gametext: Archer.<br>The twilight cost of each Shadow event and Shadow condition is +1 for each unbound Hobbit you can spot (limit +2).
lore: "'They are far, far away.... I know in my heart that they have not rested this night.'"
promotext: ""
alts: {
promos: {
}
errata: {
}
}
}
# 54_73: {
# cardInfo: {
# //id: 4_73.1
# parent: 4_73
# variant: ERRATA
# variantPath: promos/pc
# revision: 1
# image: errata/54_73.jpg
# collInfo: 4R73
# rarity: R
# }
# title: Legolas
# subtitle: Dauntless Hunter
# unique: true
# culture: elven
# twilight: 2
# type: companion
# race: elf
# strength: 6
# vitality: 3
# resistance: 6
# signet: aragorn
# keyword: archer
# effects: {
# type: modifier
# modifier: {
# type: modifyCost
# filter: side(shadow),or(event,condition)
# amount: {
# type: forEachYouCanSpot
# filter: unbound,hobbit
# limit: 2
# }
# }
# }
# gametext: Archer.<br>The twilight cost of each Shadow event and Shadow condition is +1 for each unbound Hobbit you can spot (limit +2).
# lore: "'They are far, far away.... I know in my heart that they have not rested this night.'"
# promotext: ""
# alts: {
# promos: {
# }
# errata: {
# }
# }
# }
54_73: {
cardInfo: {

View File

@@ -543,12 +543,12 @@
type: modifyStrength
select: choose(companion,signet(aragorn),inSkirmish)
amount: {
type: forEachInMemory
type: ForEachInMemory
memory: discardedCards
filter: any
limit: 3
}
}
limitPerCardThisPhase: 3
}
}
]
gametext: Each time you play a skirmish event during a skirmish involving a companion with the Aragorn signet, you may spot Aragorn to stack that event here.<br>Skirmish: Spot Aragorn and discard X cards here to make a skirmishing companion with the Aragorn signet strength +X (limit +3).