Commit graph

27856 commits

Author SHA1 Message Date
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
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
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
theelk801
9ad0195d18 [J22] Implement Auntie Blyte, Bad Influence 2023-04-29 21:48:18 -04:00
theelk801
f959b87cdc [40K] Implement The Horus Heresy 2023-04-29 20:11:45 -04:00
theelk801
dd4b1684c8 some changes to how sagas are built 2023-04-29 20:11:45 -04:00
Kyle W. Cartmell
bb31939079
fixed haktos protection (#10289) 2023-04-29 20:11:07 -04:00
xenohedron
969d7f27b1
Fix Hoarding Broodlord (#10294) 2023-04-29 20:10:43 -04:00
xenohedron
09464ef934
Fix Sword of Once and Future (#10292) 2023-04-29 20:09:49 -04:00
theelk801
8cb89a9a98 [MAT] Implement The Kenriths' Royal Funeral 2023-04-29 09:44:47 -04:00
Paul Davies
70cf2158a9
[MIR] implemented Basalt Golem (#10285)
* added MIR Basalt Golem + Wall Token

* fixed card number, effect text, possible NPE
simplified effect code
2023-04-29 08:40:11 -04:00
theelk801
62b1eeb4ed fix verify failure 2023-04-28 19:40:06 -04:00
theelk801
4757356bc2 [ONC] Implement Staff of the Storyteller 2023-04-28 19:25:34 -04:00
theelk801
753452d8a0 fix error 2023-04-28 18:37:42 -04:00
theelk801
56d8a0ef4d [J22] some changes to Chains of Custody 2023-04-28 18:27:51 -04:00
theelk801
ce44ba26aa [J22] Implement Goblin Researcher 2023-04-28 18:26:28 -04:00
theelk801
be832e27b2 [J22] small change to Disciple of Perdition 2023-04-28 18:26:28 -04:00
theelk801
5a63702cb6 [J22] Implement Mizzix, Replica Rider 2023-04-28 18:26:28 -04:00
chesse20
ad4d4e4b92
[J22] Implement Chains of Custody (#9958)
* chains of custody j22

* add to set list

* set number

* set text and capitalization

* remove extra ;
2023-04-28 18:26:14 -04:00
Sean Walsh
31cb9b086b
Implement Disciple Of Perdition (#10032) 2023-04-28 18:02:59 -04:00
theelk801
d1f6bd1301 [M11] fix Knight Exemplar giving itself indestructible 2023-04-28 08:37:10 -04:00
huangn
075a688532
[ONE]Implement Card: Ria Ivor, Bane of Bladehold (#10175)
* [ONE]Implement Ria Ivor, Bane of Bladehold

* fixes:
1. RiaIvorBaneOfBladeholdEffect() set onlyCombat to true
2. replaceEvent() check prevented damage > 0
3. add checksEventType for prevent only damage to player

---------

Co-authored-by: HN <nick.huang@gmail.com>
Co-authored-by: Evan Kranzler <theelk801@gmail.com>
2023-04-28 08:37:03 -04:00
Evan Kranzler
055df06bbc
Merge pull request #10091 from miesma/KinzuOfTheBleakCoven
[ONE] Implement Kinzu of the Bleak Coven
2023-04-28 08:31:30 -04:00
miesma
810706cad5 Implement KinzuOfTheBleakCovenEffect handling the Cost 2023-04-28 12:32:33 +02:00
xenohedron
0e1e6a0f21
Text fixes (cantrips with line break) (#10284)
* Fix text: Teleportal, Weapon Surge, Mizzium Skin

* Fix text: Cantrips with line break (early sets)

* Fix text: Cantrips with line break (later sets)

* Fix text: {tap} in strings, capitalization of gained abilities, misc
2023-04-27 19:05:11 +04:00
Evan Kranzler
726e289646
Implement DFC tokens for Incubate (#10231)
* remove incubate skip

* initial implementation of DFC tokens

* separate incubator back face to separate class

* small refactor to token copy function

* token copies now have back faces as well

* effects which modify token copies now correctly apply to both faces

* add skip for exception

* tokens now enter transformed correctly

* [MOC] remove skip for incubate

* fix verify failure
2023-04-27 19:03:25 +04:00
Grath
f8d23ff56b
Fix Hidetsugu and Kairi's ability to actually exile. (#10282) 2023-04-26 16:06:59 -04:00
theelk801
e8c9bb17e1 [BRO] two small fixes 2023-04-25 22:45:53 -04:00
Evan Kranzler
5f1dc3005a
Merge pull request #10278 from xenohedron/fix-anathemancer
Fix filter on Anathemancer
2023-04-25 22:44:38 -04:00
xenohedron
cd7701d4fd Fix filter on Anathemancer 2023-04-25 21:16:14 -04:00
theelk801
26f9f63e78 [J22] Implement Magnanimous Magistrate 2023-04-25 21:10:06 -04:00
theelk801
20e3088c8f [J22] Implement Agrus Kos, Eternal Soldier 2023-04-25 21:09:05 -04:00
PurpleCrowbar
4bb2b2df28 [CLB] Implement Intellect Devourer 2023-04-26 01:39:52 +01:00
xenohedron
b3d0f51263
Fix when proliferate happens (#10276) 2023-04-25 19:07:37 -04:00
theelk801
8862e9c58e [ONE] fix Contagious Vorrac 2023-04-25 17:52:23 -04:00
xenohedron
c3ed884c4c
Implement [JUD] Lost in Thought (#10181)
* Implement [JUD] Lost in Thought

* Add to JUD setlist

* Hide text for cost

* newline EOF
2023-04-25 17:51:22 -04:00
xenohedron
9abaa75bd4
Various text fixes (#10251)
* Fix text: Invigorate (fixes #8708) - override

* Fix text: sacrifice multiple permanents (as cost)

* Fix text: Coral Colony - override and add hint

* Fix text: Corpse Harvester (fixes #7837) - override

* Fix text: Solitary Camel, Sidewinder Naga

* Fix text: Malicious Advice

* Fix text: Ray of Command

* Fix text: Retreat to Hagra

* Fix reminder text for "End the turn."

* Fix text: Elspeth, Undaunted Hero

* Fix text: Gideon, Champion of Justice

* Fix text generation for condition: no counters

* Fix text: PhantasmalSphere

* Fix text: Retaliation

* Fix text generation for additional cost: discard X cards

* Fix text: Soul Separator

* Fix text: Thundermaw Hellkite

* Fix text: Torment of Hailfire

* Fix text: Twilight Prophet

* Fix text: ETB cantrips next turn's upkeep

* Fix text: Venser's Journal
2023-04-25 23:30:00 +04:00
theelk801
0bb56e99fd [J22] Implement Pirated Copy 2023-04-25 08:28:39 -04:00
theelk801
2b7e48bcc1 [J22] Implement Planar Atlas 2023-04-25 08:15:00 -04:00
theelk801
a5d83aedc0 [ONC] Implement Neyali, Suns' Vanguard 2023-04-25 08:03:28 -04:00
chesse20
2382e4afa4
replaces FILTER_CONTROLLED_CREATURE with FILTER_CONTROLLED_ANOTHER_CREATURE (#10269) 2023-04-24 23:10:49 -04:00
theelk801
a81a2e6760 [ONC] Implement Goldwardens' Gambit 2023-04-24 22:39:32 -04:00
theelk801
b979f47cc3 [ONC] Implement Synthesis Pod 2023-04-24 22:26:50 -04:00
theelk801
aba51aadfd [MAT] Implement Jolrael, Voice of Zhalfir 2023-04-24 22:26:34 -04:00
theelk801
ff115cad48 [ONE] various text fixes 2023-04-24 22:26:34 -04:00
Alexander Novotny
ed32ee554d
Removed erroneous check in dark deal effect (#10265)
* Removed erroneous check in dark deal effect

* Fixed NPE with empty hand in dark deal
2023-04-24 22:18:28 -04:00
theelk801
e176292da6 fix verify failure 2023-04-24 19:12:58 -04:00
theelk801
16fe17316e [ONE] Implement Blade of Shared Souls 2023-04-24 19:00:08 -04:00
theelk801
35cf249236 [ONE] Implement Conduit of Worlds 2023-04-24 19:00:08 -04:00
theelk801
747a9b14f7 [ONE] Implement Slobad, Iron Goblin 2023-04-24 19:00:08 -04:00
miesma
345a27f794
[One] Implement Nahiri's Sacrifice (#10151)
* Implement Nahiri's Sacrifice

* Removed Package in Code

---------

Co-authored-by: Evan Kranzler <theelk801@gmail.com>
2023-04-24 18:59:31 -04:00
Alexander Novotny
67a0086aa4
Fixed verify failure (#10266) 2023-04-24 23:21:09 +04:00
theelk801
613cf1b85e [ONE] Implement Green Sun's Twilight 2023-04-24 09:58:32 -04:00
theelk801
f1c0847e0f [ONE] Implement Churning Reservoir 2023-04-24 09:45:06 -04:00
miesma
fe058e78f5
[ONE] Implement Nahirhi, the Unforgiving (#10136)
* Implement Nahirhi, the Unforgiving

* Removed Package in Code
2023-04-24 09:44:55 -04:00
xenohedron
1780972f71
Refactor to clean up base P/T setting and fix text generation (#10264)
* Adjust constructors to simplify

* Refactor to remove duration parameter for CDA (always end of game)

* Fix warnings

* Druid Class not CDA

* Entropic Specter fixup

* Further constructor simplification

* Analogous simplification for setting power only

* Analogous simplification for setting toughness only

* Remove superfluous parameter

* Set fields final
2023-04-24 17:43:18 +04:00
miesma
96cf6dc019
[ONE] Implement Lukka, Bound to Ruin (#10118) 2023-04-24 07:47:23 -04:00
Merlingilb
14d7f980d1
fixed Jungle Village (#10095)
Co-authored-by: Daniel Eberhard <daniel.h.e@gmx.de>
2023-04-23 22:10:22 -04:00
Merlingilb
f938a5b3b9
fixed Riding Ronto (#10096)
Co-authored-by: Daniel Eberhard <daniel.h.e@gmx.de>
2023-04-23 22:09:35 -04:00
theelk801
79503bd976 fix verify failure 2023-04-23 22:08:56 -04:00
theelk801
2fe8e12f71 [ONE] a few small changes 2023-04-23 21:45:50 -04:00
theelk801
64ea3e6bb6 [ONE] Implement Charge of the Mites 2023-04-23 21:45:50 -04:00
miesma
0288ee4613
[ONE] Implement Red Sun's Twilight (#10101)
* Implemented Red Sun's Twilight

* Changed Character

* Switched to a correct single trigger to exile all tokens

* Implemented requested changes
2023-04-23 21:37:40 -04:00
AhmadYProjects
b2d98e55f8
[ONE]Implement Cinderslash ravager (#9945)
* Cinderslash Ravager Added

* Cost reduction added, ETB effect added

---------

Co-authored-by: AhmadYProjects <yousufa@kean.edu>
Co-authored-by: Evan Kranzler <theelk801@gmail.com>
2023-04-23 21:34:24 -04:00
AhmadYProjects
9b91f1f93c
[ONE]Implement Carnivorous canopy (#9946)
* Carnivorous Canopy added

* Ability with condition added. Card tested.

---------

Co-authored-by: AhmadYProjects <yousufa@kean.edu>
Co-authored-by: Evan Kranzler <theelk801@gmail.com>
2023-04-23 21:33:32 -04:00
theelk801
9716f153b8 [ONE] Implement Awaken the Sleeper 2023-04-23 21:07:46 -04:00
theelk801
cba8cdf092 [ONE] small change to Unctus's Retrofitter 2023-04-23 20:58:07 -04:00
theelk801
37c57424e8 [ONE] Implement Viral Spawning 2023-04-23 20:57:45 -04:00
theelk801
6a5abf5936 [ONE] Implement Rhuk, Hexgold Nabber 2023-04-23 20:43:50 -04:00
Merlingilb
5dbbaf8ba0
ONE: Added card "Unctus's Retrofitter" and its abilities and effects (#10044)
Co-authored-by: Daniel Eberhard <daniel.h.e@gmx.de>
2023-04-23 20:43:39 -04:00
PurpleCrowbar
577c94b877 Added Pro Tour Promo cards 2023-04-24 01:34:53 +01:00
huangn
f84259aef2
[ONE]Fix Orthodoxy Enforcer's boost condition (#10174)
Co-authored-by: HN <nick.huang@gmail.com>
2023-04-23 19:28:55 -04:00
theelk801
4b7e7ef0e7 fix verify failure 2023-04-23 17:27:12 -04:00
theelk801
22946bb35e [MOC] Implement Path of the Schemer 2023-04-23 17:13:31 -04:00
theelk801
a53c63e19c [MOC] Implement Path of the Pyromancer 2023-04-23 17:13:31 -04:00
theelk801
4ebb658c43 [MOC] Implement Path of the Ghosthunter 2023-04-23 17:13:31 -04:00
theelk801
f8d6b24eab [MOC] Implement Path of the Enigma 2023-04-23 17:13:31 -04:00
theelk801
7fc5943b07 [MOC] Implement Path of the Animist 2023-04-23 17:13:31 -04:00
theelk801
b8858a881e [MOC] Implement Pain Distributor 2023-04-23 17:13:31 -04:00
Matt M
6e145c65ce
[MOC] Implement Moira and Teshar (#10260)
Co-authored-by: Zelane <zelane@hollow.tech>
2023-04-23 17:13:21 -04:00
theelk801
cb3b4f25e0 [BRC] Implement The Brothers' War 2023-04-23 15:29:45 -04:00
theelk801
a0cb316866 [BRC] Implement Sanwell, Avenger Ace 2023-04-23 14:27:04 -04:00
Alexander Novotny
493ca37eac
[LTR] Add tom bombadil (#10244) 2023-04-23 13:41:29 -04:00
theelk801
b1b0cd7d40 fix verify failure 2023-04-23 13:12:18 -04:00
theelk801
a7583f0060 [BRO] add all art variants 2023-04-23 12:56:49 -04:00
theelk801
4df8405cd9 [BRO] Implement Hulking Metamorph 2023-04-23 12:56:49 -04:00
theelk801
ccbd45ea3c [BRO] Implement One with the Multiverse 2023-04-23 12:56:49 -04:00
theelk801
d2fa0c4075 [BRO] Implement The Stone Brain 2023-04-23 12:56:49 -04:00
Grath
56cbaab1b2
Fix Millicent, Restless Revenant triggered ability. (#10262)
Uses TokenPredicate.FALSE and a FilterControlledPermanent to properly implement the filtering for a nontoken Spirit you control.
2023-04-23 12:54:24 -04:00
Daniel Bomar
493ac284ca
Implemented Recommission (#9758) 2023-04-23 11:50:44 -04:00
Daniel Bomar
92b6d7a531
[BRO] Implemented Gix, Yawgmoth Praetor (#9765)
* [BRO] Implemented Gix, Yawgmoth Praetor

* Add missing TestPlayer, PlayerStub implementations
2023-04-23 11:49:52 -04:00
Daniel Bomar
89687b305a
[BRO] Implemented Hostile Negotiations (#9763) 2023-04-23 11:49:31 -04:00
theelk801
9385a31c4a [LTR] Implement Frodo, Sauron's Bane 2023-04-23 10:55:12 -04:00
theelk801
8585a7c570 [LTR] Implement Samwise the Stouthearted 2023-04-23 10:05:55 -04:00
theelk801
30a530cff0 [LTR] Implement Gollum, Patient Plotter 2023-04-23 10:00:01 -04:00
theelk801
d106426b21 fix verify failure 2023-04-22 20:49:17 -04:00
theelk801
44307f2d0a [LTR] Implement The Shire 2023-04-22 20:22:03 -04:00
theelk801
1bd2ea9ce4 [LTR] Implement Mount Doom 2023-04-22 20:16:29 -04:00
theelk801
503fd755cc [LTR] Implement Sauron, the Lidless Eye 2023-04-22 20:04:57 -04:00
theelk801
d17f1fc723 [LTR] Implement The One Ring 2023-04-22 20:02:18 -04:00
theelk801
2ea6a85aec [LTR] Implement Gandalf the Grey 2023-04-22 19:53:54 -04:00
theelk801
b17b70889e [LTR] Implement Gandalf the Grey 2023-04-22 19:44:37 -04:00
theelk801
5cd8cc3b85 [LTR] Implement Aragorn and Arwen, Wed 2023-04-22 19:39:30 -04:00
theelk801
b7cabd930f [LTR] Implement Reprieve 2023-04-22 19:32:47 -04:00
theelk801
ad207c63db [LTC] Implement Radagast, Wizard of Wilds 2023-04-22 19:31:25 -04:00
theelk801
8a67df77b2 [LTC] Implement Sam, Loyal Attendant 2023-04-22 19:26:32 -04:00
theelk801
1fab54772f [LTC] add set 2023-04-22 18:59:22 -04:00
theelk801
1e1890fc2c [LTR] add set 2023-04-22 18:59:11 -04:00
Alexander Novotny
66e675f5c3
Fixed issue with birth of the imperium (#10253)
* Fixed issue with birth of the imperium

The number of creatures was being counted, rather than the number of opponents

* Update BirthOfTheImperium.java

---------

Co-authored-by: Oleg Agafonov <jaydi85@gmail.com>
2023-04-22 22:20:44 +04:00
PurpleCrowbar
653cec11ef Fix Niv-Mizzet Reborn revealing cards twice 2023-04-22 02:39:15 +01:00
Oleg Agafonov
1dc7dcc94c Fixed images info copy in morph and other copy abilities 2023-04-21 11:39:03 +04:00
Oleg Agafonov
689b93d005 Refactor: improved choose cards method to use source param (fixed NPE like #10233, #9974 and other bugs with choose cards) 2023-04-21 11:02:57 +04:00
xenohedron
09a4294466
Implement [ICE] Goblin Sappers (#10215)
* Implement [ICE] Goblin Sappers

* Fix text on the stack

* Cleanup text
2023-04-20 22:20:46 -04:00
xenohedron
5c216e637f
Implement [JUD] Wormfang Crab (#10226)
* Initial attempt at implementing [JUD] Wormfang Crab

* Get permanent

* Cleanup
2023-04-20 22:20:21 -04:00
xenohedron
6fbc8c2081
Fix targetability of [ONE] Thrun, Breaker of Silence (#10172)
* Reimplement "hexproof from nongreen" as inner class

* Remove leftover unused code from StaticFilters

* Fix to check color of abilities
2023-04-20 21:41:42 -04:00
xenohedron
1ac9ec65cc
Implement [JUD] Infectious Rage (#10187)
* Implement [JUD] Infectious Rage

* Fix ClassCastException by using last known info

* Add game log message for random choice. Still need to investigate filter.

* Clarify filter and add comments

* Address review comments (3/4)

* Check zone change counter
2023-04-20 21:40:24 -04:00
PurpleCrowbar
d3ec7e44a3 Add hint to Tezzeret, Master of the Bridge 2023-04-21 01:51:16 +01:00
xenohedron
caf331c368
Implement [JUD] Soulgorger Orgg (#10228) 2023-04-20 20:42:45 -04:00
theelk801
8013f4909b [MOM] fix Heliod, the Radiant Dawn targeting all graveyards 2023-04-20 18:41:28 -04:00
xenohedron
c8866dca7b
Reimplement Mad Dog more straightforwardly (#10242) 2023-04-20 18:39:28 -04:00
xenohedron
2265091a95
Fix [INV] Pulse of Llanowar effect (#10221) 2023-04-20 18:27:02 -04:00
xenohedron
efad55bac3
Fix spectacle ability to include the card effect (#10164) 2023-04-20 18:26:12 -04:00
xenohedron
1eb6645f87
Fix Lashknife Barrier effect (#10223) 2023-04-20 18:25:44 -04:00
xenohedron
ae02476170
Implement [ONS] Circle of Solace (#10185)
* Implement [ONS] Circle of Solace

* Fix text of similar "as ~ ETB" abilities

* Ignore "events" of 0 damage so that multiple activations prevent multiple simultaneous instances

* Fix potential null pointer
2023-04-20 18:25:02 -04:00
xenohedron
ba461d9af0
Fix Alloy Golem color set duration (#10195) 2023-04-20 18:23:46 -04:00
xenohedron
68b3fc80e9
Fix Vapor Snare effect (#10188)
* Fix Vapor Snare and refactor "unless you return a land" effects to use correct static filter

* Fix capitalization of return to hand cost

* Fix capitalization of sacrifice unless pays effect
2023-04-20 18:22:59 -04:00
xenohedron
639106ad19
Fix Hidden Predators trigger (#10163)
* Remove extraneous comma

* Fix trigger to filter opponent's permanents only

* Fix text wording
2023-04-20 18:21:47 -04:00
xenohedron
1bfb339d57
Fix Deadshot by using common effect class (#10158) 2023-04-20 18:21:11 -04:00
xenohedron
abedc6fe8f
Add five cards to Masters Edition III (previously implemented) (#10157) 2023-04-20 18:21:04 -04:00
PurpleCrowbar
b356031e19 Fix Chief Engineer giving lands convoke 2023-04-20 20:48:58 +01:00
PurpleCrowbar
1b31cd5b9e Fix Invasion of Segovia's second side causing Class Cast Exception on resolution 2023-04-20 20:48:58 +01:00
amoscatelli
8b7558b78e
fix for Alandra Sky Dreamer using lockIn for the boost (#10245) 2023-04-20 15:01:42 -04:00
theelk801
009f699343 [C21] update Ruxa, Patient Professor text 2023-04-19 20:52:26 -04:00
Oleg Agafonov
91542c0c40 [MOM] fixed game error on Urabrask // The Great Work usage (miss watcher), fixed Jaya Ballard Emblem (miss watcher) 2023-04-19 18:51:45 +04:00
Oleg Agafonov
c400df36a3 [MOC] fixed Saint Traft and Rem Karolus (miss watcher) 2023-04-19 18:44:51 +04:00
Oleg Agafonov
491fc560e8 [BBD] Khorvath's Fury - fixed game error on empty hand (possible fix of #7641) 2023-04-19 18:30:11 +04:00