From d57cd448ad7a00fd6b171f9283dbf10d479b4eaf Mon Sep 17 00:00:00 2001 From: jendave Date: Sat, 6 Aug 2011 03:47:21 +0000 Subject: [PATCH] 1) Converted these cards from code to keyword: Fear; Flight; Launch. 2) Added these cards and their LQ pic urls: Cave Sense; Divine Transformation; Eternal Warrior. 3) Added LQ pic url for Darksteel Forge. --- res/card-pictures.txt | 4 ++++ res/cards.txt | 26 +++++++++++++++++++++++++- src/forge/CardFactory_Auras.java | 9 +++++++-- 3 files changed, 36 insertions(+), 3 deletions(-) diff --git a/res/card-pictures.txt b/res/card-pictures.txt index feb1727a80a..3a3fe887233 100644 --- a/res/card-pictures.txt +++ b/res/card-pictures.txt @@ -38,6 +38,10 @@ snow_covered_mountain.jpg http://www.wizards.com/global/images/magic/gene snow_covered_mountain1.jpg http://www.wizards.com/global/images/magic/general/snow_covered_mountain.jpg snow_covered_mountain2.jpg http://www.magickartenmarkt.de/img/cards/Ice_Age/snow_covered_mountain.jpg snow_covered_mountain3.jpg http://www.magickartenmarkt.de/img/cards/Ice_Age/snow_covered_mountain.jpg +cave_sense.jpg http://www.wizards.com/global/images/magic/general/cave_sense.jpg +divine_transformation.jpg http://www.wizards.com/global/images/magic/general/divine_transformation.jpg +eternal_warrior.jpg http://www.wizards.com/global/images/magic/general/eternal_warrior.jpg +darksteel_forge.jpg http://www.wizards.com/global/images/magic/general/darksteel_forge.jpg agility.jpg http://www.wizards.com/global/images/magic/general/agility.jpg alexis_cloak.jpg http://www.wizards.com/global/images/magic/general/alexis_cloak.jpg burrowing.jpg http://www.wizards.com/global/images/magic/general/burrowing.jpg diff --git a/res/cards.txt b/res/cards.txt index 9120e24e811..9005235bfa9 100644 --- a/res/cards.txt +++ b/res/cards.txt @@ -1,3 +1,24 @@ +Cave Sense +1 R +Enchantment Aura +Enchanted creature gets +1/+1 and has mountainwalk. +Enchant creature +enPump:+1/+1/Mountainwalk + +Divine Transformation +2 W W +Enchantment Aura +Enchanted creature gets +3/+3. +Enchant creature +enPump:+3/+3 + +Eternal Warrior +R +Enchantment Aura +Enchanted creature has vigilance. +Enchant creature +enPump:Vigilance + Darksteel Forge 9 Artifact @@ -5892,6 +5913,7 @@ B B Enchantment Aura Enchanted creature has fear. Enchant creature +enPump:Fear Battle Mastery 2 W @@ -6249,6 +6271,7 @@ U Enchantment Aura Enchanted creature has flying. Enchant creature +enPump:Flying Sprout G @@ -6286,8 +6309,9 @@ Launch 1 U Enchantment Aura Enchanted creature has flying. -When this card is put into a graveyard from the battlefield, return this card to its owner's hand Enchant creature +enPump:Flying +When this card is put into a graveyard from the battlefield, return this card to its owner's hand Sleeper's Guile 1 B diff --git a/src/forge/CardFactory_Auras.java b/src/forge/CardFactory_Auras.java index 7e1ec5b5e5f..14f272eae87 100644 --- a/src/forge/CardFactory_Auras.java +++ b/src/forge/CardFactory_Auras.java @@ -1356,6 +1356,8 @@ class CardFactory_Auras { spell.setBeforePayMana(CardFactoryUtil.input_targetCreature(spell)); }//*************** END ************ END ************************** + +/* //*************** START *********** START ************************** else if(cardName.equals("Fear")) { final SpellAbility spell = new Spell(card) { @@ -1440,6 +1442,8 @@ class CardFactory_Auras { spell.setBeforePayMana(CardFactoryUtil.input_targetCreature(spell)); }//*************** END ************ END ************************** +*/ + //*************** START *********** START ************************** else if(cardName.equals("Battle Mastery")) { @@ -2536,7 +2540,8 @@ class CardFactory_Auras { spell.setBeforePayMana(CardFactoryUtil.input_targetCreature(spell)); }//*************** END ************ END ************************** - + +/* //*************** START *********** START ************************** else if(cardName.equals("Launch") || cardName.equals("Flight")) { final SpellAbility spell = new Spell(card) { @@ -2628,7 +2633,7 @@ class CardFactory_Auras { spell.setBeforePayMana(CardFactoryUtil.input_targetCreature(spell)); }//*************** END ************ END ************************** - +*/ /* //*************** START *********** START **************************