- DOM: Added three cards

This commit is contained in:
swordshine
2018-03-13 20:02:49 +08:00
parent b01f950a28
commit 1990a54d5d
3 changed files with 28 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
Name:Kazarov, Sengir Pureblood
ManaCost:5 B B
Types:Legendary Creature Vampire
PT:4/4
K:Flying
T:Mode$ DamageDoneOnce | ValidTarget$ Creature.OppCtrl | TriggerZones$ Battlefield | Execute$ TrigPutCounter | TriggerDescription$ Whenever a creature an opponent controls is dealt damage, put a +1/+1 counter on CARDNAME.
SVar:TrigPutCounter:DB$ PutCounter | Defined$ Self | CounterType$ P1P1 | CounterNum$ 1
A:AB$ DealDamage | Cost$ 3 R | ValidTgts$ Creature | TgtPrompt$ Select target creature | NumDmg$ 2 | SpellDescription$ CARDNAME deals 2 damage to target creature.
SVar:Picture:http://www.wizards.com/global/images/magic/general/kazarov_sengir_pureblood.jpg
Oracle:Flying\nWhenever a creature an opponent controls is dealt damage, put a +1/+1 counter on Kazarov, Sengir Pureblood.\n{3}{R}: Kazarov deals 2 damage to target creature.

View File

@@ -0,0 +1,7 @@
Name:Squee, the Immortal
ManaCost:1 R R
Types:Legendary Creature Goblin
PT:2/1
S:Mode$ Continuous | Affected$ Card.Self | MayPlay$ True | AffectedZone$ Exile,Graveyard | EffectZone$ Exile,Graveyard | Description$ You may cast CARDNAME from your graveyard or from exile.
SVar:Picture:http://www.wizards.com/global/images/magic/general/squee_the_immortal.jpg
Oracle:You may cast Squee, the Immortal from your graveyard or from exile.

View File

@@ -0,0 +1,11 @@
Name:Urgoros, the Empty One
ManaCost:4 B B
Types:Legendary Creature Specter
PT:4/3
K:Flying
T:Mode$ DamageDone | ValidSource$ Card.Self | ValidTarget$ Player | Execute$ TrigDiscard | CombatDamage$ True | TriggerDescription$ Whenever CARDNAME deals combat damage to a player, that player discards a card at random. If the player can't, you draw a card.
SVar:TrigDiscard:DB$ Discard | Defined$ TriggeredTarget | NumCards$ 1 | Mode$ Random | RememberDiscarded$ True | SubAbility$ DBDraw
SVar:DBDraw:DB$ Draw | NumCards$ 1 | ConditionDefined$ Remembered | ConditionPresent$ Card | ConditionCompare$ EQ0 | SubAbility$ DBCleanup
SVar:DBCleanup:DB$ Cleanup | ClearRemembered$ True
SVar:Picture:http://www.wizards.com/global/images/magic/general/urgoros_the_empty_one.jpg
Oracle:Flying\nWhenever Urgoros, the Empty One deals combat damage to a player, that player discards a card at random. If the player can't, you draw a card.