- Fix AI hint vars for Gideon's Sacrifice.

- Add NeedsToPlay for Mirrormade.
This commit is contained in:
Michael Kamensky
2020-08-20 17:57:21 +03:00
parent f9e86bbe8c
commit 468d2f9198
2 changed files with 6 additions and 2 deletions

View File

@@ -7,6 +7,6 @@ SVar:DamageEvent:Event$ DamageDone | ActiveZones$ Command | ValidTarget$ You,Per
SVar:GideonSac:DB$ ReplaceEffect | VarName$ Affected | VarValue$ Remembered | VarType$ Card
SVar:NeedsToPlayVar:Z GE1
SVar:Z:SVar$Z1/Plus.Z2
SVar:Z1:Count$Creature.YouCtrl
SVar:Z2:Count$Planeswalker.YouCtrl
SVar:Z1:Count$Valid Creature.YouCtrl
SVar:Z2:Count$Valid Planeswalker.YouCtrl
Oracle:Choose a creature or planeswalker you control. All damage that would be dealt this turn to you and permanents you control is dealt to the chosen permanent instead (if it's still on the battlefield).

View File

@@ -3,4 +3,8 @@ ManaCost:1 U U
Types:Enchantment
K:ETBReplacement:Copy:DBCopy:Optional
SVar:DBCopy:DB$ Clone | Choices$ Artifact.Other,Enchantment.Other | SpellDescription$ You may have CARDNAME enter the battlefield as a copy of any artifact or enchantment on the battlefield.
SVar:NeedsToPlayVar:Z GE1
SVar:Z:SVar$Z1/Plus.Z2
SVar:Z1:Count$Valid Artifact.Other+YouCtrl
SVar:Z2:Count$Valid Enchantment.Other+YouCtrl
Oracle:You may have Mirrormade enter the battlefield as a copy of any artifact or enchantment on the battlefield.