- refactored Arwen to respond to wounding instead of death
- fixed Machinery of War triggering on both skirmish loss and death
- refactored Royal Attendant to a less knot-tying version
This commit is contained in:
Christian 'ketura' McCarty
2024-10-31 23:15:50 -05:00
parent eb54ab7f95
commit d67cf3cc89
3 changed files with 14 additions and 25 deletions

View File

@@ -252,7 +252,7 @@
type: trigger
optional: true
trigger: {
type: AboutToBeKilled
type: AboutToTakeWound
filter: name(Aragorn)
}
cost: {
@@ -265,7 +265,7 @@
}
}
]
gametext: Aragorn is strength +1.<br>If Aragorn is about to be killed you may exert Arwen to heal Aragorn.<br>While Arwen is exhausted, Aragorn is defender +1.
gametext: Aragorn is strength +1.<br>Each time Aragorn is about to take a wound, you may exert Arwen to heal Aragorn.<br>While Arwen is exhausted, Aragorn is defender +1.
lore: "'Dark is the Shadow, and yet my heart rejoices; for you, Estel, shall be among the great whose valour will destroy it.'"
promotext: ""
alts: {

View File

@@ -116,11 +116,6 @@
{
type: trigger
trigger: [
{
type: Killed
inSkirmish: true
filter: culture(isengard), orc
}
{
type: LosesSkirmish
filter: culture(isengard), orc

View File

@@ -165,11 +165,17 @@
filter: InSkirmish, Hobbit, companion
}
]
cost: {
type: Spot
select: choose(InSkirmish, Hobbit, companion)
memorize: guardedHobbit
}
cost: [
{
type: Exert
select: self
}
{
type: Spot
select: choose(InSkirmish, Hobbit, companion)
memorize: guardedHobbit
}
]
effect: [
{
type: ModifyStrength
@@ -184,22 +190,10 @@
keyword: valiant
select: memory(guardedHobbit)
}
{
type: AddTrigger
optional: false
trigger: {
type: SkirmishAboutToEnd
involving: memory(guardedHobbit)
}
effect: {
type: Wound
select: self
}
}
]
}
]
gametext: To play, spot Theoden (or 3 [rohan] Men).<br>Skirmish: If a Hobbit companion is skirmishing, add this ally's strength to that Hobbit and make that Hobbit gain <b>valiant</b> until the regroup phase (limit once per phase). At the end of that skirmish, wound this ally.
gametext: To play, spot Theoden (or 3 [rohan] Men).\Skirmish: Exert this ally to add his strength to a skirmishing Hobbit and make that Hobbit gain <b>valiant</b> until the regroup phase (limit once per phase).
lore: ""
promotext: ""
alts: {