Commit Graph

58704 Commits

Author SHA1 Message Date
jendave
142d8cc63b Added SVar:PicCount:4 to all basic and snow-covered lands 2011-08-06 05:44:23 +00:00
jendave
7efbba124c Modified NewGame to use SVar:PicCount to enable multiple card images for more than just basic land. 2011-08-06 05:44:18 +00:00
jendave
54b1669307 - Fixed an issue with cards with flash and uncastable. 2011-08-06 05:44:13 +00:00
jendave
e74291bfeb Modified getKey to handle multiple images for cards other than basic land. 2011-08-06 05:44:08 +00:00
jendave
b7fad57d44 - There was two copies of the Martial Coup code object in CardFactory. Deleted the first copy. 2011-08-06 05:44:03 +00:00
jendave
6d2f368714 - Added missing spell description to Radiant's Dragoons via cards.txt. 2011-08-06 05:43:58 +00:00
jendave
ea63ff5e25 - Added AI and some functionality to the spike keyword. 2011-08-06 05:43:54 +00:00
jendave
d094feb64a - Migrated pictures and rarity from other files into cards.txt
- Added migratedCardsScript.py as a replacement for cardsScript.py when the game parses only the single file. Original script is still needed until then.
- The new script will alphabetize cards.txt instead of writing in random order.
- Added Mythic and Land rarity for future use.
2011-08-06 05:43:45 +00:00
jendave
712be2f5a4 - Fixed the Akroma's Memorial bug. Akroma's Memorial was giving "Protection from Black" rather than "Protection from black" and the code requires that the color be lowercase. 2011-08-06 05:43:34 +00:00
jendave
4e979bd740 - This should finish the colorless token creation code edit. Replaced "C" with "" for these three cards: Forbidden Orchard; Tuktuk the Explorer and Urza's Factory. 2011-08-06 05:43:29 +00:00
jendave
356328c313 - Fixed some of the Eldrazi Spawn token creation code ("" for color instead of "C"). 2011-08-06 05:43:22 +00:00
jendave
9d37df6028 - Chronatog will no longer appear in a randomly generated deck. Used SVar:RemAIDeck:True. 2011-08-06 05:43:16 +00:00
jendave
fa17a4a049 - Added Basking Rootwalla to the list of hard coded names of cards that have a limit to the number of times an ability can be activated. 2011-08-06 05:43:12 +00:00
jendave
c2f9fa686a - Updated Rarity from Scripts
- Updated Aven Trailblazer and People of the Woods to have 0 toughness so they don't die before real toughness is calculated.
- Updated Shizo for AI. Will now only target Legendary creatures without Fear or Shroud instead of any creature it controls.
2011-08-06 05:43:06 +00:00
jendave
03cd86467c - Updated Gemstone Array cost string to parse properly with new Mana objects 2011-08-06 05:42:57 +00:00
jendave
2ff2833d26 - Added a single check for Changeling to the CostChange keyword. This appears to reduce the cost correctly for Changelings. Works for both the computer and the human. 2011-08-06 05:42:51 +00:00
jendave
96a0c9bc06 - Added the cards.txt entries for Lady Caleria & Tor Wauki.
- Ran the script and updated the card-pictures.txt file.
2011-08-06 05:42:46 +00:00
jendave
59c356c0fd - Bugfix: Added missing parenthesis that would make canCastSorcery return true when failing important conditions. 2011-08-06 05:42:41 +00:00
jendave
6e257f584f Added new format for sacrificePermanent - takes the prompt as parameter. 2011-08-06 05:42:35 +00:00
jendave
f3aa79278c Added Wildfire and Destructive Force 2011-08-06 05:42:30 +00:00
jendave
d356e056d3 Added Destructive Force and Wildfire 2011-08-06 05:42:25 +00:00
jendave
cf9132da86 Some creatures were converted to keyword in the past and their card objects were commented-out at that time. I deleted these commented-out card objects. 2011-08-06 05:42:20 +00:00
jendave
7771f74aa1 - Improved "Express" Mana choosing for paying costs with mana sources that produce more than one mana.
- Fixed bug with Invasion sac-lands where the wrong mana is removed from the ManaPool.
(Note: If there's any weird issues with Express Mana choosing, it can be disabled by setting skipExpress to false in tapCard() of Input_PayManaCostUtil)
2011-08-06 05:42:15 +00:00
jendave
901f88e774 * delete unused files, don't keep cruft 2011-08-06 05:42:09 +00:00
jendave
b4fca60c1c The Mana_PayCost.java file is now an empty class with no real code and just two lines of comments. This takes care of the JAR creation failed message. We may decide to delete this class from the SVN at some point. :) 2011-08-06 05:42:04 +00:00
jendave
3511757849 Spike Weaver will no longer appear in a randomly generated deck. Used SVar:RemAIDeck:True. 2011-08-06 05:41:59 +00:00
jendave
0bdb7dbd2f - Moved getCMC to ManaCost and Mana_Part
- Fixed ConvertedManaCost() bug of split mana costs. Flame Javelin's CMC is 6 not 3.
2011-08-06 05:41:55 +00:00
jendave
98450b951c - Added these cards to cards.txt: Aerie Mystics; Diamond Faerie; Frostwind Invoker; Gerrard's Battle Cry; Ghost Tactician; Goblin Lookout; Goblin Soothsayer; Lavafume Invoker; Leonin Sun Standard; Skyshaper; Stampede Driver.
- Added the LQ pic urls but not the rarities for the above cards.
2011-08-06 05:41:47 +00:00
jendave
033243bfcf Added abAllPump keyword 2011-08-06 05:41:41 +00:00
jendave
4ef7e94d33 - Updated the card-pictures.txt file. I did not update the rarity files. 2011-08-06 05:41:36 +00:00
jendave
7a91080c08 - Removed a line in Ability_Mana to keep spacing for mana to work with new ManaPool code. 2011-08-06 05:41:31 +00:00
jendave
d6d56d648e - Forgot to add Mana.java for ManaPool changes which was half the point 2011-08-06 05:41:26 +00:00
jendave
db745667eb Big ManaPool Update
- Combined Mana Pool and Snow Mana Pool
- Combined ManaCost and Mana_PayCost
- Reworked how choices are made when paying for costs
- Bugfixes: Spectral Possession and Flame Javelin can now use the ManaPool to be cast.
- Snow mana can't be used to give yourself infinite mana by canceling abilities
- Added spaces between all cards that generate more than 1 mana for smooth parsing.
2011-08-06 05:41:18 +00:00
jendave
d408f68a7b - Added Steel Overseer. 2011-08-06 05:41:03 +00:00
jendave
d9f3cc6dc8 - Replaced the accented character in the spell description for Admonition Angel and Fledgling Griffin. 2011-08-06 05:40:56 +00:00
jendave
9f88004d2a * separate layout save of new and old GUI 2011-08-06 05:40:46 +00:00
jendave
ce1895bb93 Added "SVar:RemAIDeck:True" to the cards listed under "Buyback cards" and "Fog cards" and "Win condition cards" and "Symmetrical effects" and "(Color) Hosers" and "Harmful effects" and "Fetchlands" and "Painlands" and "Filter Lands" and "Medallions" and "manapool stuff". This finishes this part of our project. :) 2011-08-06 05:40:36 +00:00
jendave
02073422ff Added "SVar:RemAIDeck:True" to the cards listed under "cards the AI cannot play (effectively)". This merge has the 3rd 18 of 54 cards. 2011-08-06 05:40:31 +00:00
jendave
86f237fede Added "SVar:RemAIDeck:True" to the cards listed under "cards the AI cannot play (effectively)". This merge has the 2nd 18 of 54 cards. 2011-08-06 05:40:26 +00:00
jendave
835b35a979 Fixed bug in xCount where Counting Named cards were trying to count "CARDNAME" instead of the original card name. 2011-08-06 05:40:14 +00:00
jendave
d6336c8260 Added Kulrath Knight 2011-08-06 05:40:09 +00:00
jendave
bb55639b70 Added hasCounters() to support Kulrath Knight. 2011-08-06 05:40:04 +00:00
jendave
796dcbf00a Added Gwafa Hazid, Profiteer 2011-08-06 05:39:59 +00:00
jendave
cd4c230e3c Added "SVar:RemAIDeck:True" to the cards listed under "cards the AI cannot play (effectively)". This merge has the 1st 18 of 54 cards. 2011-08-06 05:39:54 +00:00
jendave
37770737d2 Forgot Gwafa Hazid's controller draw clause. 2011-08-06 05:39:50 +00:00
jendave
f749d3934b Added check for "SVar:RemAIDeck:True" in cards.txt to replace removed card list. 2011-08-06 05:39:44 +00:00
jendave
accb3293bb Added "SVar:RemAIDeck:True" to the cards listed under "semi useless". 2011-08-06 05:39:39 +00:00
jendave
5c75c4e927 Added "SVar:RemAIDeck:True" to the cards listed under "useless, or combo cards". 2011-08-06 05:39:34 +00:00
jendave
1eb6648659 Added "SVar:RemAIDeck:True" to the cards listed under "cards that have bugs" and "not fully implemented". 2011-08-06 05:39:29 +00:00
jendave
045737a757 Added "SVar:RemAIDeck:True" to the cards listed under "remove "bad" and multi-colored cards". 2011-08-06 05:39:21 +00:00