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
theelk801
7e3e430202
add lord of the rings set images
2023-04-22 18:41:55 -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
Oleg Agafonov
7d44057f93
Tokens rework:
...
- now token images chosen by tokens database instead availableImageSetCodes (related to #10139 );
- added additional verify checks for tokens database;
- fixed some tokens;
2023-04-22 15:50:46 +04:00
PurpleCrowbar
653cec11ef
Fix Niv-Mizzet Reborn revealing cards twice
2023-04-22 02:39:15 +01:00
Oleg Agafonov
24bd4315c6
Tokens rework:
...
- added tokens database (now all tokens store in tokens-database.txt, related to #10139 );
- added sets/cards/tokens stats on app's start;
2023-04-22 02:59:15 +04: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
Oleg Agafonov
5474787641
Refactor: added miss Ability source in some choose methods
2023-04-21 10:08:33 +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
Oleg Agafonov
df96b89610
Token: added check for required token's class, fixed outdated sets
2023-04-20 23:34:22 +04:00
amoscatelli
8b7558b78e
fix for Alandra Sky Dreamer using lockIn for the boost ( #10245 )
2023-04-20 15:01:42 -04:00
Oleg Agafonov
5f31c061cf
Tokens improved:
...
- removed outdated emblem formats;
- simplified emblems definition;
- improved tok-data structure;
- improved tok-data read;
- added additional checks for tok-data file;
- prepare for tokens database (related to #10139 );
2023-04-20 22:14:37 +04:00
theelk801
009f699343
[C21] update Ruxa, Patient Professor text
2023-04-19 20:52:26 -04:00
theelk801
a46dbf602f
fix Melee ability not working ( fixes #9848 , fixes #10098 )
2023-04-19 20:49:47 -04:00
Oleg Agafonov
771d0bfdf1
Server: improved error message on server's memory problems ( #8130 )
2023-04-19 20:01:11 +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
2e8f24edb3
Fixed protector NPE on empty opponents
2023-04-19 18:40:04 +04:00
Oleg Agafonov
c061c7f436
[CLB] Undercity Dungeon - fixed game error (NPE fix)
2023-04-19 18:34:52 +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
theelk801
bca2711535
small fix
2023-04-19 09:56:15 -04:00