C19: add forgescribed cards (patch 5)

This commit is contained in:
swordshine
2019-08-09 18:07:51 +08:00
parent 85d076bdd2
commit 922c065149
5 changed files with 40 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
Name:Kadena's Silencer
ManaCost:1 U
Types:Creature Naga Wizard
PT:2/1
T:Mode$ TurnFaceUp | ValidCard$ Card.Self | Execute$ TrigCounter | TriggerZones$ Battlefield | TriggerDescription$ When CARDNAME is turned face up, counter all abilities your opponents control.
SVar:TrigCounter:DB$ Counter | AllType$ Activated,Triggered | AllValid$ Card.OppCtrl
K:Megamorph:1 U
Oracle:When Kadena's Silencer is turned face up, counter all abilities your opponents control.\nMegamorph {1}{U} (You may cast this card face down as a 2/2 creature for {3}. Turn it face up any time for its megamorph cost and put a +1/+1 counter on it.)

View File

@@ -0,0 +1,7 @@
Name:Leadership Vacuum
ManaCost:2 U
Types:Instant
A:SP$ ChangeZoneAll | Cost$ 2 U | ValidTgts$ Player | Origin$ Battlefield | Destination$ Command | ChangeType$ Permanent.IsCommander+TargetedPlayerCtrl | SubAbility$ DBDraw | SpellDescription$ Target player returns each commander they control from the battlefield to the command zone. Draw a card.
SVar:DBDraw:DB$ Draw | NumCards$ 1
AI:RemoveDeck:Random
Oracle:Target player returns each commander they control from the battlefield to the command zone.\nDraw a card.

View File

@@ -0,0 +1,10 @@
Name:Marisi, Breaker of the Coil
ManaCost:1 R G W
Types:Legendary Creature Cat Warrior
PT:5/4
S:Mode$ CantBeCast | ValidCard$ Card | Caster$ Player.Opponent | Phases$ BeginCombat->EndCombat | Description$ Your opponents can't cast spells during combat.
T:Mode$ DamageDone | ValidSource$ Creature.YouCtrl | ValidTarget$ Player | CombatDamage$ True | Execute$ TrigGoad | TriggerZones$ Battlefield | TriggerDescription$ Whenever a creature you control deals combat damage to a player, goad each creature that player controls (Until your next turn, those creatures attack each combat if able and attack a player other than you if able.)
SVar:TrigGoad:DB$ Pump | RememberObjects$ TriggeredTarget | SubAbility$ DBGoad
SVar:DBGoad:DB$ Goad | Defined$ Valid Creature.RememberedPlayerCtrl | SubAbility$ DBCleanup
SVar:DBCleanup:DB$ Cleanup | ClearRemembered$ True
Oracle:Your opponents can't cast spells during combat.\nWhenever a creature you control deals combat damage to a player, goad each creature that player controls (Until your next turn, those creatures attack each combat if able and attack a player other than you if able.)

View File

@@ -0,0 +1,6 @@
Name:Mass Diminish
ManaCost:1 U
Types:Sorcery
A:SP$ AnimateAll | Cost$ 1 U | ValidTgts$ Player | TgtPrompt$ Select target player | ValidCards$ Creature | Power$ 1 | Toughness$ 1 | IsCurse$ True | SpellDescription$ Until your next turn, creatures target player controls have base power and toughness 1/1.
K:Flashback:3 U
Oracle:Until your next turn, creatures target player controls have base power and toughness 1/1.\nFlashback {3}{U} (You may cast this card from your graveyard for its flashback cost. Then exile it.)

View File

@@ -0,0 +1,9 @@
Name:Ohran Frostfang
ManaCost:3 G G
Types:Snow Creature Snake
PT:2/6
S:Mode$ Continuous | Affected$ Creature.attacking+YouCtrl | AddKeyword$ Deathtouch | Description$ Attacking creatures you control have deathtouch.
T:Mode$ DamageDone | ValidSource$ Creature.YouCtrl | ValidTarget$ Player | CombatDamage$ True | Execute$ TrigDraw | TriggerZones$ Battlefield | TriggerDescription$ Whenever a creature you control deals combat damage to a player, draw a card.
SVar:TrigDraw:DB$ Draw | NumCards$ 1
SVar:PlayMain1:TRUE
Oracle:Attacking creatures you control have deathtouch.\nWhenever a creature you control deals combat damage to a player, draw a card.