Commit Graph

58704 Commits

Author SHA1 Message Date
jendave
5d72cbccf3 - Kiki-Jiki, Mirror Breaker should work correctly now with Doubling Season. 2011-08-06 05:58:42 +00:00
jendave
83e56398b7 - Forced a checkStateEffects() after Bribery resolution. 2011-08-06 05:58:37 +00:00
jendave
d6ef959a9b - Fixed That Which Was Taken. 2011-08-06 05:58:32 +00:00
jendave
7c333015c0 - Added "reveal" for Sylvan Messenger and Goblin Ringleader when the AI casts one. 2011-08-06 05:58:26 +00:00
jendave
53fedabd63 - Fixed Reanimate, the AI will no longer target a creature with the keyword "At the beginning of the end step, sacrifice CARDNAME.". 2011-08-06 05:58:21 +00:00
jendave
729b872a3b Added additional conditions for isValidCard. Notably - power, toughness and converted mana cost, with option for LT, LE, EQ, GE, & GT (Less Than, Less than or Equal, EQual, Greater than or Equal & Greater Than). 2011-08-06 05:58:16 +00:00
jendave
afd7989e09 - Fixed a StaticEffect keyword bug. 2011-08-06 05:58:10 +00:00
jendave
7bcdbe7fe1 - Fixed Lord of the Undead, it will now pump zombies on both sides of the battlefield. 2011-08-06 05:58:05 +00:00
jendave
81953b3728 Added "UntapUpTo" as a drawback. Similar to Cloud of Faeries, but not limited to land. 2011-08-06 05:58:00 +00:00
jendave
e118f3e5c0 Added getTapState method to return a sublist of cards that are either "Tapped" or "Untapped". 2011-08-06 05:57:55 +00:00
jendave
194af6d501 - Fixed Forbidding Watchtower, it now becomes a "Soldier" rather than a "Solider" when activated. 2011-08-06 05:57:50 +00:00
jendave
20a3b0b6d3 Checking 1.5 compatibility
SwingBuilder caused a couple other problems. It is also contained in ord.jdesktop, so I replaced it with that one
Preferences also contained stringPropertyNames(), which only exists since 1.6
2011-08-06 05:57:44 +00:00
jendave
e68a36e175 - Slight change to Hystrodon. Added AI and a JOptionPane.showConfirmDialog() which will allow both the human and the computer to decide to draw or not to draw a card. 2011-08-06 05:57:33 +00:00
jendave
e7764d486d - Found and fixed a bug in the GameActionUtil.playCard_Enchantress_Draw() code. Added a JOptionPane.showConfirmDialog() to Verduran Enchantress and Mesa Enchantress, you are now asked if you want to draw a card for these two only. Argothian Enchantress and Enchantress's Presence forces you to draw a card. Added some AI to the computer's choice. 2011-08-06 05:57:28 +00:00
jendave
8bb03c70a6 *Added Patriarch's Bidding 2011-08-06 05:57:22 +00:00
jendave
ab901e93a2 - Added Chambered Nautilus to the code block for Drelnoch and Saprazzan Heir. 2011-08-06 05:57:15 +00:00
jendave
6e1dee8f00 * spDstryAll bugfix, now does what the comments say
* card will get their image refreshed every card change cycle (may lower performance, but updates sooner)
2011-08-06 05:57:10 +00:00
jendave
2ce21100d0 - Fixed a bug with Lovisa Coldeyes. - Added Death Baron. 2011-08-06 05:57:04 +00:00
jendave
f3ff053e75 - Slight change to the code for Kor Firewalker. Now uses JOptionPane.showConfirmDialog(YES_NO_OPTION), this now gives the human a choice to gain or not gain life. 2011-08-06 05:56:57 +00:00
jendave
587674bc40 - Slight change to the code for Cinder Pyromancer. Now uses JOptionPane.showConfirmDialog(YES_NO_OPTION). Used StringBuilder. 2011-08-06 05:56:52 +00:00
jendave
442da9474c - Resolved 8 warnings associated with the forge package. 2011-08-06 05:56:47 +00:00
jendave
62502a8094 - Big update: split up sorceries and instants into separate CardFactories (hopefully this didn't break things). 2011-08-06 05:56:39 +00:00
jendave
52a69462c5 - Added "When CARDNAME enters the battlefield, you may search your library for up to three cards named CARDNAME, reveal them, and put them into your hand. If you do, shuffle your library." keyword, plus the cards that use it. 2011-08-06 05:56:31 +00:00
jendave
26467207a6 - Added Lovisa Coldeyes. 2011-08-06 05:56:25 +00:00
jendave
557e54ae01 - Merged the code for Saprazzan Heir and Drelnoch into a single block. The code will now display a JOptionPane.showConfirmDialog(). Drawing cards is now optional. Added some AI to this new decision. 2011-08-06 05:56:18 +00:00
jendave
24e133392d - Fixed the Glasses of Urza bug which occurs when trying to display the cards when the target player's hand is empty. 2011-08-06 05:56:13 +00:00
jendave
b945c24d67 * facedown cards in new GUI wont show card name nor it's casting cost
* bugfix array length
2011-08-06 05:56:08 +00:00
jendave
325e8c7986 Little changes to the Aragorn 2 deck. 2011-08-06 05:56:02 +00:00
jendave
6f7598448f Added drawback handling to spDestroyAll. 2011-08-06 05:55:56 +00:00
jendave
d6387ae9eb Fixed a couple bugs with calculating X in doDrawback. 2011-08-06 05:55:51 +00:00
jendave
9bfa17bfa4 - This may fix the error with the new SVars. 2011-08-06 05:55:46 +00:00
jendave
d78f9a5a56 - Added Aragorn 2 a WBRG Landfall deck.
- Added AntiBuffedBy to two more cards.
2011-08-06 05:55:41 +00:00
jendave
488776cdf3 - Undiscovered Paradise will now return to computer's hand when tapped for mana.
- Fixed a syntax error in card.java.
2011-08-06 05:55:33 +00:00
jendave
62f7a58673 Added SVar:BuffedBy, SVar:AntiBuffedBy and SVar:PlayMain1:TRUE
to some more cards.
2011-08-06 05:55:27 +00:00
jendave
b349f14ce5 - Added SVar AntiBuffedby to be used on permanents the human controls to make the AI play certain cards in Main1.
- Added AntiBuffedby SVar to Timid Drake.
2011-08-06 05:55:23 +00:00
jendave
c02500a787 - Updated the R2D2 3 deck
- Removed SVar:RemAIDeck:True from Hymn To Tourach.
2011-08-06 05:55:17 +00:00
jendave
2fa3b8421b Updated the following decks: Napoleon 3, Rogue 3 and Rocky 1-3. 2011-08-06 05:55:11 +00:00
jendave
222f2c773a Added Dragon Tyrant, Chaosphere, Dense Canopy and Seething Pathblazer. 2011-08-06 05:55:04 +00:00
jendave
006b5f2eaa Temporarily reverted code for reading the draft rarities from the draft folder. 2011-08-06 05:54:59 +00:00
jendave
6cf4daf60a - Added BuffedBy SVars to some Cards with the whenever keyword and the staticeffect keyword. 2011-08-06 05:54:54 +00:00
jendave
3bdaa07d0a - Made AI Landdrops in Main1 possible
- Added BuffedBy SVars to Vinelasher Kudzu and the Landfall cards that need it (not all do).
2011-08-06 05:54:50 +00:00
jendave
558f67866d Added BuffedBy SVars to the Cohorts and Blades. 2011-08-06 05:54:44 +00:00
jendave
7199958eb6 Added BuffedBy SVars to the Mimics, Hatchlings, Duos and Fable of Wolf and Owl. 2011-08-06 05:54:39 +00:00
jendave
d847dc194c - Added the options Card, Spell and Permanent to the BuffedBy SVar. 2011-08-06 05:54:34 +00:00
jendave
097bb2d517 - Added SVar Buffedby to be used on permanents which need other cards to be played in Main1.
- Added isValidCard to Cards.java.
- Changed getValidCard to use isValidCard to keep everything in one place.
2011-08-06 05:54:29 +00:00
jendave
f5689f4282 - Minor fix to card.getText() Madness for loop. 2011-08-06 05:54:23 +00:00
jendave
1659a70f0f - Updated Comic Book Guy 3, Egg omelet flambé and the deck listing. 2011-08-06 05:54:18 +00:00
jendave
fa2fa885c9 - Lined up the opponent deck listing and added Mr Slate 2 to the list. 2011-08-06 05:54:11 +00:00
jendave
274296ea47 Updated the decks Magnum 1-3. 2011-08-06 05:54:06 +00:00
jendave
4f0f0c262c - Added LQ pic url for Dark Offering. 2011-08-06 05:53:59 +00:00