- Added Flint Golem

This commit is contained in:
jendave
2011-08-06 19:27:46 +00:00
parent 2ace6e8bab
commit 3895bbdb21
2 changed files with 11 additions and 0 deletions

1
.gitattributes vendored
View File

@@ -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_of_fancy.txt -text svneol=native#text/plain
res/cardsfolder/flight_spellbomb.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/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/floating_dream_zubera.txt -text svneol=native#text/plain
res/cardsfolder/flood.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 res/cardsfolder/flood_plain.txt -text svneol=native#text/plain

View File

@@ -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