Robbatog
ed9931213c
Use getter methods instead of directly accessing members in GameFormat, because they can be overridden to produce different behavior if needed
2022-11-04 15:31:13 +01:00
Robbatog
e8927ea577
Changed name of GameFormatQuest.Predicates to avoid name clash with com.google.common.base.Predicates
2022-11-04 15:27:28 +01:00
friarsol
8285e22e0c
Adding a whole boatload of Quest decks
2022-11-03 23:35:51 -04:00
add-le
2be7e95a44
fix keyword check
2022-11-03 20:59:45 +01:00
Robbatog
f643460a22
Added Quest Preference for toggling quest+world rules on/off in duels
2022-11-03 19:26:31 +01:00
Robbatog
da2e66b624
Enforce quest- and world's rules before starting a duel.
...
E.g. no Vintage cards allowed in player's deck while in Random Standard world.
2022-11-03 19:18:49 +01:00
Anthony Calosa
e570479e8d
Merge pull request #1786 from asvitkine/fix_lands
...
Fix simulation AI logic related to playing lands.
2022-11-03 20:52:28 +08:00
Simisays
ea4971ff6c
Update gnawing_vermin.txt
2022-11-03 13:13:54 +01:00
Anthony Calosa
0787cc460c
Merge pull request #1789 from asvitkine/fix_fetch
...
Image fetcher: Don't download card images that are already present.
2022-11-03 20:11:33 +08:00
Anthony Calosa
e6db55b18c
Merge pull request #1784 from Simisays/BRO12
...
BRO 10 Cards 2/11
2022-11-03 20:06:34 +08:00
Anthony Calosa
c544b2b39a
Merge pull request #1774 from Simisays/BRO-11
...
BRO 10 more 31/10
2022-11-03 20:06:19 +08:00
Anthony Calosa
1db6e3a657
Merge pull request #1793 from JohnWilliams77/patch-55
...
Update Secret Lair Drop Series.txt
2022-11-03 20:04:31 +08:00
Simisays
c1626d07a7
Update skystrike_officer.txt
2022-11-03 10:44:09 +01:00
Simisays
4c1cfebe3a
Update hero_of_the_dunes.txt
2022-11-03 10:43:50 +01:00
Simisays
7d338037d5
Update bladewhip_transmogrant.txt
2022-11-03 10:43:29 +01:00
Simisays
00262653e7
Update gnawing_vermin.txt
2022-11-03 10:43:22 +01:00
JohnWilliams77
5ce8220386
Update Secret Lair Drop Series.txt
2022-11-03 09:39:31 +00:00
Simisays
088a334840
Update hero_of_the_dunes.txt
2022-11-03 08:44:21 +01:00
Simisays
ac4b844383
Update bladewhip_transmogrant.txt
2022-11-03 08:42:59 +01:00
Simisays
5162645e59
Merge branch 'Card-Forge:master' into BRO13
2022-11-03 08:41:46 +01:00
Simisays
c7daefbd31
Update tocasia_dig_site_mentor.txt
2022-11-03 07:47:18 +01:00
tool4ever
f264f57194
Merge pull request #1791 from tool4ever/CopyCard
...
* Fix Wondrous Crucible not casting permanent spells cleanly
* Zone fixes
2022-11-03 07:35:22 +01:00
asvitkine
2804206776
Improve AI logic for cavern of souls. ( #1787 )
...
* Improve AI logic for cavern of souls.
Improve AI logic for cavern of souls.
- Don't count token creature types when looking for most prominent creature type, since cavern of souls doesn't help with them.
- Weigh cards in hand and commanders double, as they are more likely to be cast.
I tested with a Tiny Leaders deck running Geist of Saint Traft that didn't have any creature type synergy and confirmed that the changes make the AI choose Spirit for Geist, rather than Human as before.
* Apply this to a few more cards.
* Remove a print statement.
* Address review comments.
2022-11-03 08:03:37 +03:00
JohnWilliams77
05963bb68f
Update Media Inserts.txt ( #1788 )
...
* Update Media Inserts.txt
* Update Media Inserts.txt
* Update Secret Lair Drop Series.txt
2022-11-03 07:18:38 +03:00
Simisays
ce1370661b
BRC 3 Cards ( #1780 )
...
* update
* Update the_brothers_war.txt
* update
* Update the_brothers_war.txt
* Update the_brothers_war.txt
* Update the_brothers_war.txt
* update
2022-11-03 07:18:26 +03:00
JohnWilliams77
30ecbb390e
Update Online Promos.txt ( #1790 )
...
* Update Online Promos.txt
* Update Online Promos.txt
2022-11-03 07:12:09 +03:00
Simisays
9d008fa5ba
update
2022-11-02 22:19:57 +01:00
Simisays
e59d0c1ab2
update
2022-11-02 22:11:04 +01:00
tool4EvEr
36b64280ac
Zone fixes
2022-11-02 21:23:02 +01:00
tool4EvEr
965ea89ced
Fix Wondrous Crucible not casting permanent spells cleanly
2022-11-02 21:22:49 +01:00
asvitkine
5a2b714a67
Revert a print statement.
2022-11-02 14:02:09 -04:00
asvitkine
061a24a88c
Image fetcher: Don't download card images that are already present.
...
Fixes a bug where a card's image will be repeatedly downloaded when ImageCache would return for a reason other than the image not being present, such as when requesting a very small image. That happened in practice during the drawing a card animation, where the card is scaled during the animation.
2022-11-02 14:01:17 -04:00
Simisays
317ec56244
revert
2022-11-02 16:18:24 +01:00
Simisays
93706da5d3
Update fortified_beachhead.txt
2022-11-02 16:13:35 +01:00
Simisays
abc4defdcb
Update tocasia_dig_site_mentor.txt
2022-11-02 16:07:53 +01:00
Simisays
60aa2ffef0
update
2022-11-02 16:07:03 +01:00
asvitkine
3c57330aa5
Add a comment.
2022-11-02 10:28:14 -04:00
asvitkine
b0120eedf0
Fix simulation AI logic related to playing lands.
...
This got broken by the following refactor:
79c9c914e2
The result was that simulation AI was ignoring certain decision trees that involved
playing lands, leading to not considering certain lines of play and some log
messages printed to standard error. I've added a test that covers this logic to prevent
it breaking again in the future.
Also, a couple small clean ups to related tests.
2022-11-02 10:26:37 -04:00
Simisays
a6f4b509dd
update
2022-11-02 13:40:20 +01:00
Simisays
55684caaeb
Update one_with_the_multiverse.txt
2022-11-02 10:44:28 +01:00
Simisays
efcd619cb1
Update draconic_destiny.txt
2022-11-02 10:43:18 +01:00
Simisays
c29f29cf5b
update
2022-11-02 10:35:39 +01:00
Simisays
6a7da02883
Update and rename urzass_sylex.txt to urzas_sylex.txt
2022-11-02 10:28:51 +01:00
Simisays
e12b261299
Update liberator_urzas_battlethopter.txt
2022-11-02 09:24:06 +01:00
Paul Hammerton
95d9c80508
Merge pull request #1783 from JohnWilliams77/patch-52
...
Update Secret Lair Drop Series.txt
2022-11-02 08:24:02 +00:00
Simisays
4aa93ab7af
update
2022-11-02 08:16:05 +01:00
JohnWilliams77
9fe9917dc6
Update Secret Lair Drop Series.txt
2022-11-01 23:15:25 +00:00
Anthony Calosa
c6e4eaa19c
Merge pull request #1777 from tool4ever/numBlockers
...
Fix NumBlockers
2022-11-02 06:15:40 +08:00
Northmoc
f78e184771
ChangeZoneEffect add "RandomOrder", last tweaks to hurkyl_master_wizard.txt
2022-11-01 18:08:21 -04:00
Simisays
f50528528e
Update urzas_command.txt
2022-11-01 21:14:54 +01:00