Agetian
6902491797
- Added AI for Living Death. Marked Living Death as RemRandomDeck instead of RemAIDeck. AILogic$ LivingDeath can probably be used for other similar cards too, possibly with some adaptation.
2017-01-10 19:17:19 +00:00
Agetian
1eab1f0425
- Only run the layout code from removeCardPanel if the panel has no attached panels (fixes NPE).
2017-01-10 17:30:47 +00:00
Agetian
c1a1d7a210
- Clearing auto-yields between games (this gives the player more control as well as helps avoid issues with simultaneous ability/trigger ordering).
2017-01-10 17:02:03 +00:00
Agetian
a1b6ec6734
- Added AER Planeswalker deck exclusive cards print sheet.
2017-01-10 15:41:35 +00:00
Agetian
19326ccbdf
- Temporarily removing AER Planeswalker Decks sheet references from AER booster definition.
2017-01-10 15:18:47 +00:00
Agetian
f0e04dd86f
- Renamed Kaladesh Inventions to Masterpiece Series as it looks like it'll be a generic, continuously updated set of various block-based additional cards.
...
- Renamed KLD Inventions print sheets to Kaladesh Inventions to reflect its original name.
- Added AER Inventions to Masterpiece Series definition.
- Added info about AER booster composition to Aether Revolt edition definition.
- NOTE: we need a full set of card definitions and the AER Planeswalker Deck print sheets to be filled in to prevent the game from crashing when trying to generate a booster draft with the AER set.
2017-01-10 14:33:37 +00:00
Agetian
807afaffe6
- Removed experimental parameters from a script.
2017-01-10 11:34:25 +00:00
Agetian
0a70660ef9
- For now, set up a temporary measure to prevent the AI from abusing the bug with activating Qasali Ambusher from graveyard and possibly other zones for its "ambush" ability (e.g. noticeable when the AI plays Catwoman quest opponent)
...
- Unfortunately, couldn't find a way to fix this in the MayPlay code without breaking more things, please feel free to update the necessary code when/if possible. For the time being, marked this as a known issue in the card script and CHANGES.txt.
2017-01-10 11:33:42 +00:00
Agetian
0aea6e2df3
- Updated The Great and Powerful Trixie 3 to be Vintage-legal.
2017-01-10 07:05:41 +00:00
Agetian
3f8170d834
- AI shouldn't land Necro cards when already under 7 life or so since it tends to just kill itself with them.
2017-01-10 06:54:04 +00:00
Agetian
c7d6077e05
- One more calibration of The Great and Powerful Trixie 4 deck, turned it into a straight Necropotence Necro-Donate deck, which is the only kind that works reliably with the current AI, since it sucks with tutoring. I had to give it 4 Necropotence for reliability, which is not Vintage legal under current rules but that is compensated by absence of most of the tutors (e.g. 4 Intuition) that the current AI can't play reliably.
2017-01-10 06:47:05 +00:00
Hanmac
c8a3d7b421
Magmasaur: doing it as UnlessCost
2017-01-10 06:02:02 +00:00
Agetian
5c56eadfd1
- A better location for ControlGainAi fix.
2017-01-10 05:40:04 +00:00
Agetian
c3996d8d4a
- Fixed ControlGainAi logic with Defined.
2017-01-10 05:34:05 +00:00
Sol
489338b766
- Add Divergent Transformations and Manifold Insights
2017-01-10 03:05:54 +00:00
Sol
e3c4386473
- Add Improvise keyword handling first pass
2017-01-10 02:10:32 +00:00
Sol
042cacef26
- Banned/Restricted updates
...
- AER Blockdata
2017-01-10 00:16:20 +00:00
Hanmac
9b9e6af65e
cards: update removed wasDealtDamageBySourceThisTurn & wasDealtDamageBySourceThisGame
2017-01-09 20:24:34 +00:00
Hanmac
291d42d065
Player: refactor wasDealtDamageThisGameBy & wasDealtDamageThisTurnBy add wasDealtCombatDamageThisTurnBy
2017-01-09 20:23:32 +00:00
Hanmac
17691510ab
Player: extend TriggerLifeLost with FirstTime variable
2017-01-09 19:51:02 +00:00
Hanmac
ce968f9f15
Daredevil Dragster: updated code with Conditions
2017-01-09 18:30:01 +00:00
Agetian
7d9a3a217e
- Fixed booster generation for Masters Edition IV.
2017-01-09 18:28:58 +00:00
Hanmac
fa60ad78bc
cards: update cards with 'blocked this combat'
2017-01-09 18:28:28 +00:00
Hanmac
ecb1ce986e
Card: add blockedThisCombat from DamageHistory
2017-01-09 18:20:27 +00:00
Agetian
802a3c4336
- NPE prevention related to adding a card panel in desktop Forge (might happen if an aura attached to a permanent is swapped for something else an opponent controls).
2017-01-09 17:17:16 +00:00
Agetian
0553d6fb1e
- Calibrated the UB Necro-Donate Trix deck a little bit more.
2017-01-09 16:02:40 +00:00
Agetian
ba6abe08ef
- Fixed Baral's Expertise casting cost.
2017-01-09 14:30:27 +00:00
Agetian
48446c1936
- Updated The Great and Powerful Trixie 4 deck to UB Necro-Donate Trix flavor.
2017-01-09 13:27:22 +00:00
Agetian
3ae51102cc
- Update for the desktop Forge Targeting Overlay code: significantly improves performance of targeting overlay, gets rid of the serious and continuous CPU overload whenever targeting arrows are displayed (includes code contribution from nefigah).
2017-01-09 05:59:39 +00:00
Agetian
e9d81a93b9
- Moved Ugin, the Spirit Dragon hardcoded Planeswalker ability priority handling to SpecialCardAi.
2017-01-09 05:26:44 +00:00
Agetian
fbec2e2fb9
- Brought back the DB$ syntax in Implements.
2017-01-09 05:22:14 +00:00
Agetian
f5ab908143
- Corrected file names in upcoming.
2017-01-09 05:20:24 +00:00
Agetian
0efceaaf97
- Added AER cards by Marek14 (batches 8-11). For now, removed SacMe from Implements (not sure about a good enough number, 4 seemed too high for a card so easy to sac anyway).
2017-01-09 05:19:30 +00:00
Agetian
208ab6778b
- Ichor Wellspring update.
2017-01-09 05:16:34 +00:00
Agetian
52512967cb
- Oracle text updates.
2017-01-09 04:47:43 +00:00
Myrd
3488c9423f
[Simulated AI] Support multiple choices from an SA and plumb cost decision choices into simulation AI.
...
With these changes, both decisions for Crop Rotation (what to sac and what to search for) are taken into account. Also adds a test.
2017-01-09 03:56:47 +00:00
Myrd
ec825413ff
[Simulated AI] Print chosen card.
2017-01-09 01:35:20 +00:00
Myrd
fb1ec29141
Add a TODO to modes iterator in simulated AI.
2017-01-08 23:01:52 +00:00
Myrd
8ccb126dc5
Don't in GameSimulatorTest - since that isn't being tested.
2017-01-08 22:53:37 +00:00
Myrd
88634bb0a0
[Simulated AI] Add support for cards that need multiple targets.
...
Note: Currently, no special optimizations are made to try to prune decision trees for these, even though they definitely can result in a lot of choices and really slow simulation AI performance.
2017-01-08 21:02:24 +00:00
Hanmac
94a5c12604
cards: some fixes for upcoming
2017-01-08 19:52:49 +00:00
Agetian
917fa54b99
- Adding AER cards by Marek14 (batch 7), corrected Merchant's Dockhand.
2017-01-08 19:41:15 +00:00
Agetian
9e7ab5c04a
- Corrected Goblin Chieftain capitalization.
2017-01-08 19:40:49 +00:00
Hanmac
56a04abd0e
update cards using new MoveCounter logic, add Scrounging Bandar
2017-01-08 19:31:35 +00:00
Hanmac
8849c7d031
CounterMoveEffect: update Effect for cards using multiple Sources or multiple Targets
2017-01-08 19:26:11 +00:00
Agetian
afeee10a93
- Fixed Aethergeode Miner trigger desc.
2017-01-08 18:57:24 +00:00
Myrd
f5423fe16e
[Simulated AI] Add unit test coverage for mode selection.
2017-01-08 17:49:03 +00:00
Myrd
be5b5ac3d2
[Simulated AI] Add tests for mode choosing logic.
2017-01-08 17:42:57 +00:00
Agetian
409841a068
- Adding AER Planeswalker achievements.
2017-01-08 17:36:28 +00:00
Agetian
4ad1cc90d5
- For some reason CharmEffect could not match SAs in ChoiceRestriction mode (Demonic Pact). For now, checking by equality of description, please update if necessary.
2017-01-08 17:30:51 +00:00