From 14191bf45fc6a495e15fcd7131de5569fcba50f5 Mon Sep 17 00:00:00 2001 From: ArsenalNut Date: Sat, 3 Sep 2011 02:01:03 +0000 Subject: [PATCH] moved Incremental Growth to correct folder added Incremental Blight --- .gitattributes | 3 ++- res/cardsfolder/i/incremental_blight.txt | 11 +++++++++++ res/cardsfolder/{l => i}/incremental_growth.txt | 0 3 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 res/cardsfolder/i/incremental_blight.txt rename res/cardsfolder/{l => i}/incremental_growth.txt (100%) diff --git a/.gitattributes b/.gitattributes index 3c4ba48bd47..318efafaa44 100644 --- a/.gitattributes +++ b/.gitattributes @@ -3747,6 +3747,8 @@ res/cardsfolder/i/incendiary.txt svneol=native#text/plain res/cardsfolder/i/incendiary_command.txt svneol=native#text/plain res/cardsfolder/i/incinerate.txt svneol=native#text/plain res/cardsfolder/i/incite.txt svneol=native#text/plain +res/cardsfolder/i/incremental_blight.txt -text +res/cardsfolder/i/incremental_growth.txt -text res/cardsfolder/i/incurable_ogre.txt svneol=native#text/plain res/cardsfolder/i/indebted_samurai.txt svneol=native#text/plain res/cardsfolder/i/independent_troops.txt svneol=native#text/plain @@ -4220,7 +4222,6 @@ res/cardsfolder/k/kyoki_sanitys_eclipse.txt svneol=native#text/plain res/cardsfolder/k/kyren_glider.txt svneol=native#text/plain res/cardsfolder/k/kyren_negotiations.txt svneol=native#text/plain res/cardsfolder/k/kyren_sniper.txt svneol=native#text/plain -res/cardsfolder/l/incremental_growth.txt -text res/cardsfolder/l/lab_rats.txt svneol=native#text/plain res/cardsfolder/l/labyrinth_minotaur.txt svneol=native#text/plain res/cardsfolder/l/laccolith_grunt.txt svneol=native#text/plain diff --git a/res/cardsfolder/i/incremental_blight.txt b/res/cardsfolder/i/incremental_blight.txt new file mode 100644 index 00000000000..bb71f26ffbd --- /dev/null +++ b/res/cardsfolder/i/incremental_blight.txt @@ -0,0 +1,11 @@ +Name:Incremental Blight +ManaCost:3 B B +Types:Sorcery +Text:no text +A:SP$ PutCounter | Cost$ 3 B B | ValidTgts$ Creature |TgtPrompt$ Select target creature | TargetUnique$ True | CounterType$ M1M1 | CounterNum$ 1 | SubAbility$ DBPutTwo | SpellDescription$ Put a -1/-1 counter on target creature, two -1/-1 counters on another target creature, and three -1/-1 counters on a third target creature. +SVar:DBPutTwo:DB$ PutCounter | Cost$ 0 | ValidTgts$ Creature |TgtPrompt$ Select another target creature | TargetUnique$ True | CounterType$ M1M1 | CounterNum$ 2 | SubAbility$ DBPutThree +SVar:DBPutThree:DB$ PutCounter | Cost$ 0 | ValidTgts$ Creature |TgtPrompt$ Select a third target creature | TargetUnique$ True | CounterType$ M1M1 | CounterNum$ 3 +SVar:Rarity:Uncommon +SVar:Picture:http://www.wizards.com/global/images/magic/general/incremental_blight.jpg +SetInfo:SHM|Uncommon|http://magiccards.info/scans/en/shm/70.jpg +End \ No newline at end of file diff --git a/res/cardsfolder/l/incremental_growth.txt b/res/cardsfolder/i/incremental_growth.txt similarity index 100% rename from res/cardsfolder/l/incremental_growth.txt rename to res/cardsfolder/i/incremental_growth.txt