Commit Graph

66109 Commits

Author SHA1 Message Date
jendave
547585aa73 - Attempting to make mana producing cards consistent in the ordering of the colors: W U B R G. This is the third 9 cards. 2011-08-06 06:03:49 +00:00
jendave
6abbd847b9 - Attempting to make mana producing cards consistent in the ordering of the colors: W U B R G. This is the second 8 cards. 2011-08-06 06:03:44 +00:00
jendave
d5793ba9bc - Attempting to make mana producing cards consistent in the ordering of the colors: W U B R G. This is the first 8 cards. 2011-08-06 06:03:39 +00:00
jendave
675aeaff88 - Ran the script on cards.txt and hand-pasted the missing data. 2011-08-06 06:03:34 +00:00
jendave
3ca4d9e873 - Added additional LQ pic urls to the Snow-Covered Basic lands in cards.txt. 2011-08-06 06:03:29 +00:00
jendave
feabfb7ff3 - Added additional LQ pic urls to the Basic lands in cards.txt. 2011-08-06 06:03:24 +00:00
jendave
51a4029496 - Added the missing period to the spell description for several cards. 2011-08-06 06:03:19 +00:00
jendave
5d8cbc2c1c - Converted 13 cards from code to the etbDestroyTgt keyword. 2011-08-06 06:03:12 +00:00
jendave
ccfebb2c48 - Added new cards using the new etbDestroyTgtMay keyword. The rest of Rob's cards will need to be converted as they are hard coded. The new cards include:
Acidic Slime
Bala Ged Scorpion
Dakmor Lancer
Dark Hatchling
Faultgrinder
Goblin Settler
Halo Hunter
Hammerheim Deadeye
Indrik Stomphowler
Ingot Chewer
Ogre Arsonist
Ogre Gatecrasher
Ravaging Horde
Ravenous Baboons
Rustspore Ram
Serpent Assassin
Tivadar of Thorn
War Priest of Thune
Wispmare
2011-08-06 06:03:05 +00:00
jendave
62cdb4edd0 - Added Dodecapod, plus probably fixed a compile error. 2011-08-06 06:03:00 +00:00
jendave
b7464b9db5 - Fixed Juniper Order Ranger manacost. 2011-08-06 06:02:53 +00:00
jendave
e0c1c329b0 - Big update: added "If a spell or ability an opponent controls causes you to discard CARDNAME, put it onto the battlefield instead of putting it into your graveyard." keyword - Added Wilt-Leaf Liege and Obstinate Baloth (Dodecapod doesn't quite work yet). 2011-08-06 06:02:47 +00:00
jendave
c929636e90 Forgot to handle Drawback in etbDestroyTgt. 2011-08-06 06:02:36 +00:00
jendave
a0c64b94c7 Added etbDestroyTgt keyword. 2011-08-06 06:02:31 +00:00
jendave
51758b0060 - Increased the default size of the Deck Editor's Filter window and made it resizable. 2011-08-06 06:02:26 +00:00
jendave
f70f8ec3b7 - Added Creakwood Liege. 2011-08-06 06:02:21 +00:00
jendave
fc8a567b34 - Added Murkfiend Liege. 2011-08-06 06:02:14 +00:00
jendave
32669059cb - Updated Lab Rats. It now use a more standard description and will match the newer keyworded buyback spells. 2011-08-06 06:02:08 +00:00
jendave
007a70a751 - Updated four original Buyback spells. They now use a more standard description and will match the newer keyworded buyback spells. Used StringBuilder to build the spell description where needed. 2011-08-06 06:02:03 +00:00
jendave
f3ef27c499 - A minor edit to some of my recent work. I meant to use StringBuilder rather than StringBuffer. 2011-08-06 06:01:58 +00:00
jendave
8d205bed55 - Minor edit to spLoseLife. Added a space between buyback cost and the description. Used StringBuilder to build the spell description. 2011-08-06 06:01:51 +00:00
jendave
8aa89ff8db - Minor edit to spBounceTgt. Added a space between buyback cost and the description. Used StringBuilder to build the spell description. 2011-08-06 06:01:46 +00:00
jendave
f83eac5125 - Minor edit to spDestroyTgt. Added a space between buyback cost and the description. Used StringBuilder to build the spell description. 2011-08-06 06:01:41 +00:00
jendave
6c283f6a8a - Minor edit to Card.getText(). Will now add the Storm and it's description to the spell description. Haze of Rage is the only spell that needs it at this time. 2011-08-06 06:01:36 +00:00
jendave
7ab7d12acc - Minor edit to spAllPump. Added a space between buyback cost and the description. Used StringBuilder to build the spell description. 2011-08-06 06:01:31 +00:00
jendave
d7a0fc970d - Minor edit to spDiscardTgt. Added a space between buyback cost and the description. Used StringBuilder to build the spell description. 2011-08-06 06:01:26 +00:00
jendave
93705d5003 - Fixed a misspelling. 2011-08-06 06:01:21 +00:00
jendave
f43dd00aa4 - Added "CARDNAME can't be blocked by white creatures." keyword, plus the cards Dauthi Horror and Sootwalkers. 2011-08-06 06:01:16 +00:00
jendave
a8b9fe3b98 - Added Seeker, Crovax, Ascendant Hero. - Made "CARDNAME can't be blocked except by artifact creatures and/or white creatures." a keyword. 2011-08-06 06:01:10 +00:00
jendave
7caba892fe - Added a space to divide the two sentences that make up the ability description for cards using the paintap keyword. The ability description now uses StringBuilder(). 2011-08-06 06:01:03 +00:00
jendave
5a8d4ebf1f - Added string replacement code to Card.getText(). This will place the spellText portion for Storm spells on the next line. Works for all storm spells except Temporal Fissure. Cards with a "(NOTE: " are now separated from the rest of the spell description and are placed on a separate line. Removes the extra linefeed and new line chars at end of of spell description. 2011-08-06 06:00:58 +00:00
jendave
201007ca2d - Added Sword of Body and Mind. 2011-08-06 06:00:51 +00:00
jendave
13bb610a9e - Fixed Mind's Desire. The spell description used to display the card's name after the spell description in the card panel. 2011-08-06 06:00:44 +00:00
jendave
7aa014948f - Fixed Global Ruin, it now adds the non-basic type lands to the list of lands that are to be destroyed. 2011-08-06 06:00:39 +00:00
jendave
db043d2842 - Fixed Doomed Necromancer. The AI will no longer target a creature with the keyword "At the beginning of the end step, sacrifice CARDNAME." if it is main phase 2. 2011-08-06 06:00:34 +00:00
jendave
ca7a928de9 - Fixed Karmic Guide. The AI will no longer target a creature with the keyword "At the beginning of the end step, sacrifice CARDNAME." 2011-08-06 06:00:29 +00:00
jendave
0b808e6c3f - Re-did the recent fix to Reanimate. 2011-08-06 06:00:23 +00:00
jendave
3b3041456d - This merge actually includes the fix that I meant to add to rev 1853. 2011-08-06 06:00:18 +00:00
jendave
12fe90c782 - Added a filter to ComputerAI_General.getMain2() and this should prevent the computer from summoning Ball Lightning type creatures during main phase 2.
- Minor fix to code block for Breath of Life; False Defeat; Resurrection; Zombify.
2011-08-06 06:00:13 +00:00
jendave
e3df390f45 - Fixed the keyword miss-spelling for Desecrated Earth. 2011-08-06 06:00:08 +00:00
jendave
d901bcc656 Fixed bug in handling drawback for spDestroyTgt. 2011-08-06 06:00:03 +00:00
jendave
edc8c79a2c - Fixed Breath of Life; Resurrection; False Defeat; Zombify. The AI will no longer target a creature with the keyword "At the beginning of the end step, sacrifice CARDNAME." 2011-08-06 05:59:58 +00:00
jendave
c7484b6eda - Converted Swords to Plowshares to keyword. 2011-08-06 05:59:53 +00:00
jendave
cd51d0ed05 - Added Call to Heel; Clutch of the Undercity; Last Breath; Recoil; Snap. 2011-08-06 05:59:46 +00:00
jendave
9b4662c780 - Fixed the keyword for Stampede Driver. 2011-08-06 05:59:41 +00:00
jendave
73e207e810 - Moved Resuscitate from CardFactory to CardFactory_Instants. 2011-08-06 05:59:37 +00:00
jendave
891f86f2c7 - Added the missing code block for Fabricate to CardFactory_Sorceries. 2011-08-06 05:59:32 +00:00
jendave
77c168271e - Added the missing code block for Take Possession to CardFactory_Sorceries. 2011-08-06 05:59:26 +00:00
jendave
0e56d645ac - Added the missing code block for Kaervek's Spite to CardFactory_Instants. 2011-08-06 05:59:21 +00:00
jendave
5871661349 - Moved Ashes to Ashes from CardFactory_Instants to CardFactory_Sorceries. 2011-08-06 05:59:16 +00:00