Implementing LR#1: Shadowfax, Greatest of the Mearas is a continous discard

This commit is contained in:
Christian 'ketura' McCarty
2025-04-16 23:59:09 -05:00
parent 7f056d4d99
commit 187275eebf
2 changed files with 4 additions and 7 deletions

View File

@@ -608,8 +608,7 @@
type: Trigger type: Trigger
optional: false optional: false
trigger: { trigger: {
type: played type: ConstantlyCheck
filter: self
} }
effect: { effect: {
type: discard type: discard

View File

@@ -96,14 +96,12 @@
{ {
type: Trigger type: Trigger
optional: false optional: false
optional: false
trigger: { trigger: {
type: Played type: ConstantlyCheck
filter: self
} }
effect: { effect: {
type: Discard type: discard
select: all(attachedTo(bearer),or(possession,weapon),another) select: all(other,possession,attachedTo(bearer))
} }
} }
{ {