- Added Grinding Station.

This commit is contained in:
jendave
2011-08-06 19:10:08 +00:00
parent 05d2eabdd2
commit 472b0b9ea1
2 changed files with 11 additions and 0 deletions

1
.gitattributes vendored
View File

@@ -2666,6 +2666,7 @@ res/cardsfolder/grim_monolith.txt -text svneol=native#text/plain
res/cardsfolder/grim_poppet.txt -text svneol=native#text/plain
res/cardsfolder/grim_tutor.txt -text svneol=native#text/plain
res/cardsfolder/grindclock.txt -text svneol=native#text/plain
res/cardsfolder/grinding_station.txt -text svneol=native#text/plain
res/cardsfolder/grindstone.txt -text svneol=native#text/plain
res/cardsfolder/grinning_demon.txt -text svneol=native#text/plain
res/cardsfolder/grinning_ignus.txt svneol=native#text/plain

View File

@@ -0,0 +1,10 @@
Name:Grinding Station
ManaCost:2
Types:Artifact
Text:no text
A:AB$ Mill | Cost$ T Sac<1/Artifact> | NumCards$ 3 | ValidTgts$ Player | TgtPrompt$ Select target player | SpellDescription$ Target player puts the top three cards of his or her library into his or her graveyard.
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Artifact | IsPresent$ Card.Self | TriggerZones$ Battlefield | Optional$ True | Execute$ TrigUntap | TriggerDescription$ Whenever an artifact enters the battlefield, you may untap CARDNAME.
SVar:TrigUntap:AB$Untap | Cost$ 0 | Defined$ Self
SVar:Rarity:Uncommon
SVar:Picture:http://www.wizards.com/global/images/magic/general/grinding_station.jpg
End