Commit Graph

574 Commits

Author SHA1 Message Date
jendave
8c88ecef46 Added the LQ pic urls up to and including Perimeter Captain. I see that Dennis added the url for Brave the Elements. No problem. :)
This brings us up to date with Forge 03-18.
2011-08-06 03:42:37 +00:00
jendave
d9e5d6bd2c Added Brave the Elements. 2011-08-06 03:42:32 +00:00
jendave
1567864119 - Reverted something I didn't mean to commit, previous commit also contains Perimeter Captain. 2011-08-06 03:42:26 +00:00
jendave
936ee0bcde - Changed a bunch of things in the checkDeclareBlockers code (for some reason it gets called multiple times). 2011-08-06 03:42:20 +00:00
jendave
8f01de4968 - Added Sejiri Merfolk. 2011-08-06 03:42:10 +00:00
jendave
f45924f919 - Added "Landfall - Whenever a land enters the battlefield under your control, CARDNAME gets +2/+2 until end of turn." keyword.
- Added Talon Sliver + +2/+2 EOT landfall cards.
2011-08-06 03:42:04 +00:00
jendave
88816d751f Minor cleanup of the CardFactory_Lands.java file.
Removed the commented out code blocks for these cards which have been converted to a keyword'ed card:

Mikokoro, Center of the Sea
Orzhova, the Church of Deals
Skarrg, the Rage Pits
2011-08-06 03:41:57 +00:00
jendave
203e22f5e4 Minor cleanup of the CardFactory_Creatures.java file.
1) removed the commented out code blocks for these cards which have been converted to a keyword'ed card:

Acolyte of Xathrid
Archivist
Benalish Heralds
Blightspeaker & Cackling Imp
Bonded Fetch & Merfolk Looter
Chameleon Colossus
Frontline Sage
Goblin Balloon Brigade
Manta Riders
Orcish Artillery
Sparksmith
Squall Drifter
Thought Courier
Timberwatch Elf
Xira Arien

