mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-15 18:28:00 +00:00
- DOM: Added three cards
This commit is contained in:
@@ -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.
|
||||||
@@ -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.
|
||||||
11
forge-gui/res/cardsfolder/upcoming/urgoros_the_empty_one.txt
Normal file
11
forge-gui/res/cardsfolder/upcoming/urgoros_the_empty_one.txt
Normal 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.
|
||||||
Reference in New Issue
Block a user