Commit Graph

6674 Commits

Author SHA1 Message Date
Agetian
aab28fd3fd - [XLN] Fixed ability description for Captain Lannery Storm. 2017-09-18 17:03:41 +00:00
Agetian
44a2f1880d - Some improvements to the "protect planeswalkers with weak chumps" logic. Enabling it in a conservative version by default.
- Several additional experimental toggles for ChangeZoneAllAi, will be used to fine-tune "bounce all" type spells in generic cases.
2017-09-18 15:26:15 +00:00
Agetian
2e3617ad1c - Storm Seeker: added a missing SVar reference. 2017-09-18 12:51:51 +00:00
Agetian
3d8a85a145 - A tweak to Skyshroud War Beast NeedsToPlay (may still not work reliably in multiplayer, depending on who the AI chooses; ideally could use its own AI logic or something). 2017-09-18 12:20:54 +00:00
Agetian
77c1875b6b - [XLN] Fixed River Herald's Boon mana cost. 2017-09-18 09:29:45 +00:00
Agetian
4388a84787 - Gaze of Adamaro: marked as AI-playable. 2017-09-18 06:30:32 +00:00
Agetian
0d3a9c8b16 - Some logic for cards like Sudden Impact that deal damage to the player by the number of cards in his hand. 2017-09-18 06:19:50 +00:00
Agetian
4569bca39d - ChangeZoneAllAi: for things that return creatures from the battlefield to wherever en masse (e.g. Evacuation), cast is as a last resort if the opponent is about to deal lethal damage and win.
- Skyshroud War Beast: added NoZeroToughnessAI param.
2017-09-18 04:35:14 +00:00
Agetian
c401a609a4 - Survival of the Fittest, Treasure Trove: added an AI cast preference parameter to avoid having a duplicate on the battlefield.
- Expanded AI cast preferences to potentially support cards the duplicate for which can be cast in case the opponent debuffed the original (currently not used by any cards, looking for good candidates).
2017-09-18 04:15:41 +00:00
Agetian
82f6f7d4d5 - [XLN] Assorted fixes. 2017-09-18 03:32:26 +00:00
Agetian
97f68a8247 - Removed a hard limit on playing Survival on the Fittest (needs a better solution, currently too restrictive and the AI will not cast another SotF even if the first one becomes locked in some way on board, e.g. Imprisoned on the Moon). 2017-09-17 20:06:21 +00:00
Agetian
ebd3c33051 - Added some simple SVar-based prediction of Reanimator decks, currently used by the Survival of the Fittest AI code.
- Added a worlds.txt entry for Kamigawa quest world.
2017-09-17 19:50:03 +00:00
Agetian
00cec4faa0 - Documenting changes in CHANGES.txt. 2017-09-17 18:42:25 +00:00
Agetian
690fa7bf78 - Added Kamigawa quest world by daitokujibiko. 2017-09-17 18:40:19 +00:00
Agetian
ace6474157 - Survival of the Fittest: no point in casting the second copy while the first one is active and in play. 2017-09-17 18:33:03 +00:00
Agetian
974a017044 - [Request] Improved AI logic for Spike Weaver. 2017-09-17 18:23:34 +00:00
Indigo Dragon
89917d4f75 Added CostDesc$ {5}{R}{R}{R} to mizzixs_mastery.txt
Removed some double spaces "  " for the rest.
2017-09-17 16:05:18 +00:00
Agetian
f651364e00 - [XLN] A couple fixes. 2017-09-17 12:35:52 +00:00
Agetian
befd16238b - Arcane Adaptation: should not affect Sideboard. 2017-09-17 08:16:11 +00:00
Agetian
cede2927c5 - Made the new experimental AI option chance-based (currently disabled by default). 2017-09-17 08:07:56 +00:00
Agetian
e9c55345b8 - Fixed Heartless Pillage.
- Fixed some non-UTF-8 symbols in scripts.
2017-09-17 07:45:21 +00:00
Agetian
8c7dc08844 - Added an experimental option to hold unused land drops until main 2 (disabled by default). 2017-09-17 06:22:30 +00:00
Agetian
3ae20885c4 - Removed and defaulted the experimental AI option to avoid counting static attack bonus effects in declare blockers twice. 2017-09-17 04:47:27 +00:00
Agetian
e02e2c462b - Added Menace to non-stacking keywords list (fixes multiple AI activations). 2017-09-17 04:07:50 +00:00
Agetian
30a1ea7a4f - [XLN] Some fixes. 2017-09-17 03:56:45 +00:00
austinio7116
51a2383574 Fixed fathom fleet cutthroat typo 2017-09-16 20:39:18 +00:00
Agetian
f2d88796ed - A somewhat better timing for Thundering Wurm for the AI. 2017-09-16 15:55:34 +00:00
Agetian
1659ca88ca - Added AI logic for Mox Diamond. 2017-09-16 15:48:16 +00:00
Agetian
a60c6af30e - [XLN] Fixed Gishath, Sun's Avatar and Ranging Raptors. 2017-09-16 14:32:43 +00:00
Agetian
91e7cd6576 - [XLN] A couple fixes. 2017-09-16 11:46:51 +00:00
Agetian
d717a68445 - Documenting changes in CHANGES.txt. 2017-09-16 11:40:24 +00:00
Agetian
f5db79ce69 - Added a patch to the Starter world by Seravy. 2017-09-16 10:25:06 +00:00
Agetian
c6bae2116a - Added an extra mode to DamageDone trigger (OnlyOnce$ True) that tries to count the damage only once. Currently will do it in combat, but will not yet do it for noncombat simultaneous damage like Aura Barbs (feel free to improve).
- Effectively this replaces the double trigger setup for Enrage and other cards that require such a count (e.g. Fungusaur and friends).
2017-09-16 10:17:14 +00:00
austinio7116
19a6236fa9 Readding card based deck gen .dat files post rotation 2017-09-16 06:21:15 +00:00
austinio7116
115dbc8b12 Trying to update card based deck generation dat files 2017-09-16 06:17:23 +00:00
Agetian
03084c3ce3 - Moving IMA rankings before XLN rankings in order to maintain the historical order of sets that the file is arranged in. 2017-09-16 05:48:52 +00:00
Agetian
0260afa068 - Changed underscores to spaces in Ixalan draft rankings (hopefully it wasn't intentional that way?...) 2017-09-16 05:47:15 +00:00
Agetian
2f9044f53f - Added a missing reference. 2017-09-16 05:18:12 +00:00
Agetian
f195e85fb8 - Improved the cleanup for Siren's Ruse. 2017-09-16 05:17:57 +00:00
Agetian
65065343f9 - [XLN] Added Siren's Ruse. 2017-09-16 05:14:46 +00:00
Agetian
50c8014977 - Hostage Taker: added Artifact.Other to ChangeZone targeting constraints. 2017-09-16 04:21:18 +00:00
Agetian
911d0a4fae - Vance's Blasting Cannons: the trigger is optional 2017-09-16 04:18:40 +00:00
Agetian
d1bb81e404 - Arcane Adaptation: set it to affect Sideboard too for situations with cards you own outside the game (http://magicjudge.tumblr.com/post/165378548299/the-locust-god-official) 2017-09-16 04:17:06 +00:00
Sol
76526a0b2d No need for duplicating creature types 2017-09-16 03:19:33 +00:00
Sol
a9020d92ca Updated XLN for Blocks and Formats 2017-09-16 01:35:14 +00:00
Sol
74be6e6c14 Adding remaining XLN cards from Marek (P-Z) 2017-09-16 01:33:44 +00:00
Sol
f203168542 Adding remaining XLN cards from Marek (A-O) 2017-09-16 01:33:01 +00:00
Sol
3c03f5fd71 Adding Trilobite type 2017-09-16 01:30:17 +00:00
Sol
8cfc9d7793 Fixing Ixalan editions file 2017-09-16 00:17:48 +00:00
austinio7116
8f7cbeb4ab First draftsim rankings added for XLN 2017-09-15 20:32:46 +00:00