Evan Kranzler
bef6cb2421
updated M21 spoiler and reprints
2020-06-12 07:58:18 -04:00
Evan Kranzler
63851b73a1
Updated commander zone change rules (ready for review) ( #6620 )
...
* updated commander zone change rules
* moved commander tracking into game state
* fixed a zone change error
* fixed some more tests for new commander rule
* updated variable names
* updated a test name
2020-06-12 07:42:36 -04:00
Oleg Agafonov
8902fb1002
Added and fixed tests for Meddling Mage from #6570
2020-06-12 10:15:55 +04:00
Evan Kranzler
9ebdad04ab
Implemented Conclave Mentor
2020-06-11 21:24:30 -04:00
Evan Kranzler
d05851a6f4
Implemented Stormwing Entity
2020-06-11 21:19:15 -04:00
Evan Kranzler
ca6c6dc8fa
Implementred Fiery Emancipation
2020-06-11 21:01:52 -04:00
Evan Kranzler
0eaaee0764
Implemented Liliana's Devotee
2020-06-11 20:09:47 -04:00
Evan Kranzler
2fd2d170b8
Implemented Liliana's Steward
2020-06-11 19:57:24 -04:00
Evan Kranzler
7fb4e638b7
Implemented Wildwood Scourge
2020-06-11 19:52:45 -04:00
Evan Kranzler
023b003216
Implemented Trufflesnout
2020-06-11 19:48:27 -04:00
Evan Kranzler
f7173459b9
Implemented Volcanic Salvo
2020-06-11 19:45:29 -04:00
Evan Kranzler
a383bffc9b
Implemented Thieves' Guild Enforcer
2020-06-11 19:34:54 -04:00
Evan Kranzler
1141a4685d
Implemented Tempered Veteran
2020-06-11 19:19:49 -04:00
Evan Kranzler
6b881bca03
Implemented Rambunctious Mutt
2020-06-11 19:06:07 -04:00
Evan Kranzler
feefd0ae5f
Implemented Miscast
2020-06-11 19:00:22 -04:00
Evan Kranzler
578f481a36
Implemented Lofty Denial
2020-06-11 19:00:22 -04:00
Evan Kranzler
0e63be9231
Implemented Garruk's Gorehorn
2020-06-11 19:00:22 -04:00
Evan Kranzler
68d99aaf1d
Implemented Dire Fleet Warmonger
2020-06-11 19:00:21 -04:00
John
717b3da6f9
swap green and white in color order choices. ( #6630 )
2020-06-11 18:59:54 -04:00
Evan Kranzler
eaa5fed464
updated M21 spoiler and reprints
2020-06-11 18:39:08 -04:00
htrajan
6fa21415fe
Implement Basri cards ( #6622 )
...
* Implement Basri Ket
* Implement Basri's Lieutenant
2020-06-11 18:36:52 -04:00
18ths
e68a20c5fb
fixed and refactored balance effect ( #6595 )
...
* fixed and refactored balance effect
* inversed logic in balance effect - now players choose cards to keep instead to sacrifice/discard
2020-06-12 01:19:45 +04:00
Oleg Agafonov
642cdea2f8
Added single cards support in constructed format (like historic, see #6626 );
2020-06-12 00:18:40 +04:00
Evan Kranzler
c592542ff6
a few more mill changes
2020-06-11 08:20:33 -04:00
Evan Kranzler
36b31d097e
reinstated new mill wording
2020-06-10 22:38:59 -04:00
Evan Kranzler
0dddfe3989
Implemented Heartfire Immolator
2020-06-10 20:43:57 -04:00
Evan Kranzler
eab57783ed
Implemented Warden of the Woods
2020-06-10 20:38:43 -04:00
Evan Kranzler
7cf52ce136
Implemented Pursued Whale
2020-06-10 20:21:03 -04:00
Evan Kranzler
686d6e1777
Implemented Igneous Cur
2020-06-10 19:50:12 -04:00
Evan Kranzler
6414b02995
Implemented Alpine Watchdog
2020-06-10 19:48:41 -04:00
Evan Kranzler
dbb860d14f
Implemented Valorous Steed
2020-06-10 19:45:07 -04:00
Evan Kranzler
ab2d9d5b1a
Implemented Hellkite Punisher
2020-06-10 19:37:20 -04:00
Evan Kranzler
d151c07241
updated M21 spoiler and reprints
2020-06-10 19:34:11 -04:00
LevelX2
94c8b7a558
* Some comment formatting.
2020-06-10 22:37:47 +02:00
LevelX2
1e36b39434
- Reworked SourceOnBattlefieldControlUnchangedCondition checking now the LOST_CONTROL event which solves the problem with the old code to not be able to detect all controller changes of layered changeController effects when applied later.
...
- Simplified and fixed some problems of the handling of the "Until end of your next turn" duration.
- Fixed that some continous effects changed controller but shouldn't dependant from their duration type. Controller chnage will now done duration type dependant.
(that change fixes #6581 in a more general way undoing the effect specific changes of 2e8ece1dbd
).
2020-06-10 22:28:23 +02:00
LevelX2
25802dc105
* Updated some failing tests with old text after fix of 5a17b9665e
.
2020-06-10 22:08:51 +02:00
LevelX2
1ef8aeb7ba
* Biomancer's Familiar - Fixed cost reduction effect working wrongly for up to 2 mana and creating exceptions.
...
* Training Grounds - Fixed exception during get playable method.
2020-06-10 17:20:52 +02:00
LevelX2
5a17b9665e
* Fixed text generation for cards going from library to graveyard.
2020-06-10 17:17:40 +02:00
Evan Kranzler
3a3f04d233
Implemented Alpine Houndmaster
2020-06-10 09:10:03 -04:00
Evan Kranzler
2d2b39aaa3
updated M21 spoiler and reprints
2020-06-10 07:42:15 -04:00
LevelX2
0a6b693691
* Fixed not working casting cost reduction of 17 creatures.
2020-06-10 12:19:10 +02:00
LevelX2
5c65ee31d9
* Mirari - Fixed that the triggering spell was not copied ( fixes #6338 ).
2020-06-10 10:17:55 +02:00
Oleg Agafonov
a75d08283f
* Split cards - added spliced effects support for fused spells, no more double splice pays ( #6493 , #6549 );
2020-06-10 09:58:21 +04:00
Oleg Agafonov
b38ac2f575
* Split cards - added cost modification effects support for fused spells ( #227 , #2242 , #6603 , #6549 );
2020-06-10 08:28:18 +04:00
Evan Kranzler
2096229af8
Implemented Selfless Savior
2020-06-09 19:59:29 -04:00
Evan Kranzler
94bd458628
Implemented Angelic Ascension
2020-06-09 19:54:41 -04:00
Evan Kranzler
e185746d0c
Implemented Village Rites
2020-06-09 18:22:30 -04:00
Evan Kranzler
0d9d4b6705
Implemented See the Truth
2020-06-09 18:18:03 -04:00
Evan Kranzler
bc69b8b5a9
updated M21 spoiler and reprints
2020-06-09 18:17:56 -04:00
jeffwadsworth
781462278c
- Little fix Noxious Vapors
2020-06-09 17:10:20 -05:00