Commit Graph

6674 Commits

Author SHA1 Message Date
austinio7116
94fa9ce1d2 Improved landbase generation for card-based deck generator 2017-05-17 10:49:30 +00:00
austinio7116
dde9f064ab Improvements and extensions to Card based random deck generator. Now randomly picks a second keycard to build the deck around too. Also I have now included all non-AI playable decks in the model (the AI still excludes the non-AI playables from the decks it builds). There are now 10x more decks in the model including the latest decks from pro tour AKH. The format of the .dat files has now changed - so these new dat files need to be redeployed if you are manually installing on Android. 2017-05-17 08:23:47 +00:00
Agetian
1bc868c0c9 - Added cleanup to Heart-Piercer Manticore. 2017-05-17 04:56:10 +00:00
Agetian
e00854ba1b - Fixed Heart-Piercer Manticore not using the sacrificed creature's LKI for the purpose of dealing damage. 2017-05-17 04:55:03 +00:00
Agetian
eab4232463 - Added AI Logic PayXButSaveMana to Depala, Pilot Exemplar. 2017-05-16 15:34:32 +00:00
Agetian
c9773eeca5 - Marked Restoration Angel with AILogic$ BounceOnce. 2017-05-16 06:14:27 +00:00
Agetian
968c4542b0 - Added IsCurse to Vendilion Clique. 2017-05-15 05:57:33 +00:00
Sol
d163bb4648 Add Shadow of the Grave 2017-05-14 21:01:38 +00:00
Hanmac
071f970636 fixed Reverent Mantra using correct Protection effect 2017-05-14 09:03:46 +00:00
Hanmac
7f08332631 cards: update Protection:Card.ChosenColor to use static ability instead of direct keyword 2017-05-14 08:44:38 +00:00
austinio7116
99c97775b4 Updated card-based deck generation model with Amonket standard decks from mtgdecks.net 2017-05-13 20:31:03 +00:00
Agetian
f0802aa431 - Added a special AI Logic "BounceOnce" to ChangeZone AI to be able to mark permanents that exile another target permanent and then return it under its owner's control so that they are not bounced infinitely by the AI back and forth, creating an endless loop (e.g. Felidar Guardian bouncing another Felidar Guardian).
- Added AILogic$ BounceOnce to Felidar Guardian (some other cards may need to be marked with this logic).
- Added simple support for Saheeli Rai + Felidar Guardian "copycat" combo AI.
2017-05-13 17:07:10 +00:00
Agetian
5f4f2cee5e - Somewhat better AILogic for Chandra, Torch of Defiance. 2017-05-13 11:18:32 +00:00
Agetian
a235696e2e - Added AILogic params to Chandra, Torch of Defiance. 2017-05-13 11:10:07 +00:00
Hanmac
656dbecd62 cards: fixed References by Tibalt 2017-05-13 10:47:38 +00:00
Agetian
f578fe4636 - A little bit more permissive AIPreference for Westvale Abbey. 2017-05-12 11:13:35 +00:00
Agetian
d9b5b0b638 - Added basic AIPreference:SacCost to Westvale Abbey. 2017-05-12 11:08:33 +00:00
austinio7116
c6e8e2b149 Updatin CHANGES.txt with descriptions of new deck building and custom quest world features 2017-05-12 10:05:01 +00:00
austinio7116
7330c5b54a Improved sideboard generation in card-based decks 2017-05-12 09:55:38 +00:00
austinio7116
4aa9408000 Improved handling of color selection for deckbuilding and land selection in card-based random decks - including fixing a few bugs with dual land detection regexs 2017-05-11 23:58:47 +00:00
austinio7116
a4d15b6b86 Fixed state loading issue where null DeckProxy edition prevents loading of saved state. 2017-05-11 22:39:12 +00:00
austinio7116
cdfb3b5766 Added card-based random deck generation for constructed and gauntlet play - see forum post for full details: https://www.slightlymagic.net/forum/viewtopic.php?f=52&t=20552&p=213010#p213010
Enabled custom quest worlds to be added to the user's preferences folder to avoid overwriting on upgrade
Improved fringe case handling of dual lands in AI limited deckbuilding
2017-05-11 21:13:16 +00:00
Agetian
1cf3d9c975 - Added code support for Optional$ True in DB RemoveCounter. Fixed Shed Weakness not being optional. 2017-05-11 04:51:06 +00:00
Agetian
d1f930fca2 - Fixed Benefactor's Draught. 2017-05-11 04:34:23 +00:00
Agetian
8f06aba64c - Fixed paths in updated tools. 2017-05-10 06:54:13 +00:00
Agetian
ec2e8cf59e - Updated some mtgdecks.net conversion tools. 2017-05-10 06:52:41 +00:00
Hanmac
3d13599103 ConquestUtil: some changes with Set/List/Map Types 2017-05-10 06:36:35 +00:00
Hanmac
d26c569475 cards: update more with Prevent all (combat) damage 2017-05-10 04:56:21 +00:00
Agetian
cd3945b960 - Gideon of the Trials: KW$ HIDDEN Prevent... -> KW$ Prevent... 2017-05-10 04:51:00 +00:00
Hanmac
cae792a728 cards: fixed some 'Prevent all combat damage' cards 2017-05-10 04:44:21 +00:00
Hanmac
63e939ce31 cards: fixed some 'Prevent all damage' cards 2017-05-10 04:35:50 +00:00
Agetian
5da86ac0be - Added a couple missing commanders to a couple Ravnica events in Planar Conquest. 2017-05-09 17:45:48 +00:00
Agetian
9638f94815 - In Planar Conquest, choosing "Noncreature Permanent" as the Aether filter should not give you Artifact Creatures. 2017-05-09 06:27:19 +00:00
Agetian
0f4811ed71 - A couple fixes and improvements to Planar Conquest mode: the Commander card now goes into your main deck for non-EDH matches (e.g. Vanguard, standard Magic etc.); it's now possible to pay mana manually from the pool (was previously impossible due to the fact that the GUI player name was rigged in a hacky way, which caused the code to misbehave - thanks to nefigah for finding and debugging this). 2017-05-09 05:56:04 +00:00
Sol
546b9ac214 Some more fixes for Puzzle mode 2017-05-09 02:04:08 +00:00
Agetian
dcd08f0954 - Added proper mana base to the Naya Power 5+ event in the Alara plane of Planar Conquest. 2017-05-08 16:10:26 +00:00
Agetian
bba1910f05 - Minor Oracle fix in Trial of Ambition. 2017-05-08 09:11:30 +00:00
Agetian
81964bddb4 - Added a NeedsToPlay AI parameter to Trial of Ambition. 2017-05-08 08:42:02 +00:00
Myrd
cfe2a7e98d Quitting a gauntlet match should abandon it (when not
using the "quit and save" option after a win). With this
change, you can now properly edit your deck between
gauntlet tries and have the effect be reflected in the
next gauntlet.
2017-05-07 19:36:14 +00:00
Agetian
d6f64d2556 - Gideon's Resolve text fix. 2017-05-07 16:18:07 +00:00
Agetian
3cb8b5b361 - Minor mistype in Lightning Coils. 2017-05-07 16:05:24 +00:00
Agetian
0efbf7aa56 - A little tweak to the previous commit. 2017-05-07 13:10:42 +00:00
Agetian
1bb3059df7 - Added basic AIPreference:SacCost for Tinker. 2017-05-07 13:02:52 +00:00
Agetian
852b79be9d - Fixed Metalworker (especially when indirectly activated e.g. via Necrotic Ooze). 2017-05-07 10:57:15 +00:00
Krazy
ce31dc51a3 Clear 2017-05-06 17:19:10 +00:00
Blacksmith
23c1f08d7e [maven-release-plugin] prepare for next development iteration 2017-05-06 16:34:15 +00:00
Blacksmith
e271742b11 [maven-release-plugin] prepare release forge-1.5.62 2017-05-06 16:34:06 +00:00
Blacksmith
ab7d33af9b Update README.txt for release 2017-05-06 16:23:20 +00:00
Blacksmith
fcd6bb2857 Testing Blacksmith Commit Command Part 2 2017-05-06 16:20:33 +00:00
Blacksmith
cdda0054e7 Testing Blacksmith Commit Command 2017-05-06 16:16:14 +00:00