M21 - 21 June

This commit is contained in:
Tim Mocny
2020-06-21 14:09:21 +00:00
committed by Michael Kamensky
parent 332116509d
commit 3bbadca04f
2 changed files with 19 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
Name:See the Truth
ManaCost:1 U
Types:Sorcery
A:SP$ Dig | Cost$ 1 U | DigNum$ 3 | ChangeNum$ X | References$ X | LibraryPosition2$ 0 | StackDescription$ SpellDescription | SpellDescription$ Look at the top three cards of your library. Put one of those cards into your hand and the rest on the bottom of your library in any order. If this spell was cast from anywhere other than your hand, put each of those cards into your hand instead.
SVar:X:Count$wasCastFromHand.1.3
Oracle:Look at the top three cards of your library. Put one of those cards into your hand and the rest on the bottom of your library in any order. If this spell was cast from anywhere other than your hand, put each of those cards into your hand instead.

View File

@@ -0,0 +1,13 @@
Name:Siege Striker
ManaCost:2 W
Types:Creature Human Soldier
PT:1/1
K:Double Strike
T:Mode$ Attacks | ValidCard$ Card.Self | Execute$ TrigChoose | TriggerZones$ Battlefield | TriggerDescription$ Whenever CARDNAME attacks, you may tap any number of untapped creatures you control. CARDNAME gets +1/+1 until end of turn for each creature tapped this way.
SVar:TrigChoose:DB$ ChooseCard | Defined$ You | MinAmount$ 0 | Amount$ X | References$ X | Choices$ Creature.untapped+YouCtrl | ChoiceTitle$ Choose any number of untapped creatures you control | ChoiceZone$ Battlefield | RememberChosen$ True | SubAbility$ TrigTap
SVar:TrigTap:DB$ Tap | Defined$ Remembered | SubAbility$ DBPump
SVar:DBPump:DB$ Pump | Defined$ Self | NumAtt$ Y | NumDef$ Y | References$ Y | SubAbility$ DBCleanup
SVar:DBCleanup:DB$ Cleanup | ClearRemembered$ True | ClearChosenCard$ True
SVar:X:Count$Valid Creature.untapped+YouCtrl
SVar:Y:Count$RememberedSize
Oracle:Double strike (This creature deals both first-strike and regular combat damage.)\nWhenever Siege Striker attacks, you may tap any number of untapped creatures you control. Siege Striker gets +1/+1 until end of turn for each creature tapped this way.