theelk801
aa854c8537
[MAT] Implement Vesuvan Drifter
2023-05-04 09:42:00 -04:00
theelk801
85ae2027ad
[MAT] Implement Sarkhan, Soul Aflame
2023-05-04 09:42:00 -04:00
theelk801
04141a1132
[MAT] Implement Open the Way
2023-05-04 09:42:00 -04:00
theelk801
a3c4dc2395
rework RevealCardsFromLibraryUntilEffect to use PutCards
2023-05-04 09:42:00 -04:00
theelk801
39d78aff2f
[MAT] Implement Tyvar, the Bellicose
2023-05-04 09:42:00 -04:00
theelk801
406d61a55f
[MAT] Implement Nissa, Resurgent Animist
2023-05-04 09:42:00 -04:00
theelk801
4b0b30f471
[MAT] Implement Ayara's Oathsworn
2023-05-04 09:41:59 -04:00
theelk801
35a887d8e8
[MAT] Implement Cosmic Rebirth
2023-05-04 09:41:59 -04:00
theelk801
0de3fb0cb6
[MAT] Implement Niv-Mizzet, Supreme
2023-05-04 09:41:59 -04:00
Oleg Agafonov
6ed702a7b3
Tokens improved:
...
- added auto-generated token names for CreatureToken;
- added verify tests for token names;
- removed outdated ElementalCreatureToken;
- fixed wrong indefinite article in some tokens;
- fixed miss Token in some token names (related to #10139 );
2023-05-04 17:38:54 +04:00
PurpleCrowbar
e2d2d1f08e
Fix Braids, Arisen Nightmare drawing cards for players who lost the game that turn
2023-05-03 16:46:36 +01:00
PurpleCrowbar
ffef3b25cd
Add hint to Serra's Sanctum
2023-05-03 16:45:39 +01:00
PurpleCrowbar
f5ea6565a4
Fix Void Winnower causing noncreature permanents to not be able to block
2023-05-03 16:45:28 +01:00
jbureau88
aa4cd89ac1
Fix Ur-Dragon showing a cost reduction on itself.
...
It wasn't incorrectly applying it, but this improves the UI.
2023-05-03 11:02:00 -04:00
theelk801
66d77801ef
fix verify failure
2023-05-03 09:44:25 -04:00
theelk801
08d873ff67
[MAT] Implement Rebuild the City
2023-05-03 09:27:11 -04:00
theelk801
c979316015
[MAT] Implement Feast of the Victorious Dead
2023-05-03 09:16:58 -04:00
theelk801
73b7922b19
[MAT] Implement Jirina, Dauntless General
2023-05-03 09:08:17 -04:00
theelk801
f36e4e8c07
[MAT] Implement Karn, Legacy Reforged
2023-05-03 09:03:38 -04:00
theelk801
9f4ead9201
[MAT] Implement Kiora, Sovereign of the Deep
2023-05-03 08:25:25 -04:00
theelk801
ed1746a049
[MAT] Implement Undercity Upheaval
2023-05-03 08:16:57 -04:00
theelk801
95b8a1489f
[MAT] Implement Metropolis Reformer
2023-05-03 08:07:00 -04:00
theelk801
90fed349b2
[MAT] Implement Coppercoat Vanguard
2023-05-03 08:00:57 -04:00
theelk801
18cbbeb594
[MAT] Implement Campus Renovation
2023-05-03 07:55:21 -04:00
theelk801
473b8bd4ac
[MAT] Implement Samut, Vizier of Naktamun
2023-05-03 07:50:43 -04:00
theelk801
0fc1d66dad
[MAT] Implement Sigarda, Font of Blessings
2023-05-03 07:46:24 -04:00
theelk801
89a6f520ab
[MAT] Implement Drannith Ruins
2023-05-03 07:42:30 -04:00
theelk801
9431833058
[MAT] Implement Gold-Forged Thopteryx
2023-05-03 07:34:44 -04:00
theelk801
548b05a1a8
[MAT] Implement Reckless Handling
2023-05-03 07:28:23 -04:00
theelk801
60b0aab064
[MAT] Implement Kolaghan Warmonger
2023-05-03 07:18:35 -04:00
theelk801
c7be05becd
[MAT] Implement Markov Baron
2023-05-03 07:15:36 -04:00
theelk801
987230fe5c
[MAT] Implement Harnessed Snubhorn
2023-05-03 07:11:26 -04:00
theelk801
7e62010175
[MAT] Implement Filter Out
2023-05-03 07:09:44 -04:00
theelk801
fa7c088a76
[MAT] update spoiler and reprints
2023-05-03 06:47:14 -04:00
theelk801
d2b808074d
simplify saga ability constructors
2023-05-02 19:59:28 -04:00
theelk801
effc3683da
[MAT] Implement Spark Rupture
2023-05-02 19:59:28 -04:00
chesse20
e8892badf1
Fix perpetual use toughness as power of Walking bulwark ( #10138 )
...
* attempted fix
* super constructors work like this?
* better use of super and java
* try this again
* fix un-needed code
* remove commented code
* missed some
* Simplify Constructors
2023-05-02 19:59:17 -04:00
PurpleCrowbar
171f0a238b
Fix Monkey Cage, fix Pongify ape's images, remove some non-token sets from available token sets
2023-05-02 21:04:57 +01:00
Oleg Agafonov
3986196aa4
Tokens rework: fixed morph support, fixed test (related to #10139 )
2023-05-01 19:41:25 +04:00
Oleg Agafonov
94819ff91c
Tokens rework:
...
- tests: added support of set code in custom ability (see addCustomCardWithAbility);
- tests: added additional tests for token images (related to #10139 , #10222 );
- fixed wrong token images for copied cards/tokens (#10222 );
2023-05-01 17:27:26 +04:00
Alexander Novotny
5c6de9815f
Fixed Lynde's triggered ability ( #10301 )
...
Fixes magefree/mage#10045 .
Lynde wasn't keeping track which zone cards were in before bring them back, let alone zone change counters.
Many similar effects are only looking at the current zone rather than zone change counters.
2023-04-30 18:59:22 -04:00
Alexander Novotny
c270e5f20e
Fixed issue with Baral And Kari Zev ( #10299 )
...
Fixes magefree/mage#10295
2023-04-30 18:58:46 -04:00
theelk801
8ed8b5c363
[ONC] a few text fixes
2023-04-30 15:46:52 -04:00
theelk801
df322c680c
[40K] various text fixes
2023-04-30 15:26:40 -04:00
theelk801
b3a421d094
revert accidentally reverted changes
2023-04-30 11:29:50 -04:00
theelk801
edb5c99df8
[J22] various text fixes
2023-04-30 11:28:06 -04:00
Oleg Agafonov
255a050025
Tests: improved verify tests:
...
- added checks for duplicated indefinite articles in the rules;
- improved test_showCardInfo - now it can search cards by simple class name too;
- fixed some card/token texts;
2023-04-30 18:49:22 +04:00
Oleg Agafonov
e848f85e81
BecomesCreatureTargetEffect - improved text generation
2023-04-30 18:11:57 +04:00
xenohedron
3df7f6940d
More text fixes ( #10296 )
...
* Fix text: Tattoo Ward (and similar "doesn't remove {this}")
* Fix text: Demoralize
* Fix text: Keep Watch
* Fix Slithery Stalker (ability is not optional)
* Fix text: Rain of Filth
2023-04-30 09:55:43 -04:00
theelk801
43255abad2
[J22] Implement Rampaging Growth
2023-04-29 21:56:52 -04:00