Commit Graph

9564 Commits

Author SHA1 Message Date
jendave
026ce42ce1 convert Goblin Skycutter to Cost/Target system 2011-08-07 00:53:13 +00:00
jendave
3d6851d4d4 - Some more prep work for United Targeting front. 2011-08-07 00:53:06 +00:00
jendave
d9a46d06dc convert the CF_Planeswalker stuff to Cost/Target; some improvements; some code simplifications 2011-08-07 00:52:56 +00:00
jendave
197136917d - Remember can now handle Targeted Players.
- Convert Laquatus's Champion to Script
2011-08-07 00:52:49 +00:00
jendave
dc2890f3de - Some more converting to Cost/Target classes 2011-08-07 00:52:37 +00:00
jendave
bcde2d0577 - Converted Reiterate to script. 2011-08-07 00:52:29 +00:00
jendave
931b5f3454 Maven build - Windows icon matches Mac icon. Tokenized forge.sh 2011-08-07 00:52:18 +00:00
jendave
8c54051699 - Fixed the whole thing this time... 2011-08-07 00:52:11 +00:00
jendave
87b0c8ee64 - Small fix Perish the Thought 2011-08-07 00:52:04 +00:00
jendave
d7861bf1da - Ran set info script. 2011-08-07 00:51:58 +00:00
jendave
a3ee2eccaa Fixed activation cost for Minotaur Illusionist 2011-08-07 00:51:51 +00:00
jendave
8c605b1626 - Fixed the -1/-1 counter theme. 2011-08-07 00:51:45 +00:00
jendave
3be6d70db6 - Fixed Cumulative upkeep for the AI. 2011-08-07 00:51:38 +00:00
jendave
9e60dff0a7 - Fixed Nihil Spellbomb. 2011-08-07 00:51:32 +00:00
jendave
e107d8ff7c - Added Lavacore Elemental. 2011-08-07 00:51:25 +00:00
jendave
405fa4f0a4 Fixed spell description in Vaevictis Asmandi 2011-08-07 00:51:18 +00:00
jendave
a1e14e083c - Added Ravaging Riftwurm. 2011-08-07 00:51:11 +00:00
jendave
5e79be9a46 - Converted Oubliette to script (its implementation was and still is incomplete) and removed its rarity. 2011-08-07 00:51:04 +00:00
jendave
658a82f1cb - Added special AI for Skullclamp. 2011-08-07 00:50:55 +00:00
jendave
ed266ae235 - Updated sacrifice cost AI in more AF's. 2011-08-07 00:50:48 +00:00
jendave
060eb5af9b - Added Shrek 1 deck. 2011-08-07 00:50:39 +00:00
jendave
65f52b2b01 - The AI will now only use sacrifice costs, if the card itself will be sacrificed (for cards like Seal of Removal) or a preferred sacrifice is present (Hatching Plans). [Other AF's will follow] 2011-08-07 00:50:27 +00:00
jendave
09beb9148d - Some cleanup of modified classes. 2011-08-07 00:50:16 +00:00
jendave
6c85876f49 - Fixed some AF GainControl cards. 2011-08-07 00:50:08 +00:00
jendave
87c25297ce - Fixed AF GainControl setting summoning sickness when control doesn't actually change. 2011-08-07 00:49:59 +00:00
jendave
d34eeb8b7c - Ran set info script. 2011-08-07 00:49:52 +00:00
jendave
fd476665db - Fixed Celestial Kirin. 2011-08-07 00:49:44 +00:00
jendave
d77e755552 - Converted Infernal Kirin to script. 2011-08-07 00:49:38 +00:00
jendave
3060084fe5 - The AI will no longer play legendary lands if it controls one with the same name already. 2011-08-07 00:49:29 +00:00
jendave
1b6351c7da - Added 4 cards with "If CARDNAME was kicked, it enters the battlefield with X +1/+1 counters on it.". 2011-08-07 00:49:23 +00:00
jendave
ce31820d64 - The AI will now also anticipate targeted regeneration abilities. 2011-08-07 00:49:13 +00:00
jendave
4cfd1b97ec - Cleanup in GameActionUtil. 2011-08-07 00:49:05 +00:00
jendave
4c4ac20b47 Maven build - moved OSX build into profile so it does not build under Linux/Windows. Fixed permissions on executable files. 2011-08-07 00:48:56 +00:00
jendave
5633a1318e - Added an optional condition and description to etbCounter.
- Converted cards with "If CARDNAME was kicked, it enters the battlefield with X +1/+1 counters on it." to etbCounter.
2011-08-07 00:48:50 +00:00
jendave
2bee01872f - Converting some hardcoded cards to Cost/Target 2011-08-07 00:48:39 +00:00
jendave
b5d3af754b code simplifications in CF_Creatures 2011-08-07 00:48:32 +00:00
jendave
8696e7348f - Corrected the rarity typo found in the SetInfo line for the cards Backlash and Rabble-Rouser as they were sorting to the very end of the card list with the table sorter fix. 2011-08-07 00:48:24 +00:00
jendave
b3b4d0d409 - Fixed the TableSorter.getRarity() method and it should now be compatible with the new set info. As a bonus, the new cards won in quest mode may now appear at the top of the list rather than requiring you to scroll down to the bottom of the listing. 2011-08-07 00:48:18 +00:00
jendave
fa02c5985a Maven build - fix plugin repo 2011-08-07 00:48:12 +00:00
jendave
0397755f12 code simplification in CF_Creatures and CF_Instants 2011-08-07 00:48:07 +00:00
jendave
c93f867473 - Ran set info script. 2011-08-07 00:47:59 +00:00
jendave
a9e9b2d01c - Fixed rarity of Postmortem Lunge. 2011-08-07 00:47:51 +00:00
jendave
14391ca598 - War Report will now count artifact creatures twice. 2011-08-07 00:47:45 +00:00
jendave
e0b7833f6a - Converted some etb "Put -1/-1 Counter on target" AF's to DB's. 2011-08-07 00:47:37 +00:00
jendave
9a84dd5fb9 Maven build. Can create Mac dmg and bzip, Windows exe file, bzip for Windows and Linux. 2011-08-07 00:47:30 +00:00
jendave
5646beefe9 several code simplifications in CardFactoryUtil.java 2011-08-07 00:47:21 +00:00
jendave
40a292f974 more code simplification in CF_Sorceries 2011-08-07 00:47:13 +00:00
jendave
a4741b480d - Added the requirements "OppPoisoned" and "OppNotPoisoned" to stPump.
- Added Chained Throatseeker and Viridian Betrayers.
2011-08-07 00:47:06 +00:00
jendave
05144800e0 fix logic change bug in Pulse of the Tangle (that I just introduced) 2011-08-07 00:46:57 +00:00
jendave
d098109c09 several code simplifications in CF_Sorceries 2011-08-07 00:46:50 +00:00