ZNR 12 Sep

This commit is contained in:
Tim Mocny
2020-09-13 15:15:12 +00:00
committed by Michael Kamensky
parent f1bc98a6cf
commit 12f59f2bc7
6 changed files with 48 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
Name:Journey to Oblivion
ManaCost:4 W
Types:Enchantment
S:Mode$ ReduceCost | ValidCard$ Card.Self | Type$ Spell | Amount$ X | EffectZone$ All | References$ X | Description$ This spell costs {1} less to cast for each creature in your party. (Your party consists of up to one each of Cleric, Rogue, Warrior, and Wizard.)
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigExile | TriggerDescription$ When CARDNAME enters the battlefield, exile target nonland permanent an opponent controls until CARDNAME leaves the battlefield.
SVar:TrigExile:DB$ ChangeZone | Origin$ Battlefield | Destination$ Exile | ValidTgts$ Permanent.nonLand+OppCtrl | TgtPrompt$ Select target nonland permanent an opponent controls | ConditionPresent$ Card.Self | SubAbility$ DBEffect
SVar:DBEffect:DB$ Effect | Triggers$ ComeBack | RememberObjects$ Targeted | ImprintCards$ Self | SVars$ TrigReturn,ExileSelf | ConditionPresent$ Card.Self | Duration$ Permanent | ForgetOnMoved$ Exile
SVar:ComeBack:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Any | ValidCard$ Card.IsImprinted | Execute$ TrigReturn | TriggerZones$ Command | TriggerController$ TriggeredCardController | Static$ True | TriggerDescription$ This nonland permanent is exiled until EFFECTSOURCE leaves the battlefield.
SVar:TrigReturn:DB$ ChangeZone | Origin$ Exile | Destination$ Battlefield | Defined$ Remembered | SubAbility$ ExileSelf
SVar:ExileSelf:DB$ ChangeZone | Origin$ Command | Destination$ Exile | Defined$ Self
SVar:PlayMain1:TRUE
SVar:OblivionRing:TRUE
SVar:X:Count$Party
DeckHas:Ability$Party
DeckHints:Type$Cleric|Rogue|Warrior|Wizard
Oracle:This spell costs {1} less to cast for each creature in your party. (Your party consists of up to one each of Cleric, Rogue, Warrior, and Wizard.)\nWhen Journey to Oblivion enters the battlefield, exile target nonland permanent an opponent controls until Journey to Oblivion leaves the battlefield.

View File

@@ -0,0 +1,5 @@
Name:Sizzling Barrage
ManaCost:1 R
Types:Instant
A:SP$ DealDamage | Cost$ 1 R | ValidTgts$ Creature.blockedThisTurn | TgtPrompt$ Select target creature that blocked this turn | NumDmg$ 4 | SpellDescription$ CARDNAME deals 4 damage to target creature that blocked this turn.
Oracle:Sizzling Barrage deals 4 damage to target creature that blocked this turn.

View File

@@ -0,0 +1,6 @@
Name:Sneaking Guide
ManaCost:R
Types:Creature Goblin Rogue
PT:1/1
A:AB$ Pump | Cost$ 2 T | ValidTgts$ Creature.powerLE2 | TgtPrompt$ Select target creature with power 2 or less | KW$ HIDDEN Unblockable | StackDescription$ {c:Targeted} can't be blocked this turn. | SpellDescription$ Target creature with power 2 or less can't be blocked this turn.
Oracle:{2}, {T}: Target creature with power 2 or less can't be blocked this turn.

View File

@@ -0,0 +1,6 @@
Name:Teeterpeak Ambusher
ManaCost:1 R
Types:Creature Goblin Warrior
PT:1/3
A:AB$ Pump | Cost$ 2 R | Defined$ Self | NumAtt$ +2 | SpellDescription$ CARDNAME gets +2/+0 until end of turn.
Oracle:{2}{R}: Teeterpeak Ambusher gets +2/+0 until end of turn.

View File

@@ -0,0 +1,5 @@
Name:Thundering Rebuke
ManaCost:1 R
Types:Sorcery
A:SP$ DealDamage | Cost$ 1 R | ValidTgts$ Creature,Planeswalker | TgtPrompt$ Select target creature or planeswalker | NumDmg$ 4 | SpellDescription$ CARDNAME deals 4 damage to target creature or planeswalker.
Oracle:Thundering Rebuke deals 4 damage to target creature or planeswalker.

View File

@@ -0,0 +1,10 @@
Name:Thundering Sparkmage
ManaCost:3 R
Types:Creature Human Wizard
PT:2/2
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigDealDamage | TriggerDescription$ When CARDNAME enters the battlefield, it deals X damage to target creature or planeswalker, where X is the number of creatures in your party. (Your party consists of up to one of each of Cleric, Rogue, Warrior, and Wizard.)
SVar:TrigDealDamage:DB$ DealDamage | ValidTgts$ Creature,Planeswalker | TgtPrompt$ Select target creature or planeswalker | NumDmg$ X | References$ X
SVar:X:Count$Party
DeckHas:Ability$Party
DeckHints:Type$Cleric|Rogue|Warrior
Oracle:When Thundering Sparkmage enters the battlefield, it deals X damage to target creature or planeswalker, where X is the number of creatures in your party. (Your party consists of up to one of each of Cleric, Rogue, Warrior, and Wizard.)