From 3895bbdb21eeaddbda569a601637a113e012bc99 Mon Sep 17 00:00:00 2001 From: jendave Date: Sat, 6 Aug 2011 19:27:46 +0000 Subject: [PATCH] - Added Flint Golem --- .gitattributes | 1 + res/cardsfolder/flint_golem.txt | 10 ++++++++++ 2 files changed, 11 insertions(+) create mode 100644 res/cardsfolder/flint_golem.txt diff --git a/.gitattributes b/.gitattributes index 51bdaf2b629..0ca493722b4 100644 --- a/.gitattributes +++ b/.gitattributes @@ -2212,6 +2212,7 @@ res/cardsfolder/flight.txt -text svneol=native#text/plain res/cardsfolder/flight_of_fancy.txt -text svneol=native#text/plain res/cardsfolder/flight_spellbomb.txt -text svneol=native#text/plain res/cardsfolder/fling.txt -text svneol=native#text/plain +res/cardsfolder/flint_golem.txt -text svneol=native#text/plain res/cardsfolder/floating_dream_zubera.txt -text svneol=native#text/plain res/cardsfolder/flood.txt -text svneol=native#text/plain res/cardsfolder/flood_plain.txt -text svneol=native#text/plain diff --git a/res/cardsfolder/flint_golem.txt b/res/cardsfolder/flint_golem.txt new file mode 100644 index 00000000000..703e14f573a --- /dev/null +++ b/res/cardsfolder/flint_golem.txt @@ -0,0 +1,10 @@ +Name:Flint Golem +ManaCost:4 +Types:Artifact Creature Golem +Text:no text +PT:2/3 +T:Mode$ AttackerBlocked | ValidCard$ Card.Self | Execute$ TrigMill | TriggerDescription$ Whenever CARDNAME becomes blocked, defending player puts the top three cards of his or her library into his or her graveyard. +SVar:TrigMill:AB$Mill | Cost$ 0 | Defined$ Opponent | NumCards$ 3 +SVar:Rarity:Uncommon +SVar:Picture:http://www.wizards.com/global/images/magic/general/flint_golem.jpg +End \ No newline at end of file