mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 19:28:01 +00:00
- Added Loafing Giant
This commit is contained in:
1
.gitattributes
vendored
1
.gitattributes
vendored
@@ -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
|
||||
|
||||
13
res/cardsfolder/l/loafing_giant.txt
Normal file
13
res/cardsfolder/l/loafing_giant.txt
Normal 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
|
||||
Reference in New Issue
Block a user