From 273894b734d7af73bfd65728956ef61ecb83ff9e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20=C4=8Ctrn=C3=A1ct?= Date: Sun, 7 Jan 2018 17:28:14 +0000 Subject: [PATCH] Add new file --- .../cardsfolder/upcoming/form_of_the_dinosaur.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 forge-gui/res/cardsfolder/upcoming/form_of_the_dinosaur.txt diff --git a/forge-gui/res/cardsfolder/upcoming/form_of_the_dinosaur.txt b/forge-gui/res/cardsfolder/upcoming/form_of_the_dinosaur.txt new file mode 100644 index 00000000000..bd4b4377d5e --- /dev/null +++ b/forge-gui/res/cardsfolder/upcoming/form_of_the_dinosaur.txt @@ -0,0 +1,12 @@ +Name:Form of the Dinosaur +ManaCost:4 R R +Types:Enchantment +T:Mode$ ChangesZone | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigLife | TriggerDescription$ When CARDNAME enters the battlefield, your life total becomes 15. +SVar:TrigLife:DB$ SetLife | Defined$ You | LifeAmount$ 15 +T:Mode$ Phase | Phase$ Upkeep | ValidPlayer$ You | TriggerZones$ Battlefield | Execute$ TrigDamage | TriggerDescription$ At the beginning of your upkeep, CARDNAME deals 15 damage to target creature an opponent controls and that creature deals damage equal to its power to you. +SVar:TrigDamage:DB$DealDamage | ValidTgts$ Creature.OppCtrl | TgtPrompt$ Select target creature an opponent controls | NumDmg$ 15 | SubAbility$ DBDealDamage +SVar:DBDealDamage:DB$ DealDamage | Defined$ You | DamageSource$ Targeted | NumDmg$ X | References$ X +SVar:X:Targeted$CardPower +SVar:Picture:http://www.wizards.com/global/images/magic/general/form_of_the_dinosaur.jpg +Oracle:When Form of the Dinosaur enters the battlefield, your life total becomes 15. +At the beginning of your upkeep, Form of the Dinosaur deals 15 damage to target creature an opponent controls and that creature deals damage equal to its power to you. \ No newline at end of file