mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-15 18:28:00 +00:00
Merge branch 'master' into 'master'
Fix Liliana's Triumph (both the card and the AI) See merge request core-developers/forge!1702
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
Name:Liliana's Triumph
|
Name:Liliana's Triumph
|
||||||
ManaCost:1 B
|
ManaCost:1 B
|
||||||
Types:Instant
|
Types:Instant
|
||||||
A:SP$ Sacrifice | Cost$ 1 B | Defined$ Player.Other | SacValid$ Creature | SubAbility$ DiscardIf | SpellDescription$ Each opponent sacrifices a creature. If you control a Liliana planeswalker, each opponent also discards a card.
|
A:SP$ Sacrifice | Cost$ 1 B | Defined$ Opponent | SacValid$ Creature | SubAbility$ DiscardIf | SpellDescription$ Each opponent sacrifices a creature. If you control a Liliana planeswalker, each opponent also discards a card.
|
||||||
SVar:DiscardIf:DB$ Discard | Defined$ Player.Other | ConditionPresent$ Planeswalker.Liliana+YouCtrl | ConditionCompare$ GE1 | NumCards$ 1 | Mode$ TgtChoose
|
SVar:DiscardIf:DB$ Discard | Defined$ Opponent | ConditionPresent$ Planeswalker.Liliana+YouCtrl | ConditionCompare$ GE1 | NumCards$ 1 | Mode$ TgtChoose
|
||||||
Oracle:Each opponent sacrifices a creature. If you control a Liliana planeswalker, each opponent also discards a card.
|
Oracle:Each opponent sacrifices a creature. If you control a Liliana planeswalker, each opponent also discards a card.
|
||||||
Reference in New Issue
Block a user