From c55023e2fc5a83688c63c455f295b374bae7416c Mon Sep 17 00:00:00 2001 From: jeffwadsworth Date: Mon, 31 Oct 2011 15:49:47 +0000 Subject: [PATCH] - Added Loafing Giant --- .gitattributes | 1 + res/cardsfolder/l/loafing_giant.txt | 13 +++++++++++++ 2 files changed, 14 insertions(+) create mode 100644 res/cardsfolder/l/loafing_giant.txt diff --git a/.gitattributes b/.gitattributes index 85d6fdf5963..31c2129aa79 100644 --- a/.gitattributes +++ b/.gitattributes @@ -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 diff --git a/res/cardsfolder/l/loafing_giant.txt b/res/cardsfolder/l/loafing_giant.txt new file mode 100644 index 00000000000..fb88ea0f564 --- /dev/null +++ b/res/cardsfolder/l/loafing_giant.txt @@ -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 \ No newline at end of file