Oleg Agafonov
437861ec20
Improved and fixed X mana cost and pays, mana pool:
...
* Pay X abilities - fixed that it spends all available mana pool instead only needed;
* Pay X abilities - added support of interactions with other X effects like Rosheen Meanderer's mana usage for "pay X to prevent";
* Rosheen Meanderer - fixed that it can't use mana for "you may pay X" like Flameblast Dragon's effect (#5206 );
* Devs: added support to use VariableManaCost to pay X in code (without generic's workaround, use ManaUtil.createManaCost to generate cost to pay);
2019-06-20 21:18:01 +04:00
Oleg Agafonov
cc54a92daa
* Kicker - added support of X and mana cost interactions like Rosheen Meanderer + Verdeloth the Ancient combo ( #3538 );
...
* Rosheen Meanderer - fixed that mana can be payed for mana cost with X instead any cost with X (#3538 );
2019-06-18 11:28:41 +04:00
Oleg Agafonov
92517cc371
Merge fix
2019-06-17 15:29:58 +04:00
Oleg Agafonov
fe28c9c7d9
* Flashback ability -- added support of additional cost like flashback with kicker combo ( #5389 );
2019-06-17 15:03:37 +04:00
Oleg Agafonov
e39dc1124b
Fixed NPE errors
2019-06-17 12:23:10 +04:00
Oleg Agafonov
dc7ccc6c4e
* Buyback ability - fixed that it doesn't work after rollbacks ( #5835 , #5836 );
2019-06-16 22:08:32 +04:00
Oleg Agafonov
75e5ad3d7b
* Commander: fixed that spells with dynamic/X targets doesn't work from command zone ( #5852 );
2019-06-14 21:50:36 +04:00
Oleg Agafonov
1d7cac3059
* Oathbreaker: fixed that signature spell can moves to graveyard instead forced move to command zone ( #5819 );
2019-06-14 21:20:16 +04:00
Evan Kranzler
0636d470e2
fixed Splice onto Instant or Sorcery causing rollbacks, still need to fix it not working ( #5830 )
2019-06-07 22:08:41 -04:00
Oleg Agafonov
1c41f6418d
* Overload - fixed that some cards was able to cast overload price as instant instead sorcery (Winds of Abandon, Mind Rake, Scale Up);
2019-06-07 16:56:51 +04:00
Oleg Agafonov
ecdc47ad68
* Scale Up - fixed that creatures doesn't lose types after overload pay;
2019-06-07 16:56:06 +04:00
Oleg Agafonov
1895a33966
[MH1] fixed Scale Up that it removes abilities;
2019-06-07 16:31:51 +04:00
Oleg Agafonov
0e2cfb7def
Fixed tests with multiple X values
2019-06-06 21:07:51 +04:00
Oleg Agafonov
12fc854777
[MH1] added Unbound Flourishing
2019-06-06 16:52:06 +04:00
Evan Kranzler
7130b5acd4
Implemented Watcher for Tomorrow
2019-06-01 19:43:39 -04:00
Oleg Agafonov
a9329c130d
Oathbreaker: added support of 2 partners with 2 spells, improved signature spell hint and checks;
2019-05-29 03:03:17 +04:00
Evan Kranzler
a18c3e1d88
Implemented Kaya's Guile
2019-05-27 21:00:15 -04:00
Oleg Agafonov
913ee65f36
Cards compatibility with oathbreaker format;
2019-05-27 17:21:17 +04:00
Oleg Agafonov
07cf5201ba
* Added new game mode: Oathbreaker ( #5678 );
2019-05-27 16:17:15 +04:00
Evan Kranzler
bf528dfc59
Implemented Splicer's Skill
2019-05-26 17:18:18 -04:00
Evan Kranzler
b5f96cacc9
Implemented Fists of Flame
2019-05-25 10:00:15 -04:00
Oleg Agafonov
97c8622311
Commander: improved lands compatibility with cost modification and restriction effects;
2019-05-23 14:57:26 +04:00
Oleg Agafonov
42ed14df52
* Commander: added support of lands as commander ( #5795 );
2019-05-23 12:40:45 +04:00
Gunnar Már Óttarsson
9f8c969f29
Fixed typo in cant attack unless you pay mana hover tooltip.
...
also minor code comment fix
2019-05-16 15:04:57 +00:00
Oleg Agafonov
1dcdff58d2
Fixed html visible title in choose cards dialog;
2019-05-14 15:36:33 +04:00
Oleg Agafonov
06c9d7941c
* Ascend ability - added card hint with permanents count;
2019-05-14 15:03:25 +04:00
Oleg Agafonov
28924c1cb7
* Commander - fixed that instant/sourcery/enchantment don't work from command zone ( #5795 );
2019-05-13 16:07:29 +04:00
Oleg Agafonov
8448afc709
Test framework: added commander games support (quick start button, "commander" command to put card as commander);
2019-05-13 13:20:41 +04:00
LevelX2
060766bb0a
* Updated UntapAllDuringEachOtherPlayersUntapStepEffect to also work correct with EndTurn effects played last turn.
2019-05-08 17:36:31 +02:00
Oleg Agafonov
3ff871c6de
* Proliferate - fixed that it highlights all permanents instead with counters only;
2019-05-02 17:25:46 +04:00
Oleg Agafonov
14274d8eaf
* Threshold abilities - fixed that restriction part of ability is not apply in some cards ( #5738 );
2019-05-01 20:55:21 +04:00
Oleg Agafonov
0aeab75552
Added ConditionalCostModificationEffect to support cost modification effects with conditions ( #5738 )
2019-05-01 19:53:54 +04:00
LevelX2
53341c5519
[ICE] Added Fylgja
2019-05-01 17:12:24 +02:00
Oleg Agafonov
367a1fd189
Added ConditionalPreventionEffect to support prevention effects with conditions ( #5738 )
2019-05-01 12:49:19 +04:00
Oleg Agafonov
07faf872ea
Fixed that some cards doesn't trigger counter remove events;
2019-04-30 18:50:03 +04:00
Oleg Agafonov
f7622d3c4a
* Awakening of Vitu-Ghazi - fixed that it creates non legendary tokens
2019-04-30 14:40:19 +04:00
Jeff
7a35a76248
- The Adapt effect now works correctly when the permanent is blinked.
2019-04-29 14:18:44 -05:00
Oleg Agafonov
9ef2e0bda7
* No more continuous effects stay on battlefield after player leave the game;
...
Test framework: added real time check for player in game or not;
2019-04-28 19:32:25 +04:00
Oleg Agafonov
534037e095
* Until end of your turn - fixed that effects discarded too early in multiplayer games ( #5759 , #5676 );
...
Tests: added dozen tests for end of turn effects and related cards.
2019-04-28 11:27:08 +04:00
Jeff
d8a928051a
- ReturnFromGraveyardToHandTargetEffect() will now check to verify the target card is still in the graveyard.
2019-04-25 15:22:08 -05:00
Antoni Gierczak
e885bd0e02
Refactor Ugin's Conjurant, Protean Hydra with a new ability. Fixed Ashiok, Dream Renderer ( #5737 )
...
* Refactor Ugin's Conjurant, Protean Hydra with a new ability
* pushing bugfix for Ashiok, Dream Renderer not milling correctly.
2019-04-23 17:12:20 -05:00
Oleg Agafonov
0ef003a4a7
Fixed Awakening of Vitu-Ghazi that it doesn't change the name of the land it is cast on
2019-04-23 17:58:34 +04:00
Oleg Agafonov
081ac7ca3c
Fixed Single Combat that it does not prevent cast on next turn;
2019-04-23 16:05:34 +04:00
Oleg Agafonov
33af8939af
* Copy effects - fixed that it copy current P/T values (e.g. after effects applied) instead printed/selected values;
2019-04-23 12:03:16 +04:00
Oleg Agafonov
7b7c80c80a
[WAR] added God-Eternal Kefnet
2019-04-23 01:02:58 +04:00
Oleg Agafonov
4c899a25bd
Test framework: added real time card type check ( #4936 );
2019-04-22 19:42:25 +04:00
Ian Kahn
ab2995d569
Fix log text with ProliferateEffect
...
Previously the number of counters would increase: (e.g. "Foo had 1 +1/+1 counter added. Bar had 2 +1/+1 counters added. ...3...")
2019-04-21 13:47:56 -04:00
Oleg Agafonov
73f7855e4d
Fixed that amass don't create token is opponent have it;
2019-04-20 20:15:21 +04:00
Evan Kranzler
7cea71d6f2
Merge branch 'master' into master
2019-04-20 08:52:33 -04:00
antonig@sas.upenn.edu
fcf3fb672b
implemented and tested Finale of Devastation.
2019-04-19 02:42:30 -04:00