DMU 5 Jumpstart Cards (#1399)

This commit is contained in:
Simisays
2022-08-27 14:00:57 +02:00
committed by GitHub
parent e34d95260a
commit 5d410d9a61
5 changed files with 52 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
Name:Briar Hydra
ManaCost:5 G
Types:Creature Plant Hydra
PT:6/6
K:Trample
T:Mode$ DamageDone | ValidSource$ Card.Self | ValidTarget$ Player | CombatDamage$ True | Execute$ DBCounter | TriggerZones$ Battlefield | TriggerDescription$ Domain — Whenever CARDNAME deals combat damage to a player, put X +1/+1 counters on target creature you control, where X is the number of basic land types among lands you control.
SVar:DBCounter:DB$ PutCounter | CounterNum$ X | CounterType$ P1P1 | ValidTgts$ Creature.YouCtrl
SVar:X:Count$Domain
DeckHas:Ability$Counters
AI:RemoveDeck:Random (
Oracle:Trample\nDomain — Whenever Briar Hydra deals combat damage to a player, put X +1/+1 counters on target creature you control, where X is the number of basic land types among lands you control.

View File

@@ -0,0 +1,8 @@
Name:Cosmic Epiphany
ManaCost:4 U U
Types:Sorcery
A:SP$ Draw | NumCards$ X | SpellDescription$ Draw cards equal to the number of instant and sorcery cards in your graveyard.
SVar:X:Count$ValidGraveyard Instant.YouOwn,Sorcery.YouOwn
DeckNeeds:Type$Instant|Sorcery
DeckHas:Ability$Graveyard
Oracle:Draw cards equal to the number of instant and sorcery cards in your graveyard.

View File

@@ -0,0 +1,10 @@
Name:Ragefire Hellkite
ManaCost:4 R R
Types:Creature Dragon
PT:5/3
K:Flying
T:Mode$ Attacks | ValidCard$ Card.Self | Execute$ TrigPump | OptionalDecider$ You | TriggerDescription$ Whenever CARDNAME attacks, you may sacrifice another creature. If you do, CARDNAME gains double strike until end of turn.
SVar:TrigPump:AB$ Pump | Cost$ Sac<1/Creature.Other/another creature> | Defined$ Self | KW$ Double Strike
DeckHas:Ability$Sacrifice
SVar:HasAttackEffect:TRUE
Oracle:Flying\nWhenever Ragefire Hellkite attacks, you may sacrifice another creature. If you do, Ragefire Hellkite gains double strike until end of turn.

View File

@@ -0,0 +1,9 @@
Name:Serra Redeemer
ManaCost:3 W W
Types:Creature Angel Soldier
PT:2/4
K:Flying
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Creature.powerLE2+YouCtrl+Other | TriggerZones$ Battlefield | Execute$ TrigCounter | TriggerDescription$ Whenever another creature with power 2 or less enters the battlefield under your control, put two +1/+1 counters on that creature.
SVar:TrigCounter:DB$ PutCounter | Defined$ TriggeredCardLKICopy | CounterType$ P1P1 | CounterNum$ 2
DeckHas:Ability$Counters
Oracle:Flying\nWhenever another creature with power 2 or less enters the battlefield under your control, put two +1/+1 counters on that creature.

View File

@@ -0,0 +1,14 @@
Name:Tyrannical Pitlord
ManaCost:4 B B
Types:Creature Demon
PT:6/6
K:Flying
K:Trample
K:ETBReplacement:Other:DBChoose
SVar:DBChoose:DB$ ChooseCard | Choices$ Creature.Other+YouCtrl |TgtPrompt$ Select another target creature you control | Description$ As CARDNAME enters the battlefield, choose another creature you control.
S:Mode$ Continuous | Affected$ Card.ChosenCardStrict | AddKeyword$ Flying | AddToughness$ 3 | AddPower$ 3 | SpellDescription$ The chosen creature gets +3/+3 and has flying.
T:Mode$ ChangesZone | ValidCard$ Card.Self | Origin$ Battlefield | Destination$ Any | Execute$ TrigSacrifice | SubAbility$ DBCleanup | SpellDescription$ When CARDNAME leaves the battlefield, sacrifice the chosen creature.
SVar:TrigSacrifice:DB$ SacrificeAll | Defined$ ChosenCard
SVar:DBCleanup:DB$ Cleanup | ClearChosen$ True
DeckHas:Ability$Sacrifice
Oracle:Flying, trample\nAs Tyrannical Pitlord enters the battlefield, choose another creature you control.\nThe chosen creature gets +3/+3 and has flying.\nWhen Tyrannical Pitlord leaves the battlefield, sacrifice the chosen creature.