Commit Graph

8754 Commits

Author SHA1 Message Date
moomarc
9644a4854e Small fix for Ancient Ooze and made it so that AI won't cast it until it would have at least 4 P/T 2012-07-10 09:50:56 +00:00
moomarc
1a95207158 Added Ancient Ooze 2012-07-10 09:35:35 +00:00
moomarc
93a903b827 convert Q equipment to new Equip keyword (converted Quietus Spike to script) 2012-07-09 16:54:09 +00:00
Sloth
9cfcfaf2c2 - Fixed AI for Torture. 2012-07-09 16:26:46 +00:00
ArsenalNut
d227c8d2a6 convert G-M equipment to new Equip keyword. added check to attach ability macro to prevent Equip if artifact is creature. 2012-07-09 15:02:26 +00:00
Sloth
d20a089282 - Quick fix for Aegis Angel AI. 2012-07-09 11:37:42 +00:00
moomarc
6a17abbfed Removed keyword "Damage that would reduce your life total to less than 7 reduces it to 7 instead." 2012-07-09 07:34:14 +00:00
mcrawford620
d61f257b56 - Some fixes for AI Booster Deck 2012-07-09 05:51:47 +00:00
ArsenalNut
03d3bf5528 added support for Equip as a keyword. 2012-07-09 02:33:10 +00:00
moomarc
43f014ea6a Added Elderscale Wurm (M13) 2012-07-08 18:26:02 +00:00
ArsenalNut
b199e9146d cleaned up used imports in Clone AF 2012-07-08 17:13:21 +00:00
ArsenalNut
b5139bc8ff added support for copied Auras. added Copy Enchantment. 2012-07-08 15:22:40 +00:00
Sloth
635ba07b6b - Started to add some content to chooseCardCanPlayAI. 2012-07-08 13:19:50 +00:00
Sloth
a55772716b - Cleanup in CombatUtil. 2012-07-08 08:37:47 +00:00
Sloth
fc3339f1fa - Fixed multiple instances of Exalted on a single card not working. 2012-07-08 08:33:36 +00:00
mcrawford620
98fa689c66 - Refactor Booster Deck building to separate class.
- SVar for creatures that are sacrificed at end of combat.
2012-07-08 05:21:45 +00:00
ArsenalNut
0af594d4a2 added Petrification counter. adding eight M13 cards 2012-07-08 00:04:51 +00:00
ArsenalNut
92b1d34e28 fixed issue with TargetedPlayerCtrl in filterListByType 2012-07-07 14:30:10 +00:00
Sloth
6c35407e08 - Little improvement in tapPrefTargeting.
- Fixed types of Sai of the Shinobi.
2012-07-07 13:49:01 +00:00
ArsenalNut
9e1f434fd3 fixed issue with clones of tokens leaving battlefield 2012-07-07 06:35:07 +00:00
mcrawford620
150f24b375 - Updated AI in BoosterDraftAI 2012-07-06 23:20:02 +00:00
Sloth
fd815cd6e6 - Fixed AI for Tribute to the Wild. 2012-07-06 06:21:57 +00:00
Sol
03f1f0ab92 - Quest Tokens that start the game in play now don't flush summoning sickness until their controller's second turn 2012-07-06 02:14:49 +00:00
moomarc
caad9af21d - Added Cataclysm
- Cleaned up Divine Reckoning
- Added an optional parameter "ChoiceTitle" to ChooseCard to allow more descriptive title prompts for the choice dialogue box.
2012-07-05 16:05:58 +00:00
moomarc
5973ee9e8d Added Draco
UnlessCost can parse arbitrary svar names instead of just X.
2012-07-05 13:57:33 +00:00
ArsenalNut
94bdb246f2 fixed issue with Apocalypse Hydra X cost flag 2012-07-05 12:47:31 +00:00
Sol
1fd7c7cc6a -Fantasy Quest Checkbox can now be unchecked 2012-07-05 12:23:17 +00:00
Sloth
359a329222 - AI improvements in AF Tap. 2012-07-05 11:26:22 +00:00
Sloth
6c76d7117e - Added a little check to shouldCastLessThanMax. 2012-07-05 10:27:39 +00:00
Sloth
457559b821 - Fixed canPay in CostRemoveCounter. 2012-07-05 10:23:16 +00:00
ArsenalNut
18481cd366 reintegrating CloneFix branch into Trunk 2012-07-05 06:59:28 +00:00
mcrawford620
898697a212 - Better AI for fetching cards. 2012-07-05 05:45:01 +00:00
ArsenalNut
638d768b04 merged r16054-r16079 from the Trunk into CloneFix branch 2012-07-05 05:15:20 +00:00
ArsenalNut
fb641fd7be change Clone AF stack description method 2012-07-05 04:53:17 +00:00
ArsenalNut
59e348b0cd add a flip status to Card class to support proper handling of flipped status for clones and copies. 2012-07-05 04:16:52 +00:00
ArsenalNut
daf2c3e4e3 added a copy method to CardCharacteristics class that makes a deep copy of another instance of CardCharacteristics 2012-07-05 04:15:25 +00:00
Chris
a63e60d07c - Removed a few unused imports. 2012-07-04 22:18:53 +00:00
Sloth
d053e86edd - Improved pumpAllCanPlayAI (the AI wouldn't cast Trumpet Blast for example). 2012-07-04 15:23:01 +00:00
Sloth
9b02c36a17 - The AI will now always attack with Erg Raiders. 2012-07-04 14:51:24 +00:00
Chris
44b928396a - CheckStyle. 2012-07-04 14:22:53 +00:00
Sloth
793eef3b7e - Fixed AI of Gift of Estates. 2012-07-04 14:18:17 +00:00
ArsenalNut
4ff3162551 converted Body Double to script 2012-07-04 07:28:05 +00:00
mcrawford620
ffedbedc15 - AI fix for Tap abilities that target multiple cards. 2012-07-03 22:23:49 +00:00
ArsenalNut
2f3997931a reverting to Trunk version of Animate AF 2012-07-03 04:59:47 +00:00
ArsenalNut
834897973c merged r16032-r16054 from the Trunk into CloneFix branch 2012-07-03 04:11:17 +00:00
ArsenalNut
1aab27207c added support for TriggeredCardLKICopy 2012-07-03 03:04:25 +00:00
ArsenalNut
348805c2e0 more fixes some issues with overwriting SVars and cloning clones 2012-07-01 20:04:38 +00:00
Sloth
c20bb3d35a - Fixed Fanning the Flames and Spell Burst. 2012-07-01 11:47:29 +00:00
Sloth
927d4fc663 - Improved AI choosing lands to play. 2012-07-01 10:33:54 +00:00
Sloth
7f06f3eb20 - Little AI fix in isUsefulCurseKeyword. 2012-07-01 09:22:44 +00:00