- KLD: Add 4 cards by matrix4767

This commit is contained in:
swordshine
2016-09-09 13:34:32 +00:00
parent bd39755238
commit 0175216a37
5 changed files with 36 additions and 0 deletions

4
.gitattributes vendored
View File

@@ -16210,6 +16210,7 @@ forge-gui/res/cardsfolder/u/utvara_hellkite.txt -text
forge-gui/res/cardsfolder/u/utvara_scalper.txt svneol=native#text/plain
forge-gui/res/cardsfolder/u/uyo_silent_prophet.txt svneol=native#text/plain
forge-gui/res/cardsfolder/upcoming/aerial_responder.txt -text
forge-gui/res/cardsfolder/upcoming/arborback_stomper.txt -text
forge-gui/res/cardsfolder/upcoming/blooming_marsh.txt -text
forge-gui/res/cardsfolder/upcoming/botanical_sanctum.txt -text
forge-gui/res/cardsfolder/upcoming/ceremonial_rejection.txt -text
@@ -16217,11 +16218,14 @@ forge-gui/res/cardsfolder/upcoming/chandra_pyrogenius.txt -text
forge-gui/res/cardsfolder/upcoming/concealed_courtyard.txt -text
forge-gui/res/cardsfolder/upcoming/curio_vendor.txt -text
forge-gui/res/cardsfolder/upcoming/depala_pilot_exemplar.txt -text
forge-gui/res/cardsfolder/upcoming/essence_extraction.txt -text
forge-gui/res/cardsfolder/upcoming/filigree_familiar.txt -text
forge-gui/res/cardsfolder/upcoming/furious_reprisal.txt -text
forge-gui/res/cardsfolder/upcoming/gonti_lord_of_luxury.txt -text
forge-gui/res/cardsfolder/upcoming/inspiring_vantage.txt -text
forge-gui/res/cardsfolder/upcoming/inventors_fair.txt -text
forge-gui/res/cardsfolder/upcoming/inventors_goggles.txt -text
forge-gui/res/cardsfolder/upcoming/larger_than_life.txt -text
forge-gui/res/cardsfolder/upcoming/nissa_natures_artisan.txt -text
forge-gui/res/cardsfolder/upcoming/nissa_vital_force.txt -text
forge-gui/res/cardsfolder/upcoming/ovalchase_dragster.txt -text

View File

@@ -0,0 +1,9 @@
Name:Arborback Stomper
ManaCost:3 G G
Types:Creature Beast
PT:5/4
K:Trample
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigGainLife | TriggerDescription$ When CARDNAME enters the battlefield, you gain 5 life.
SVar:TrigGainLife:AB$GainLife | Cost$ 0 | LifeAmount$ 5
SVar:Picture:http://www.wizards.com/global/images/magic/general/arborback_stomper.jpg
Oracle:Trample\nWhen Arborback Stomper enters the battlefield, you gain 5 life.

View File

@@ -0,0 +1,7 @@
Name:Essence Extraction
ManaCost:1 B B
Types:Instant
A:SP$ DealDamage | Cost$ 1 B B | ValidTgts$ Creature | TgtPrompt$ Select target creature | NumDmg$ 3 | SubAbility$ DBGainLife | SpellDescription$ CARDNAME deals 3 damage to target creature and you gain 3 life.
SVar:DBGainLife:DB$ GainLife | Defined$ You | LifeAmount$ 3
SVar:Picture:http://resources.wizards.com/magic/cards/general/essence_extraction.jpg
Oracle:Essence Extraction deals 3 damage to target creature and you gain 3 life.

View File

@@ -0,0 +1,10 @@
Name:Filigree Familiar
ManaCost:3
Types:Artifact Creature Fox
PT:2/2
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigGainLife | TriggerDescription$ When CARDNAME enters the battlefield, you gain 2 life.
T:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Graveyard | ValidCard$ Card.Self | Execute$ TrigDraw | TriggerController$ TriggeredCardController | TriggerDescription$ When CARDNAME dies, draw a card.
SVar:TrigDraw:AB$ Draw | Cost$ 0 | Defined$ TriggeredCardController | NumCards$ 1
SVar:TrigGainLife:AB$ GainLife | Cost$ 0 | Defined$ You | LifeAmount$ 2
SVar:Picture:http://www.wizards.com/global/images/magic/general/filigree_familiar.jpg
Oracle:When Filigree Familiar enters the battlefield, you gain 2 life.\nWhen Filigree Familiar dies, draw a card.

View File

@@ -0,0 +1,6 @@
Name:Larger Than Life
ManaCost:1 G
Types:Sorcery
A:SP$ Pump | Cost$ 1 G | ValidTgts$ Creature | TgtPrompt$ Select target creature | NumAtt$ +4 | NumDef$ +4 | KW$ Trample | SpellDescription$ Target creature gets +4/+4 and gains trample until end of turn.
SVar:Picture:http://www.wizards.com/global/images/magic/general/larger_than_life.jpg
Oracle:Target creature gets +4/+4 and gains trample until end of turn.