Commit Graph

34929 Commits

Author SHA1 Message Date
Agetian
ee8ec490d7 - Corrected Wasitora, Nekoru Queen token name according to the preferred naming scheme. 2017-10-03 17:27:43 +00:00
Agetian
c1674b568a - RemAIDeck update: next iteration. 2017-10-03 16:12:47 +00:00
Agetian
2c7d75996e - Marked Phyrexian Unlife as having a non-stacking effect. 2017-10-03 15:02:31 +00:00
Agetian
579c08a9e8 - RemAIDeck update: next iteration (finishing the letter M). 2017-10-03 14:13:08 +00:00
Agetian
2ba6e616af - RemAIDeck update: Medicine Runner. 2017-10-03 13:56:18 +00:00
Agetian
5d32321aa2 - RemAIDeck update: next iteration.
- An option not to hold land drops if there are no permanents in play, so there's little reason and extra confusion.
- Some improvements to CountersRemoveAi and PhasesAi.
2017-10-03 13:53:34 +00:00
swordshine
ccd50fa98b - Updated Dueling Grounds 2017-10-03 13:14:56 +00:00
Agetian
69c9cb1244 - Improved AI for Mimic Vat. 2017-10-03 12:32:03 +00:00
Agetian
35e1fca22d - Fixed the Oracle name of Tishana's Wayfinder further. 2017-10-03 12:25:47 +00:00
Hanmac
039dfb63ea Buyback as ReplacementEffect
Soulfire Grand Master as Effects without Keyword
2017-10-03 11:17:07 +00:00
Indigo Dragon
cf53d03104 Renamed Tishana's "Wayfarer" 2017-10-03 11:09:21 +00:00
Agetian
d4e72f07f9 - RemAIDeck update: next iteration. 2017-10-03 11:09:10 +00:00
Agetian
08a6af547c - Fixed a logic error. 2017-10-03 09:59:35 +00:00
Agetian
dd8a526a30 - Fixed compile. 2017-10-03 09:17:34 +00:00
Agetian
298a6b48ad - A more conservative logic for chump blocking stuff equipped with Swords of X and Y. 2017-10-03 09:17:02 +00:00
Agetian
08d305ebfa - RemAIDeck update: next iteration. 2017-10-03 05:31:14 +00:00
Agetian
e4f0463299 - RemAIDeck update: next iteration. 2017-10-02 19:11:32 +00:00
Agetian
b586182160 - RemAIDeck update: next iteration. 2017-10-02 16:54:18 +00:00
Agetian
4051da7ee1 - Minor typo correction in a couple method names. 2017-10-02 14:11:07 +00:00
Agetian
1705cc21b4 - RemAIDeck update (Voltaic Key) 2017-10-02 14:06:58 +00:00
Hanmac
4a3e0b244c SpellAbility: add hasAdditonalAbility to be used in DelayedTrigger 2017-10-02 13:50:53 +00:00
Agetian
3855fa3568 - Relic Crush RemAIDeck status update. 2017-10-02 13:43:19 +00:00
Hanmac
70b0e7d6c0 Rebound: make it a ReplacementEffect as it should be
check for Fizzle in ReplaceMoved, so it only works when it resolved from Stack
2017-10-02 13:42:14 +00:00
Agetian
e40f3cb34d - RemAIDeck update: next iteration. 2017-10-02 13:40:54 +00:00
Agetian
434deb92f8 - AB -> DB in Vesuvan Doppelganger. 2017-10-02 13:39:47 +00:00
Agetian
d962905799 - Fixed Vesuvan Doppelganger not staying blue when cloning (note that .addColor doesn't work for some reason from CloneEffect, even though a similar call works in AF Animate; no other cards currently use this and require additional colors in DB Clone, but if some ever do, then this code will require an update). 2017-10-02 13:39:26 +00:00
Agetian
bb10ce78a0 - RemAIDeck update: next iteration. 2017-10-02 09:36:41 +00:00
Agetian
0670847700 - RemAIDeck update: next iteration 2017-10-02 08:43:45 +00:00
Agetian
c539acb823 - RemAIDeck update: next iteration (Scry with no drawback) 2017-10-02 07:40:36 +00:00
Agetian
f233c2683e - RemAIDeck update: next iteration 2017-10-02 07:30:41 +00:00
Agetian
e5a7f5844c - RemAIDeck update: next iteration 2017-10-02 06:53:14 +00:00
Agetian
db1839c402 - A less invasive Thought Lash hack for the AI. 2017-10-02 04:50:46 +00:00
Agetian
24b54a0937 - Removed an empty line. 2017-10-01 18:10:44 +00:00
Agetian
c3f7640c4d - A [hacky] fix to avoid the AI cheating with Thought Lash (otherwise it keeps exiling 1 card to it, no matter how many age counters are on it, essentially by "exiling" (not) the same card multiple times). A better solution is needed, feel free to improve. 2017-10-01 18:10:12 +00:00
Agetian
dab74b7bba - Documenting changes in CHANGES.txt. 2017-10-01 17:18:45 +00:00
Agetian
c0e9bb223e - RemAIDeck update: Everflowing Chalice 2017-10-01 17:05:40 +00:00
Agetian
0630658d4d - Massive RemAIDeck update, next iteration. 2017-10-01 16:56:59 +00:00
Agetian
3094850579 - Massive RemAIDeck revision - next iteration. 2017-10-01 15:41:28 +00:00
Agetian
7b29e2e603 - RepeatAi: Do not miss mandatory activations even if the repeat subability is set up in some kind of a substandard way (e.g. Sphinx's Tutelage) 2017-10-01 14:02:35 +00:00
Agetian
53784e154d - Dev mode: do not ask about summoning sickness for creatures with inherent Haste. 2017-10-01 13:40:15 +00:00
Agetian
20e3bbf288 - More RemAIDeck reevaluations. 2017-10-01 11:13:29 +00:00
Agetian
43d016c288 - Hunt for obscure RemAIDecks, part 3. 2017-10-01 10:26:49 +00:00
Agetian
320cc45fc8 - Hunt for obscure RemAIDecks, part 2. 2017-10-01 09:25:34 +00:00
Agetian
a1831ab338 - Hunt for obscure RemAIDecks: removing RemAIDeck in cards that are currently AI playable. Part 1. 2017-10-01 08:16:29 +00:00
Agetian
6f57f56d1d - Ixalan Oracle update: attacks/blocks each combat if able [please revise if possible, a bit of a many-sided modification]. 2017-10-01 07:22:26 +00:00
Agetian
41062dfc47 - Ixalan oracle update: Behemoth Sledge, Carpet of Flowers, Celestial Dawn, Conspiracy, Drafna's Restoration, Thran Turbine, Titanic Ultimatum. 2017-10-01 06:47:59 +00:00
Agetian
e6628d4569 - Use the new concat method. 2017-10-01 06:18:16 +00:00
Agetian
7c389dbf8e - Dev mode: Add Card to Battlefield allows to specify whether a creature should have summoning sickness or not, Repeat Last Add Card honors that choice. 2017-10-01 05:56:24 +00:00
Agetian
651f7cc7cd - PumpAi: if a pumped creature will not attack anyway (even with the pumped keywords), do not consider keyword pumps. Fixes the AI being trigger-happy with Glorifier of Dusk when it doesn't attack. 2017-10-01 04:51:07 +00:00
Agetian
bd70662314 - Implemented simple AI for Spires of Orazca. 2017-10-01 04:24:42 +00:00