Commit Graph

66317 Commits

Author SHA1 Message Date
kevlahnota
9daea14b32 Merge pull request #3753 from Simisays/WOC1
WOC last 6 cards + WOC Commander decks
2023-09-11 15:18:34 +08:00
tool4ever
9ee2482d6a Update questing_druid_seek_the_beast.txt 2023-09-11 08:44:26 +02:00
TRT
1ee4bd5926 Cascade fix 2023-09-11 08:38:03 +02:00
tool4ever
a1fadd2f8d Update meeting_of_the_five.txt
Closes #3762
2023-09-11 07:51:11 +02:00
tool4ever
e233129975 Support for Throne of Eldraine (#3757)
* Fix scripts

* Fix Reflect

* Refactor mana restrictions from SA

* Update scripts

* AltCost fix

* Fix Muraganda Petroglyphs affecting Security Rhox

---------

Co-authored-by: tool4EvEr <tool4EvEr@192.168.0.60>
2023-09-11 06:04:13 +03:00
kevlahnota
59f4a1ca51 Merge pull request #3759 from Card-Forge/hanmacDamageDoneSource
TriggerDamageDone: add Cause and targetedBy
2023-09-11 08:31:00 +08:00
kevlahnota
b6af43ca8f Merge pull request #3761 from tool4ever/chatterfang
Fix Chatterfang + Role token
2023-09-11 05:52:58 +08:00
tool4ever
77c27782f5 Update tattered_ratter.txt 2023-09-10 21:06:01 +00:00
Simisays
284d511222 add commander decks WOC 2023-09-10 19:32:19 +02:00
tool4EvEr
3214d8bfde Fix Chatterfang + Role token 2023-09-10 19:25:22 +02:00
Hans Mackowiak
c4af52bc86 ~ fix script 2023-09-10 15:41:56 +02:00
Hans Mackowiak
8e1d181073 TriggerDamageDone: add Cause and targetedBy 2023-09-10 15:08:51 +02:00
Simisays
435cde4168 Update throne_of_eldraine.txt 2023-09-10 12:43:02 +02:00
kevlahnota
4f565d4151 Update restless_spire.txt 2023-09-10 17:47:52 +08:00
kevlahnota
76dbe37ef7 add WOE draft ranking 2023-09-10 11:51:16 +08:00
Simisays
8df713b946 update 2023-09-09 22:06:46 +02:00
Simisays
ffdd2c33fd update 2023-09-09 20:40:32 +02:00
Simisays
fd913d4a4c update 2023-09-09 20:27:05 +02:00
kevlahnota
04a4d50cb7 Merge pull request #3751 from Simisays/woe17
WOE 12 cards
2023-09-09 22:04:14 +08:00
Simisays
2695d88630 update 2023-09-09 13:24:13 +02:00
Paul Hammerton
efb8d4e9d8 Merge pull request #3742 from Simisays/WOE16
WOE 16 cards
2023-09-09 11:45:19 +01:00
Simisays
0b3bad9747 update 2023-09-09 11:43:48 +02:00
kevlahnota
78ea392fab Merge pull request #3752 from Card-Forge/kev-WOC-patch3
WOC 6 cards
2023-09-09 17:21:05 +08:00
kevlahnota
ab1f440d8b Update shadow_puppeteers.txt 2023-09-09 17:10:51 +08:00
Paul Hammerton
6fb52d24f0 Merge pull request #3749 from JohnWilliams77/patch-3
Update Secret Lair Drop Series.txt
2023-09-09 09:37:11 +01:00
JohnWilliams77
e2b0a8927d Update Secret Lair Drop Series.txt 2023-09-09 09:30:35 +01:00
tool4ever
685ef617b3 Update syr_ginger_the_meal_ender.txt 2023-09-09 08:03:20 +00:00
Simisays
abfd1ff117 Create elusive_otter_groves_bounty.txt 2023-09-09 08:01:52 +02:00
kevlahnota
dcfa1d441a add songbirds blessing 2023-09-09 13:18:56 +08:00
kevlahnota
a7b5a9919e WOC 5 cards 2023-09-09 09:28:55 +08:00
Simisays
d77958bba2 Update three_bowls_of_porridge.txt 2023-09-08 23:09:36 +02:00
Simisays
018f117954 update 2023-09-08 23:07:48 +02:00
Simisays
ce454cbca9 Merge branch 'woe17' of https://github.com/Simisays/forge into woe17 2023-09-08 22:53:27 +02:00
tool4EvEr
866c09617c Fix Troyan 2023-09-08 22:28:55 +02:00
tool4EvEr
266cea43cd Fix scripts 2023-09-08 22:28:26 +02:00
Simisays
57d3c0bed6 Update wicked_visitor.txt 2023-09-08 21:59:44 +02:00
Simisays
53775dc665 update 2023-09-08 21:56:31 +02:00
friarsol
1274cf3aaa Fix import 2023-09-08 11:19:33 -04:00
friarsol
dd0dd23509 Add cards from each deck section to save 2023-09-08 11:19:33 -04:00
friarsol
526c6b1fb9 When importing/buying a Commander deck, add Commander to quest owned cards 2023-09-08 11:19:33 -04:00
Hans Mackowiak
282d9860c7 Mana convert refactor (#3718)
* ~ cleanup applyManaColorConversion with only one Parameter

* remove ManaConvert Keyword and Vizier of the Menagerie

* remove other ManaConvert Keyword

* ~ fix scripts

* ManaConvention on GainedActivatedAbility

* ~ fix scripts

* rework Celestial Dawn and nonWhite restriction

* * update AI to apply matrix instead of hardcoded ignoreType and ignoreColor

* store Mana Matrix in PaymentDecision instead of CostPartMana

* ~ move Mana Matrix to more methods

* ManaConversionMatrix: add for Unless and Optional Cost

* Clean up AI

* Remove some calls that should be unneeded but make debugging annoying

* After paying with mana ability the old matrix should apply again

* Move matrix restore because AI needs it too

* Only human needs extra matrix on effect payments

* fix checks

* Update ComputerUtilMana.java

more !effect checks

* Story by CardPlayOption

* Fix North Star

* Remove obsolete code

* ~ ignoreType > ignoreColor

---------

Co-authored-by: tool4EvEr <tool4EvEr@192.168.0.60>
2023-09-08 18:09:03 +03:00
tool4ever
d7ef0d028b Update oros_the_avenger.txt 2023-09-08 17:08:42 +02:00
kevlahnota
186cab2621 Merge pull request #3743 from Card-Forge/kev-WOC-patch2
WOC 7 Cards
2023-09-08 20:33:12 +08:00
kevlahnota
ec878cf493 update description 2023-09-08 20:28:20 +08:00
kevlahnota
03d6850add Update liberated_livestock.txt 2023-09-08 20:09:36 +08:00
kevlahnota
8b43598193 Update court_of_vantress.txt 2023-09-08 20:05:16 +08:00
kevlahnota
bcefe15886 Update liberated_livestock.txt 2023-09-08 20:04:05 +08:00
kevlahnota
1dab1b479a add liberated livestock 2023-09-08 19:27:50 +08:00
JohnWilliams77
960915eecc Update Secret Lair Drop Series.txt 2023-09-08 11:27:57 +01:00
kevlahnota
03c6f30446 Update court_of_locthwain.txt 2023-09-08 16:30:11 +08:00