From cfad263a9489057a3c59931704d3a9e42eb2cccc Mon Sep 17 00:00:00 2001 From: jendave Date: Sat, 6 Aug 2011 15:48:25 +0000 Subject: [PATCH] - Added Centaur Rootcaster and One with Nature. --- .gitattributes | 2 ++ res/cardsfolder/centaur_rootcaster.txt | 10 ++++++++++ res/cardsfolder/one_with_nature.txt | 11 +++++++++++ 3 files changed, 23 insertions(+) create mode 100644 res/cardsfolder/centaur_rootcaster.txt create mode 100644 res/cardsfolder/one_with_nature.txt diff --git a/.gitattributes b/.gitattributes index b8c84962064..519dc6ef077 100644 --- a/.gitattributes +++ b/.gitattributes @@ -859,6 +859,7 @@ res/cardsfolder/centaur_archer.txt -text svneol=native#text/plain res/cardsfolder/centaur_courser.txt -text svneol=native#text/plain res/cardsfolder/centaur_glade.txt -text svneol=native#text/plain res/cardsfolder/centaur_omenreader.txt -text svneol=native#text/plain +res/cardsfolder/centaur_rootcaster.txt -text svneol=native#text/plain res/cardsfolder/centaur_safeguard.txt -text svneol=native#text/plain res/cardsfolder/centaur_veteran.txt -text svneol=native#text/plain res/cardsfolder/cephalid_broker.txt -text svneol=native#text/plain @@ -3692,6 +3693,7 @@ res/cardsfolder/omnath_locus_of_mana.txt -text svneol=native#text/plain res/cardsfolder/ondu_cleric.txt -text svneol=native#text/plain res/cardsfolder/ondu_giant.txt -text svneol=native#text/plain res/cardsfolder/one_dozen_eyes.txt svneol=native#text/plain +res/cardsfolder/one_with_nature.txt -text svneol=native#text/plain res/cardsfolder/one_with_nothing.txt -text svneol=native#text/plain res/cardsfolder/onslaught.txt -text svneol=native#text/plain res/cardsfolder/onulet.txt -text svneol=native#text/plain diff --git a/res/cardsfolder/centaur_rootcaster.txt b/res/cardsfolder/centaur_rootcaster.txt new file mode 100644 index 00000000000..04187aaef52 --- /dev/null +++ b/res/cardsfolder/centaur_rootcaster.txt @@ -0,0 +1,10 @@ +Name:Centaur Rootcaster +ManaCost:3 G +Types:Creature Centaur Druid +Text:no text +PT:2/2 +T:Mode$ DamageDone | ValidSource$ Card.Self | ValidTarget$ Player | Execute$ TrigChange | CombatDamage$ True | TriggerDescription$ Whenever CARDNAME deals combat damage to a player, you may search your library for a basic land card and put that card onto the battlefield tapped. If you do, shuffle your library. +SVar:TrigChange:AB$ChangeZone | Cost$ 0 | Origin$ Library | Destination$ Battlefield | Tapped$ True | ChangeType$ Land.Basic | ChangeNum$ 1 +SVar:Rarity:Common +SVar:Picture:http://www.wizards.com/global/images/magic/general/centaur_rootcaster.jpg +End \ No newline at end of file diff --git a/res/cardsfolder/one_with_nature.txt b/res/cardsfolder/one_with_nature.txt new file mode 100644 index 00000000000..1c7eb4a65f3 --- /dev/null +++ b/res/cardsfolder/one_with_nature.txt @@ -0,0 +1,11 @@ +Name:One with Nature +ManaCost:G +Types:Enchantment Aura +Text:no text +K:Enchant creature +K:enPump:+0/+0 +T:Mode$ DamageDone | ValidCard$ Card.AttachedBy | ValidTarget$ Player | Execute$ TrigChange | CombatDamage$ True | TriggerDescription$ Whenever enchanted creature deals combat damage to a player, you may search your library for a basic land card, put that card onto the battlefield tapped, then shuffle your library. +SVar:TrigChange:AB$ChangeZone | Cost$ 0 | Origin$ Library | Destination$ Battlefield | Tapped$ True | ChangeType$ Land.Basic | ChangeNum$ 1 +SVar:Rarity:Uncommon +SVar:Picture:http://www.wizards.com/global/images/magic/general/one_with_nature.jpg +End \ No newline at end of file