- Added Loafing Giant

This commit is contained in:
jeffwadsworth
2011-10-31 15:49:47 +00:00
parent 58471dfed3
commit c55023e2fc
2 changed files with 14 additions and 0 deletions

1
.gitattributes vendored
View File

@@ -4692,6 +4692,7 @@ res/cardsfolder/l/llanowar_sentinel.txt svneol=native#text/plain
res/cardsfolder/l/llanowar_vanguard.txt -text
res/cardsfolder/l/llanowar_wastes.txt svneol=native#text/plain
res/cardsfolder/l/llawan_cephalid_empress.txt -text
res/cardsfolder/l/loafing_giant.txt -text svneol=unset#text/plain
res/cardsfolder/l/loam_dweller.txt svneol=native#text/plain
res/cardsfolder/l/loam_lion.txt svneol=native#text/plain
res/cardsfolder/l/loamdragger_giant.txt svneol=native#text/plain

View File

@@ -0,0 +1,13 @@
Name:Loafing Giant
ManaCost:4 R
Types:Creature Giant
Text:no text
PT:4/6
T:Mode$ Attacks | ValidCard$ Card.Self | Execute$ TrigMill | TriggerZones$ Battlefield | TriggerDescription$ Whenever CARDNAME attacks or blocks, put the top card of your library into your graveyard. If that card is a land card, prevent all combat damage CARDNAME would deal this turn.
T:Mode$ Blocks | ValidCard$ Card.Self | Execute$ TrigMill | TriggerZones$ Battlefield | Secondary$ True | TriggerDescription$ Whenever CARDNAME attacks or blocks, put the top card of your library into your graveyard. If that card is a land card, prevent all combat damage CARDNAME would deal this turn.
SVar:TrigMill:AB$ Mill | Cost$ 0 | Defined$ You | NumCards$ 1 | RememberMilled$ True | SubAbility$ DBPump
SVar:DBPump:DB$ Pump | Defined$ Self | KW$ HIDDEN Prevent all combat damage that would be dealt by CARDNAME. | ConditionDefined$ Remembered | ConditionPresent$ Land | ConditionCompare$ EQ1 | SubAbility$ DBCleanup
SVar:DBCleanup:DB$ Cleanup | ClearRemembered$ True
SVar:Rarity:Rare
SVar:Picture:http://www.wizards.com/global/images/magic/general/loafing_giant.jpg
End