From d3399266c1d721021e9b2ac60c669daa460a624d Mon Sep 17 00:00:00 2001 From: jendave Date: Sat, 6 Aug 2011 09:42:30 +0000 Subject: [PATCH] - Added Granite Grip, Kavu Scout, Knight of New Alara and Manaforce Mace. --- .gitattributes | 4 ++++ res/cardsfolder/granite_grip.txt | 12 ++++++++++++ res/cardsfolder/kavu_scout.txt | 10 ++++++++++ res/cardsfolder/knight_of_new_alara.txt | 13 +++++++++++++ res/cardsfolder/manaforce_mace.txt | 10 ++++++++++ 5 files changed, 49 insertions(+) create mode 100644 res/cardsfolder/granite_grip.txt create mode 100644 res/cardsfolder/kavu_scout.txt create mode 100644 res/cardsfolder/knight_of_new_alara.txt create mode 100644 res/cardsfolder/manaforce_mace.txt diff --git a/.gitattributes b/.gitattributes index 4976690665b..abe594365a3 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1806,6 +1806,7 @@ res/cardsfolder/grand_arbiter_augustin_iv.txt -text svneol=native#text/plain res/cardsfolder/grand_coliseum.txt -text svneol=native#text/plain res/cardsfolder/granger_guildmage.txt -text svneol=native#text/plain res/cardsfolder/granite_gargoyle.txt -text svneol=native#text/plain +res/cardsfolder/granite_grip.txt -text svneol=native#text/plain res/cardsfolder/granite_shard.txt -text svneol=native#text/plain res/cardsfolder/granulate.txt -text svneol=native#text/plain res/cardsfolder/grapeshot.txt -text svneol=native#text/plain @@ -2274,6 +2275,7 @@ res/cardsfolder/kavu_climber.txt -text svneol=native#text/plain res/cardsfolder/kavu_glider.txt -text svneol=native#text/plain res/cardsfolder/kavu_monarch.txt -text svneol=native#text/plain res/cardsfolder/kavu_runner.txt -text svneol=native#text/plain +res/cardsfolder/kavu_scout.txt -text svneol=native#text/plain res/cardsfolder/kavu_titan.txt -text svneol=native#text/plain res/cardsfolder/kaysa.txt -text svneol=native#text/plain res/cardsfolder/kazandu_blademaster.txt -text svneol=native#text/plain @@ -2339,6 +2341,7 @@ res/cardsfolder/knight_exemplar.txt -text svneol=native#text/plain res/cardsfolder/knight_of_cliffhaven.txt -text svneol=native#text/plain res/cardsfolder/knight_of_dawn.txt -text svneol=native#text/plain res/cardsfolder/knight_of_meadowgrain.txt -text svneol=native#text/plain +res/cardsfolder/knight_of_new_alara.txt -text svneol=native#text/plain res/cardsfolder/knight_of_stromgald.txt -text svneol=native#text/plain res/cardsfolder/knight_of_sursi.txt -text svneol=native#text/plain res/cardsfolder/knight_of_the_reliquary.txt -text svneol=native#text/plain @@ -2596,6 +2599,7 @@ res/cardsfolder/mana_prism.txt -text svneol=native#text/plain res/cardsfolder/mana_tithe.txt -text svneol=native#text/plain res/cardsfolder/mana_vault.txt -text svneol=native#text/plain res/cardsfolder/manabarbs.txt -text svneol=native#text/plain +res/cardsfolder/manaforce_mace.txt -text svneol=native#text/plain res/cardsfolder/manakin.txt -text svneol=native#text/plain res/cardsfolder/maniacal_rage.txt -text svneol=native#text/plain res/cardsfolder/manic_vandal.txt -text svneol=native#text/plain diff --git a/res/cardsfolder/granite_grip.txt b/res/cardsfolder/granite_grip.txt new file mode 100644 index 00000000000..b7680c0e189 --- /dev/null +++ b/res/cardsfolder/granite_grip.txt @@ -0,0 +1,12 @@ +Name:Granite Grip +ManaCost:2 R +Types:Enchantment Aura +Text:Enchanted creature gets +1/+0 for each Mountain you control. +K:Enchant creature +K:enPump:0/0 +K:stPumpEnchanted:Creature:X/0:no Condition:no text +SVar:X:Count$TypeYouCtrl.Mountain +SVar:BuffedBy:Mountain +SVar:Rarity:Common +SVar:Picture:http://www.wizards.com/global/images/magic/general/granite_grip.jpg +End diff --git a/res/cardsfolder/kavu_scout.txt b/res/cardsfolder/kavu_scout.txt new file mode 100644 index 00000000000..effce30277d --- /dev/null +++ b/res/cardsfolder/kavu_scout.txt @@ -0,0 +1,10 @@ +Name:Kavu Scout +ManaCost:2 R +Types:Creature Kavu Scout +Text:Domain - Kavu Scout gets +1/+0 for each basic land type among lands you control. +PT:0/2 +K:stPumpEnchanted:Creature:X/0:no Condition:no text +SVar:X:Count$Domain +SVar:Rarity:Common +SVar:Picture:http://www.wizards.com/global/images/magic/general/kavu_scout.jpg +End diff --git a/res/cardsfolder/knight_of_new_alara.txt b/res/cardsfolder/knight_of_new_alara.txt new file mode 100644 index 00000000000..ffbcabff36e --- /dev/null +++ b/res/cardsfolder/knight_of_new_alara.txt @@ -0,0 +1,13 @@ +Name:Knight of New Alara +ManaCost:2 W G +Types:Creature Human Knight +Text:Each other multicolored creature you control gets +1/+1 for each of its colors. +PT:2/2 +K:stPumpAll:Creature.multicolor+Other+YouCtrl+White:1/1:no Condition:no text +K:stPumpAll:Creature.multicolor+Other+YouCtrl+Blue:1/1:no Condition:no text +K:stPumpAll:Creature.multicolor+Other+YouCtrl+Black:1/1:no Condition:no text +K:stPumpAll:Creature.multicolor+Other+YouCtrl+Red:1/1:no Condition:no text +K:stPumpAll:Creature.multicolor+Other+YouCtrl+Green:1/1:no Condition:no text +SVar:Rarity:Rare +SVar:Picture:http://www.wizards.com/global/images/magic/general/knight_of_new_alara.jpg +End diff --git a/res/cardsfolder/manaforce_mace.txt b/res/cardsfolder/manaforce_mace.txt new file mode 100644 index 00000000000..fa6381a849b --- /dev/null +++ b/res/cardsfolder/manaforce_mace.txt @@ -0,0 +1,10 @@ +Name:Manaforce Mace +ManaCost:4 +Types:Artifact Equipment +Text:Domain - Equipped creature gets +1/+1 for each basic land type among lands you control. +K:eqPump 3:+0/+0 +K:stPumpEquipped:Creature:X/X:no Condition:no text +SVar:X:Count$Domain +SVar:Rarity:Uncommon +SVar:Picture:http://www.wizards.com/global/images/magic/general/manaforce_mace.jpg +End