Oleg Agafonov
d35e1fbfb1
* Play card without mana - fixed that some cards did not allow to choose a casting spell from split/mdfc cards ( #7410 );
2021-09-21 15:30:40 +04:00
Oleg Agafonov
6bc5a00e8a
* Alternative costs - fixed that it can be activated on free cast (example: cascade with overload, #6925 , #7410 , #7741 , #6342 );
2021-09-21 14:22:46 +04:00
Evan Kranzler
658ae06e6f
removed ObjectPlayer and ObjectPlayerPredicate
2021-09-20 23:38:31 -04:00
Evan Kranzler
c6feab68da
refactored all instances of BeginningOfUpkeepAttachedTriggeredAbility
2021-09-20 21:22:17 -04:00
Evan Kranzler
bd22c4a3ae
[MIC] Implemented Curse of Obsession
2021-09-20 21:06:41 -04:00
Evan Kranzler
541511692e
[MIC] Implemented Curse of Unbinding
2021-09-20 20:57:37 -04:00
Evan Kranzler
b43bb44b27
[MIC] Implemented Curse of Clinging Webs
2021-09-20 19:53:02 -04:00
Jeff Wadsworth
77845bd1df
Fixed #8286 .
2021-09-20 15:54:52 -05:00
Evan Kranzler
a88427a6d9
[MIC] Implemented Visions of Dominance
2021-09-20 08:48:28 -04:00
Oleg Agafonov
46081d9185
GUI related improves:
...
* GUI: fixed that choose triggers/piles dialog doesn't close correctly before cast mode choose (#8225 );
* GUI: fixed that some choose dialogs doesn't update battlefield state (example: choose amount, choose mana);
* Game: fixed duplicated json logs at the game's end;
2021-09-20 02:17:22 +04:00
Oleg Agafonov
a3ca9fc03a
Dauthi Voidwalker - correct code for #8141 and same cards (see comments in fd719ad287
);
2021-09-19 04:01:01 +04:00
Evan Kranzler
affd33c23b
[MIC] Implemented Cleaver Skaab
2021-09-18 16:58:59 -04:00
Evan Kranzler
3d0571d5e9
[MIC] Implemented Tomb Tyrant
2021-09-18 16:41:48 -04:00
Oleg Agafonov
2cf005f971
Tests: improved performance in game tests;
2021-09-18 22:10:55 +04:00
Evan Kranzler
2fa76fc7be
reworked Clockwork creature implementations ( fixes #8292 )
2021-09-18 11:08:17 -04:00
Oleg Agafonov
f107c1e4db
Tests: improved performance in game tests;
2021-09-18 00:24:10 +04:00
Oleg Agafonov
021a2d251c
Improves in some effects:
...
* ConditionalAsThoughEffect - improved support with target effects (see comments from e6e802033b
);
* TargetCardInLibrary - added additional checks on wrong usage (must be used inside effects only, not as ability's target);
* PlayFromNotOwnHandZone - fixed wrong playable mark on battlefield's permanents (AI related too);
2021-09-17 21:21:37 +04:00
Evan Kranzler
7c2db3c5fc
[MID] Implemented Sungold Sentinel
2021-09-17 08:43:49 -04:00
jeffwadsworth
025395788c
- Fixed #8165 . There are other cards that handle exiling sequentially, but this is a refactoring starting point.
2021-09-16 11:05:32 -05:00
Evan Kranzler
645779376f
[MIC] Implemented Visions of Glory
2021-09-16 09:34:22 -04:00
Evan Kranzler
244cacfe3b
[MIC] Implemented Sigardian Zealot
2021-09-16 09:09:41 -04:00
ciaccona007
08e8a34e8b
[MID] Implement Ominous Roost
2021-09-15 12:51:08 -04:00
Evan Kranzler
698079f480
[MIC] Implemented Eloise, Nephalia Sleuth
2021-09-15 08:32:11 -04:00
Daniel Bomar
1b5ad66ae5
[MID] Implemented Light Up the Night
2021-09-14 18:17:22 -05:00
Evan Kranzler
5f32fe5308
[MID] changed daybound/nightbound from being singleton
2021-09-12 18:06:46 -04:00
Evan Kranzler
165a347092
[MID] Implemented Moonrager's Slash
2021-09-12 17:46:43 -04:00
Evan Kranzler
520528293a
[MID] Implemented Seize the Storm
2021-09-12 13:51:47 -04:00
ciaccona007
eb065bc0e7
[MID] Implement Consuming Blob
2021-09-12 12:04:06 -04:00
Evan Kranzler
7e89d620b8
[MID] Implemented Shipwreck Sifters
2021-09-12 11:18:10 -04:00
Evan Kranzler
07e0a4ef54
[MID] Implemented Smoldering Egg / Ashmouth Dragon
2021-09-12 10:59:25 -04:00
Evan Kranzler
72cb83e615
[MID] Implemented Rise of the Ants
2021-09-12 10:00:35 -04:00
Evan Kranzler
e9d78fc5ac
[MID] Implemented Silver Bolt
2021-09-12 08:58:52 -04:00
Evan Kranzler
4c69286c14
[MID] Implemented Bereaved Survivor / Dauntless Avenger
2021-09-12 07:42:55 -04:00
spjspj
3463b720ce
No final blank line in jumpstart
...
Worked out it can't have the final blank line or you can get blank packs being presented (so you will get a pack of 20 cards and a pack of 0 cards).
2021-09-12 15:21:03 +10:00
Evan Kranzler
d93475a5bb
refactored flashback to remove unnecessary timing rule argument
2021-09-11 18:08:35 -04:00
Evan Kranzler
9e68649c32
[MID] Implemented Siege Zombie
2021-09-11 13:53:25 -04:00
Oleg Agafonov
b6f9d57216
Merge pull request #8251 from fearphage/preferred-has-3-rs
...
corrected typo: prefered -> preferred
2021-09-11 19:24:38 +04:00
Phred
2b2f30a88a
corrected typo: prefered -> preferred
...
ag -l prefered | xargs sed -i 's/refered/referred/g'
2021-09-11 10:03:10 -05:00
Evan Kranzler
835ee5514c
[MID] Implemented Malevolent Hermit / Benevolent Geist
2021-09-11 09:27:50 -04:00
Daniel Bomar
a001b91ea6
[MID] Implemented Intrepid Adversary
2021-09-10 18:10:44 -05:00
Evan Kranzler
4ee219e787
[MID] Implemented Baithook Angler / Hook-Haunt Drifter
2021-09-10 09:40:50 -04:00
Evan Kranzler
a6dad60d48
[MID] added placeholder disturb mechanic
2021-09-10 09:37:30 -04:00
Evan Kranzler
7721aec9cc
[MID] Implemented Grizzly Ghoul
2021-09-10 09:20:23 -04:00
Evan Kranzler
f38b0b3e3a
[MID] Implemented Sunstreak Phoenix
2021-09-10 08:53:52 -04:00
Evan Kranzler
11238333b5
[MID] Implemented Burn Down the House
2021-09-10 08:42:44 -04:00
Evan Kranzler
a305511b13
[MID] Implemented Heirloom Mirror / Inherited Fiend
2021-09-09 21:00:14 -04:00
Evan Kranzler
03dfa50f23
[MID] Implemented Geistflame Reservoir
2021-09-09 20:37:01 -04:00
Daniel Bomar
bd67b7af22
[MID] Implemented Corpse Cobble
2021-09-09 15:37:01 -05:00
jeffwadsworth
2df79a95dd
- Fixed #8213
2021-09-09 12:00:59 -05:00
jeffwadsworth
ae35c1b228
- small fix to the last commit.
2021-09-09 09:56:08 -05:00