- 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 type: trigger
optional: true optional: true
trigger: { trigger: {
type: AboutToBeKilled type: AboutToTakeWound
filter: name(Aragorn) filter: name(Aragorn)
} }
cost: { 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.'" lore: "'Dark is the Shadow, and yet my heart rejoices; for you, Estel, shall be among the great whose valour will destroy it.'"
promotext: "" promotext: ""
alts: { alts: {

View File

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

View File

@@ -165,11 +165,17 @@
filter: InSkirmish, Hobbit, companion filter: InSkirmish, Hobbit, companion
} }
] ]
cost: { cost: [
type: Spot {
select: choose(InSkirmish, Hobbit, companion) type: Exert
memorize: guardedHobbit select: self
} }
{
type: Spot
select: choose(InSkirmish, Hobbit, companion)
memorize: guardedHobbit
}
]
effect: [ effect: [
{ {
type: ModifyStrength type: ModifyStrength
@@ -184,22 +190,10 @@
keyword: valiant keyword: valiant
select: memory(guardedHobbit) 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: "" lore: ""
promotext: "" promotext: ""
alts: { alts: {