Implementing LR#1: Shadowfax, Greatest of the Mearas is a continous discard
This commit is contained in:
@@ -608,8 +608,7 @@
|
||||
type: Trigger
|
||||
optional: false
|
||||
trigger: {
|
||||
type: played
|
||||
filter: self
|
||||
type: ConstantlyCheck
|
||||
}
|
||||
effect: {
|
||||
type: discard
|
||||
|
||||
@@ -96,14 +96,12 @@
|
||||
{
|
||||
type: Trigger
|
||||
optional: false
|
||||
optional: false
|
||||
trigger: {
|
||||
type: Played
|
||||
filter: self
|
||||
type: ConstantlyCheck
|
||||
}
|
||||
effect: {
|
||||
type: Discard
|
||||
select: all(attachedTo(bearer),or(possession,weapon),another)
|
||||
type: discard
|
||||
select: all(other,possession,attachedTo(bearer))
|
||||
}
|
||||
}
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user