Implementing LR#1: Shadowfax, Greatest of the Mearas is a continous discard
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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))
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user