2) Added the missing END and START comments to several code objects.
3) I did not remove the commented out code for cards that were not part of the converted to keyword'ed.
2011-08-06 03:41:52 +00:00
jendave
51b5dbdf43 Minor cleanup of the CardFactory.java file.
1) removed the commented out code for:
spLoseLifeGainLife
Urza's Blueprints
2) Added the missing END comment to several code objects.
2011-08-06 03:41:47 +00:00
jendave
70334c8f03 - Fixed the EOT sac triggers not happening. 2011-08-06 03:41:41 +00:00
jendave
7a9f61b660 1) Commented out the card object code for Squall Drifter.
2) Added Squall Drifter to the card object code for the other creatures that have the same ability.
3) Added Stormscape Apprentice and it's LQ pic url.
2011-08-06 03:41:34 +00:00
jendave
37dd1f506f Converted Goblin Balloon Brigade and Manta Riders from explicit code to keyword. 2011-08-06 03:41:28 +00:00
jendave
bef27adf33 Converted Urza's Blueprints from explicit code to keyword. 2011-08-06 03:41:21 +00:00
jendave
2d978d6bd2 Add two new cards via Rob's abLoseLife keyword and their LQ pic urls:
Stormscape Master
Thunderscape Apprentice
2011-08-06 03:41:15 +00:00
jendave
74903554cd - Added Echo for noncreature permanents. 2011-08-06 03:41:11 +00:00
jendave
4d7107c5a8 1) Converted Orzhova, the Church of Deals from card object to keyword.
2) I could not find any reference to the card Onyx Goblet located anywhere within the source files. This may have been an unintended consequence of splitting the CardFactory file into several separate files. I added the abLoseLifeTgt keyword with data to the Onyx Goblet entry in the cards.txt file.
2011-08-06 03:41:06 +00:00
jendave
e044b89fa8 - Echoing Truth, Smother, Celestial Purge and Unsummon should be cascadable, and usable by Isochron Scepter.
- Repulse, Strangling Soot, Ichor Slick, Regrowth and Temporal Spring should be cascadable.
- Fixed Giant Strength (the code for it never existed).
2011-08-06 03:41:00 +00:00
jendave
481f0b8231 Converted Blightspeaker and Cackling Imp from card object to keyword. 2011-08-06 03:40:54 +00:00
jendave
a3d4c46810 Converted Acolyte of Xathrid from card object to keyword. 2011-08-06 03:40:48 +00:00
jendave
c24d45e3c7 1) Added the 5 M10 dual lands via Rob's keyword.
2) Added the 5 M10 dual lands LQ pic urls.
2011-08-06 03:40:42 +00:00
jendave
071e1f41cd Removed commented card code which have been replaced by keywords.
Saltblast, Sparkspray, Gerrard's Command, Brute Force, Tromp the Domains, Wildsize, Scepter of Insight
2011-08-06 03:40:37 +00:00
jendave
77508d7bb4 Removed the commented, original Pump code. 2011-08-06 03:40:32 +00:00
jendave
10fb877098 Another revision of the eqPump keyword. The power/toughness and the keywords are now optional. We no longer need "+0/+0" or "none" to act as place holders. 2011-08-06 03:40:26 +00:00
jendave
a10f0fa9f6 Added "CARDNAME comes into play tapped unless you control a ___ or a ___." (M10 dual lands) 2011-08-06 03:40:20 +00:00
jendave
8c5de6ab63 - Made a number of fixes on Lichenthrope. 2011-08-06 03:40:15 +00:00
jendave
ddcee3df62 This should fix the problem where the computer AI would use Mishra's Factory and Assembly-Worker to pump any creature rather than just Assembly-Workers. Pumps should take place only on Main phase 1. 2011-08-06 03:40:10 +00:00
jendave
64198ee118 Added abLoseLife keyword. 2011-08-06 03:40:04 +00:00
jendave
ea89334926 - Undid the previous change of equipment unequipping on changing controllers.
- Fixed Singe-Mind Ogre.
2011-08-06 03:39:59 +00:00
jendave
b2c12b0c99 Added the missing space character needed for the stack description for the card Timbermaw Larva. Converted the small stack description section of Timbermaw Larva code to use string builder. 2011-08-06 03:39:53 +00:00
jendave
4a1bc4f401 changed one occurrence of String.isEmpty() to String.length()==0 for 1.5 compatibility 2011-08-06 03:39:48 +00:00
jendave
fa2a4d4ade 1) Changed Fault Line from Sorcery to Instant.
2) Added Drelnoch and it's LQ pic url.
3) Added LQ token pic urls for:
c_3_4_gargoyle.jpg
g_1_1_insect.jpg
g_1_1_snake.jpg
w_4_4_elemental.jpg
w_1_1_kor_soldier.jpg
2011-08-06 03:39:44 +00:00
jendave
9dec938f92 - Fixed Fog-like effects to also prevent first strike damage. 2011-08-06 03:39:37 +00:00
jendave
a6b7368a87 Updated the rarity files to the 03-13-2010 version. 2011-08-06 03:39:32 +00:00
jendave
d850b9c85a - Moment's Peace should have flashback now. 2011-08-06 03:39:25 +00:00
jendave
635f6269ce - Fixed +0/-1 countername.
- Fixed triggered block checks.
2011-08-06 03:39:20 +00:00
jendave
0fbb1f7e1c - Deathtouch shouldn't destroy Planeswalkers anymore. 2011-08-06 03:39:15 +00:00
jendave
f12125a5b7 - Fixed the Deathtouch bug.
- Fixed the getColor() method in CardListUtil (this should fix a bunch of cards - Nocturnal Raid, Valorous Charge, ...).
- Some minor checks added in canDestroyAttacker() and canDestroyBlocker().
2011-08-06 03:39:10 +00:00
jendave
e3aaa1d7ab Added Psyshic Drain and it's LQ pic url. 2011-08-06 03:39:03 +00:00
jendave
f71734ce6e Added the SVar to the Spikeshot Goblin entry located in cards.txt. This fixes the problem that has been reported in the forums. :) 2011-08-06 03:38:57 +00:00
jendave
9d8cee2912 - Added Mind Shatter to the Mind Twist card object code.
- Added 2 LQ pic urls.
2011-08-06 03:38:52 +00:00
jendave
54d0a5b81e - Fixed Spellbombs.
- Added Mind Twist.
2011-08-06 03:38:46 +00:00
jendave
b8443a8dc4 - Re-added the cards.txt entry for Skullclamp. The Skullclamp code block was commented out but we still needed the keyword plus the parameters added to the Skullclamp entry in cards.txt.
- Added several LQ pic urls.
- Zerker fixed the sorter warnings and we no longer need the two @SuppressWarnings("unchecked") in TableModel.java and Gui_DeckEditor_Menu.java. I removed both of these unnecessary @SuppressWarnings.
2011-08-06 03:38:39 +00:00
jendave
752cdb2ef2 - Added slapshot5's Icy Manipulator.
- Fixed Nature's Cloak.
2011-08-06 03:38:32 +00:00
jendave
7542f8d8fb - Added slapshot5's Ivory Tower, Ali from Cairo, Reprisal code.
- Fixed Rathi Trapper mana text.
2011-08-06 03:38:25 +00:00
jendave
d9c3595929 - Added Lavalanche.
- Added two LQ pic urls.
2011-08-06 03:38:17 +00:00
jendave
617d0870a7 - Added slapshot5's Ley Druid code.
- Added a check to Howling Mine to make sure it's untapped (thanks slapshot5!).
2011-08-06 03:38:11 +00:00
jendave
229f56ce07 - Fixed a bug with Meekstone or Marble Titan and Stasis in play simultaneously.
- Cards with upkeep costs (Child of Gaea, Statis, ...), should prompt for payment again, if not paid they will be sacked.
2011-08-06 03:38:03 +00:00
jendave
22a45135f6 Modified the AI and coverted Skullclamp from code object to implemented via keyword. Computer will no longer attach the Skullclamp to a creature with a net Toughness of 1. 2011-08-06 03:37:57 +00:00
jendave
858904aebf Added Goblin Offensive and it's LQ pic url. 2011-08-06 03:37:50 +00:00
jendave
59bd534219 Added the missing "no text" to Vitalizing Cascade. 2011-08-06 03:37:44 +00:00