Repudiate//replicate

This commit is contained in:
Chris H
2019-01-20 19:26:27 -05:00
parent a6e0f9b472
commit 657d85530a
3 changed files with 32 additions and 9 deletions

View File

@@ -3,7 +3,7 @@ ManaCost:2 G
Types:Creature Sheep Types:Creature Sheep
PT:2/2 PT:2/2
S:Mode$ Continuous | Affected$ Card.Self | AddPower$ X | AddToughness$ X | Description$ CARDNAME gets +1/+1 for each Gate you control. S:Mode$ Continuous | Affected$ Card.Self | AddPower$ X | AddToughness$ X | Description$ CARDNAME gets +1/+1 for each Gate you control.
S:Mode$ Continuous | Affected$ Card.Self | AddKeyword$ Vigilance | AddKeyword$ Trample | CheckSVar$ X | SVarCompare$ GE2 | Description$ As long as you control two or more Gates, Gatebreaker Ram has vigilance and trample. S:Mode$ Continuous | Affected$ Card.Self | AddKeyword$ Vigilance & Trample | CheckSVar$ X | SVarCompare$ GE2 | Description$ As long as you control two or more Gates, Gatebreaker Ram has vigilance and trample.
SVar:X:Count$Valid Land.Gate+YouCtrl SVar:X:Count$Valid Land.Gate+YouCtrl
SVar:BuffedBy:Land.Gate SVar:BuffedBy:Land.Gate
DeckNeeds:Type$Land.Gate DeckNeeds:Type$Land.Gate

View File

@@ -1,4 +1,14 @@
Name:Repudiate // Replicate Name:Repudiate
ManaCost:G/U G/U // 1 G U ManaCost:GU GU
Types:Instant // Sorcery AlternateMode: Split
Oracle:null Types:Instant
A:SP$ Counter | Cost$ GU GU | TgtPrompt$ Select target Activated or Triggered Ability | ValidTgts$ Card | TargetType$ Activated,Triggered | SpellDescription$ Counter target activated or triggered ability.
AI:RemoveDeck:AllOracle:Counter target activated or triggered ability. (Mana abilities cant be targeted.)
ALTERNATE
Name:Revenge
ManaCost:1 G U
Types:Sorcery
A:SP$ CopyPermanent | Cost$ 1 G U | ValidTgts$ Creature.YouCtrl | TgtPrompt$ Select target creature you control | SpellDescription$ Create a token that's a copy of target creature you control.
Oracle:Create a token thats a copy of target creature you control.

View File

@@ -1,4 +1,17 @@
Name:Revival // Revenge Name:Revival
ManaCost:W/B W/B // 4 W B ManaCost:WB WB
Types:Sorcery // Sorcery AlternateMode: Split
Oracle:null Types:Sorcery
A:SP$ ChangeZone | Cost$ WB WB | Origin$ Graveyard | Destination$ Battlefield | TgtPrompt$ Choose target creature in your graveyard | ValidTgts$ Creature.YouCtrl+cmcLE3 | SpellDescription$ Return target creature card with converted mana cost 3 or less from your graveyard to the battlefield.
Oracle:Return target creature card with converted mana cost 3 or less from your graveyard to the battlefield.
ALTERNATE
Name:Revenge
ManaCost:4 W B
Types:Sorcery
A:SP$ GainLife | Cost$ 4 W B | LifeAmount$ X | References$ X | SubAbility$ DBLoseHalf | SpellDescription$ Double your life total. Target opponent loses half their life, rounded up.
SVar:DBLoseHalf:SP$ LoseLife | Cost$ 4 B B | ValidTgts$ Opponent | LifeAmount$ Y | References$ Y
SVar:X:Count$YourLifeTotal
SVar:Y:Count$TargetedLifeTotal/HalfUp
Oracle:Double your life total. Target opponent loses half their life, rounded up.