Commit Graph

72124 Commits

Author SHA1 Message Date
Jetz72
149c14eea1 Fix CardRequest for unflavored name not preferring unflavored prints (#9040) 2025-10-29 21:55:11 +00:00
Paul Hammerton
f6c29f54b3 Merge pull request #9036 from paulsnoops/edition-updates-tla
Edition updates: SLD, TLA, TLE
2025-10-29 19:07:02 +00:00
Paul Hammerton
61f197b93c Edition updates: SLD, TLA, TLE 2025-10-29 19:06:01 +00:00
Eradev
124c595af5 Heist fix (#9032) 2025-10-29 10:53:41 +00:00
tool4EvEr
1cf6633b13 Fix corner case with Perplexing Chimera 2025-10-29 11:16:36 +01:00
Fulgur14
c8fd36682f Energybending (TLA) 2025-10-29 09:50:02 +00:00
Fulgur14
4673ec23bd Two TLA cards (#9020) 2025-10-28 16:22:55 +01:00
Paul Hammerton
b1ba531c64 Merge pull request #9018 from paulsnoops/edition-updates
Edition updates: LMAR, PF25, PMEI, PSPL, PW25, SLC, SLD, TLA, TLE
2025-10-28 10:26:24 +00:00
Paul Hammerton
2fa753d583 Edition updates: LMAR, PF25, PMEI, PSPL, PW25, SLC, SLD, TLA, TLE 2025-10-28 10:22:47 +00:00
Paul Hammerton
50c55a1893 Merge pull request #9017 from paulsnoops/formats-update
Archived formats update
2025-10-28 09:50:56 +00:00
Paul Hammerton
fdc65ffd85 Archived formats update 2025-10-28 09:45:15 +00:00
tool4ever
954031cdb2 Refactor AiProfile handling (#9012)
Co-authored-by: tool4EvEr <tool4EvEr@>
2025-10-28 07:26:18 +03:00
tool4ever
364845ab4e Fix Rock Hydra crash (#9011) 2025-10-27 19:25:41 +00:00
tool4ever
5fc1d4214b Restore check to treat empty room as dynamic state (#9009) 2025-10-27 17:03:15 +00:00
tool4ever
2ee356461c Update fire_lord_ozai.txt
Closes #9010
2025-10-27 16:38:09 +01:00
tool4ever
bfb0c9d41f Fix logic (#9008) 2025-10-27 10:11:46 +01:00
tool4ever
b272612c41 Clean up checks (#9006) 2025-10-26 22:02:08 +00:00
tool4ever
a6e8ac5ccf Subtlety fix (#9005) 2025-10-26 21:52:53 +00:00
Eradev
136940a16c Tokens cleanup (Sets T-Z) (#8159)
* Update TPR

* Update TMP

* Update 10E

* Update BRC

* Update BRO

* Update LTR

* Update ELD

* Update TSB

* Update TSP

* Update TOR

* Update PZ2

* Add r_1_1_soldier

* Update UNF

* Update UGL

* Update UNH

* Update 2ED

* Update UND

* Update UDS

* Update ULG

* Update USG

* Update VIS

* Update VMA

* Update 40K

* Update WAR

* Update WTH

* Update WWK

* Update PZEN

* Update ZEN

* Update ZNR

* Update ZNC

* Update WOE WOC

* Add mention needing to flip tokens

* Rename w_2_2_cat flying.txt to w_2_2_cat_flying.txt

fix name

* Fix squad token names

---------

Co-authored-by: Hans Mackowiak <hanmac@gmx.de>
2025-10-26 22:48:54 +01:00
Hans Mackowiak
76b9da7e22 Update PhaseHandler.java
Add missing break
2025-10-26 17:17:04 +01:00
Hans Mackowiak
f291e9ea59 Fix Multiple Replacement Effects not working correctly 2025-10-25 16:03:19 +02:00
Fulgur14
42a14cfad0 Sozin's Comet (TLA) (#8993) 2025-10-25 10:52:29 +02:00
Jetz72
ed3bc665e2 Update grolnoks_skin.txt
Fix a couple card names in the spellbook.

Closes #8989
2025-10-24 17:22:35 +02:00
Hans Mackowiak
0eb3062c64 CardCloneStates: EmptyRoom should be affected by CloneStates 2025-10-24 09:35:32 +02:00
Hans Mackowiak
4063ac55e6 AbilityUtils: refactor Party types (#8967) 2025-10-23 23:04:22 +02:00
Hans Mackowiak
4cb581152e Update fearsome_whelp.txt
Closes #8982
2025-10-23 11:27:43 +02:00
Cees Timmerman
43525ce657 Fix AI helps opponent create an army (#8901) (#8902) 2025-10-22 20:53:58 +03:00
Hans Mackowiak
8c2c32a3d8 CardRules: fix toUnmodifiableList for Android 2025-10-22 19:27:33 +02:00
Jetz72
7ea1c51990 Escape closed bracket character (#8978)
I *think* this might be what's breaking Android? Digging up docs for old versions is a pain.
2025-10-22 17:07:06 +02:00
Jetz72
b0ee850d0f Merge pull request #8976 from Jetz72/fixes20251022
Revert to numbered capturing groups in CardEdition regexes
2025-10-22 09:29:41 -04:00
Jetz
21a293a458 Revert non-capturing groups too 2025-10-22 09:21:48 -04:00
Jetz
e67365e0d6 Removed one last named group.
Change name group to require at least one character
2025-10-22 08:57:25 -04:00
Jetz
8f12828617 Revert to numbered capturing groups in CardEdition regexes 2025-10-22 08:31:59 -04:00
JoeMoCode
1cb873a1da Fixing issue 8925 - AI has trouble casting spells that create X-toughness creatures. (#8972) 2025-10-22 10:26:46 +03:00
Jetz72
f9b6652c2a Flavor Names (#8849)
* Make getAllFaces return nonnull list

* Optimize Predicates

* CardDB and script syntax changes

* Apply syntax changes

* In-game support for flavor names

* Add display names to PaperCards

* Support searching by flavor names

* Remove some WIP stuff

* Update PaperCard translation key.

* Update capitalization

* Auto-map to variants when edition entry uses a flavor name

* Consolidate display name logic.

* Added syntax for generating flavor named variants in edition files.

* Some examples of new syntax.

* Ignore flavored oracle text when searching rules text

* add hasFlavorName

* Add image key

* Get correct variant from card requests with flavor names.
2025-10-21 15:00:59 +02:00
tool4ever
1188b6889a Fix triggered Iterable missing support for LKI (#8968) 2025-10-21 08:58:53 +00:00
Paul Hammerton
ea590f8574 Merge pull request #8966 from Darthseid/patch-1
Updated to match MTG Arena changes.
2025-10-20 21:11:49 +01:00
Darthseid
6cc2dcf3f0 Updated to match MTG Arena changes. 2025-10-20 22:02:40 +02:00
Darthseid
42357d5d6f Updated to match MTG Arena changes. 2025-10-20 22:02:40 +02:00
Darthseid
21977e7dcd Updated to match MTG Arena changes.
https://www.reddit.com/r/MagicArena/comments/16b18t8/a_bunch_of_cards_were_unnerfed_for_rotation_to/
2025-10-20 22:02:40 +02:00
Darthseid
608a1c11ed Updated Official MTG Arena Change. 2025-10-20 22:02:40 +02:00
Darthseid
79d1f6f1da Updated MTG Arena Balance Change. 2025-10-20 22:02:40 +02:00
Darthseid
2fc6935563 Corrected Traumatic Prank's mana cost. (#8962)
It was previously 3R. You can see the actual cost and effects here: https://scryfall.com/card/ysnc/12/traumatic-prank
2025-10-20 18:20:57 +02:00
Hans Mackowiak
5efd7e6e7c ColorSet: add combine function (#8960) 2025-10-20 09:45:57 +02:00
tool4ever
a8d494d2d8 Update ComputerUtilCombat.java 2025-10-20 07:58:03 +02:00
tool4ever
7367e93140 Fix not being able to freely divide combat damage to attackers (#8961) 2025-10-19 20:50:57 +00:00
tool4ever
6f38479190 Fix AI not targeting triggered Random Charm (#8955) 2025-10-19 18:57:11 +00:00
Eradev
80a4a42575 Card typo and rewards fixes (#8953) 2025-10-19 08:17:21 +00:00
tool4ever
24ef895cb7 Fix Leonardo (#8949) 2025-10-19 08:15:36 +00:00
Fulgur14
472f94af66 Leonardo, Sewer Samurai (TMT) (#8948) 2025-10-18 19:13:59 +00:00