Add files via upload (#4883)

This commit is contained in:
Renato Filipe Vidal Santos
2024-03-24 13:52:37 +00:00
committed by GitHub
parent 3479a782ff
commit d43d99f3bc
3 changed files with 27 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
Name:Canyon Crab
ManaCost:1 U
Types:Creature Crab
PT:0/5
A:AB$ Pump | Cost$ 1 U | Defined$ Self | NumAtt$ +2 | NumDef$ -2 | SpellDescription$ CARDNAME gets +2/-2 until end of turn.
T:Mode$ Phase | Phase$ End of Turn | ValidPlayer$ You | TriggerZones$ Battlefield | CheckSVar$ X | SVarCompare$ LT1 | Execute$ TrigDraw | TriggerDescription$ At the beginning of your end step, if you haven't cast a spell from your hand this turn, draw a card, then discard a card.
SVar:TrigDraw:DB$ Draw | NumCards$ 1 | SubAbility$ DBDiscard
SVar:DBDiscard:DB$ Discard | NumCards$ 1 | Mode$ TgtChoose
SVar:X:Count$ThisTurnCast_Card.wasCastFromYourHandByYou
Oracle:{1}{U}: Canyon Crab gets +2/-2 until end of turn.\nAt the beginning of your end step, if you haven't cast a spell from your hand this turn, draw a card, then discard a card.

View File

@@ -0,0 +1,7 @@
Name:Neutralize the Guards
ManaCost:2 B
Types:Instant
A:SP$ PumpAll | ValidTgts$ Opponent | TgtPrompt$ Select target player | ValidCards$ Creature | NumAtt$ -1 | NumDef$ -1 | Subability$ DBSurveil | SpellDescription$ Creatures target opponent controls get -1/-1 until end of turn. Surveil 2. (Look at the top two cards of your library, then put any number of them into your graveyard and the rest on top of your library in any order.)
SVar:DBSurveil:DB$ Surveil | Defined$ You | Amount$ 2
DeckHas:Ability$Surveil|Graveyard
Oracle:Creatures target opponent controls get -1/-1 until end of turn. Surveil 2. (Look at the top two cards of your library, then put any number of them into your graveyard and the rest on top of your library in any order.)

View File

@@ -0,0 +1,10 @@
Name:Stop Cold
ManaCost:3 U
Types:Enchantment Aura
K:Flash
K:Enchant artifact or creature
A:SP$ Attach | ValidTgts$ Artifact,Creature | TgtPrompt$ Select target artifact or creature | AILogic$ KeepTapped
T:Mode$ ChangesZone | ValidCard$ Card.Self | Origin$ Any | Destination$ Battlefield | Execute$ TrigTap | TriggerDescription$ When CARDNAME enters the battlefield, tap enchanted permanent.
SVar:TrigTap:DB$ Tap | Defined$ Enchanted
S:Mode$ Continuous | Affected$ Permanent.AttachedBy | RemoveAllAbilities$ True | AddHiddenKeyword$ CARDNAME doesn't untap during your untap step. | Description$ Enchanted permanent loses all abilities and doesn't untap during its controller's untap step.
Oracle:Flash\nEnchant artifact or creature\nWhen Stop Cold enters the battlefield, tap enchanted permanent.\nEnchanted permanent loses all abilities and doesn't untap during its controller's untap step.