Commit Graph

58991 Commits

Author SHA1 Message Date
Anthony Calosa
e0e95c689e Merge pull request #1106 from tool4ever/REfix
LastState: pass through from GameAction into ReplacementHandler & performance fixes
2022-07-14 14:30:09 +08:00
Anthony Calosa
f379fb7725 Merge pull request #1120 from CCTV-1/master
Updated simplified chinese translation
2022-07-14 14:24:21 +08:00
Anthony Calosa
50b9a04caf Merge pull request #1121 from kevlahnota/master
Support for preferred Skin sleeves
2022-07-14 14:23:58 +08:00
Anthony Calosa
26d906a89a Support for preferred Skin sleeves 2022-07-14 14:12:45 +08:00
CCTV-1
b4751cdc61 translate new setting texts. 2022-07-14 12:12:09 +08:00
Anthony Calosa
70fe578262 Merge pull request #1112 from xaviermd/CardScript--CLB--Marching-Duodrone--and--Lantern-of-Revealing
Card scripts for Lantern of Revealing and Marching Duodrone
2022-07-14 08:27:54 +08:00
tool4ever
14d7c0fb11 Fix NPE when copying spell with failed targeting (#1118)
Co-authored-by: tool4EvEr <tool4EvEr@192.168.0.59>
2022-07-13 20:56:48 +03:00
Xavier
14134f15a1 Addressed comments on PR 2022-07-13 08:45:31 -04:00
Anthony Calosa
bf481ea746 Update AdventurePlayer.java 2022-07-13 18:33:45 +08:00
Anthony Calosa
5c26394ad0 missing ";" 2022-07-13 18:28:19 +08:00
Paul Hammerton
1a5581c079 Merge pull request #1028 from xaviermd/CardScript--CLB--Jon-Irenicus-Shattered-One
Created card script for Jon Irenicus, Shattered One.
2022-07-13 09:23:16 +01:00
Austere Grim
5280e26066 Rebalance defeat gold loss (#1111)
added percent loss to defeated
changed gold loss to be calculated by a variable percentage loss not static divide by two.
2022-07-13 08:34:42 +03:00
xaviermd
5d4fcb55db CardScript for Iron Mastiff and changes to RollDiceEffect (#1104)
* First draft for Iron Mastiff and changes to RollDiceEffect

* Removed unnecessary DamageDesc.
2022-07-13 08:33:57 +03:00
Xavier
c5abdcd975 Card scripts for Lantern of Revealing and Marching Duodrone. 2022-07-12 19:12:33 -04:00
tool4EvEr
d8588842fe Add extra sanity check 2022-07-12 19:21:35 +02:00
Anthony Calosa
3e76254aaa Merge pull request #1110 from kevlahnota/master
Card Audit for Mobile
2022-07-13 00:02:42 +08:00
Anthony Calosa
b2984de2d4 unused import 2022-07-12 23:33:12 +08:00
Anthony Calosa
5054ca19a8 add Card Auditer to Mobile 2022-07-12 23:15:59 +08:00
Anthony Calosa
47f240af0c return Pair values 2022-07-12 21:38:00 +08:00
Anthony Calosa
4fb89c121f update check 2022-07-12 21:13:13 +08:00
Anthony Calosa
7f6bbfea3c move audit to StaticData
- fix cards with setlookup
closes #1096
2022-07-12 19:02:35 +08:00
Anthony Calosa
a71148cfe3 fix auditer
closes #1096
2022-07-12 18:36:59 +08:00
Anthony Calosa
9257b7331e Merge pull request #1109 from kevlahnota/master
stretchedArt for saga/class/dungeon, prevent NPE
2022-07-12 17:42:33 +08:00
Anthony Calosa
1710447322 update 2022-07-12 14:55:59 +08:00
Anthony Calosa
7874178f8b add stretchedArt for saga/class/dungeon 2022-07-12 14:42:52 +08:00
Anthony Calosa
3a061ae3be update ImageFetcher and setlookup
- use newWorkStealingPool
- update setlookup method
2022-07-12 11:22:40 +08:00
Anthony Calosa
b664acc3fc Merge branch 'master' into newmaster 2022-07-12 10:33:11 +08:00
Anthony Calosa
3ac2f00f46 prevent NPE 2022-07-12 10:23:17 +08:00
tool4EvEr
cb2fc04f6a Performance fixes 2022-07-11 19:15:26 +02:00
tool4EvEr
cf03361a62 LastState: pass through from GameAction into ReplacementHandler 2022-07-11 19:13:57 +02:00
Paul Hammerton
d823f8e54c Merge pull request #1105 from paulsnoops/mh2_j21_rebalanced_fix
Move MH2 rebalanced to J21
2022-07-11 13:47:31 +01:00
paulsnoops
4b4d0b7cab Move MH2 rebalanced to J21 2022-07-11 13:42:40 +01:00
Anthony Calosa
1a9f319f40 Merge pull request #1103 from kevlahnota/master
move skin and art related objects to Assets
2022-07-11 11:15:28 +08:00
Anthony Calosa
9dd5d9282d move skin and art related objects to Assets 2022-07-11 10:53:14 +08:00
Anthony Calosa
59a06428f6 Merge pull request #1091 from Northmoc/clb_baot
CLB: Battle Angels of Tyr + Neera, Wild Mage
2022-07-11 10:49:25 +08:00
Northmoc
52df5b9e22 Merge pull request #1095 from xaviermd/CardScript--CLB--Call-to-the-Void
Card script for Call to the Void and changes to ChooseCardEffect to enable card mechanisms.
2022-07-10 15:16:37 -04:00
Xavier
b606393344 Removed Cleanup 2022-07-10 12:16:56 -04:00
Xavier
eb4400a8bf Added Oracle, removed remembered, and removed unnecessary spaces. 2022-07-10 12:10:44 -04:00
Anthony Calosa
8ef980e268 Merge pull request #1101 from kevlahnota/master
update ImageCache check
2022-07-10 22:25:38 +08:00
Anthony Calosa
3686294e3c Merge branch 'master' into newmaster 2022-07-10 22:18:08 +08:00
Anthony Calosa
31e089993d update ImageCache check
- update some variables, prevent NPE on font on reload
2022-07-10 22:14:41 +08:00
tool4EvEr
2a7ccd69d6 Just check for UnlessCost 2022-07-10 16:03:27 +02:00
tool4EvEr
aff63c5315 Use canPay check 2022-07-10 15:53:23 +02:00
Northmoc
5c3f75d0d9 CLB: Illithid Harvester // Plant Tadpoles and support (#1056)
* illithid_harvester_plant_tadpoles.txt

* SetStateEffect.setFaceDownState

* tidy up the tadpoles

* CardFactoryUtil.setFaceDownState

* ChangeZoneEffect remove setFaceDownState

* SetStateEffect remove setFaceDownState

* ChangeZoneEffect.changeZonePlayerInvariant call CardFactoryUtil too
2022-07-10 16:52:15 +03:00
tool4ever
ec3f7e00ca Fix AI casting suspended spells against Drannith Magistrate (#1098)
* Cleanup cards

* Fix AI casting suspended spells against Drannith Magistrate

Co-authored-by: tool4EvEr <tool4EvEr@192.168.0.59>
2022-07-10 16:51:56 +03:00
tool4EvEr
8f4c5039ed Cleanup AI 2022-07-10 15:07:47 +02:00
tool4EvEr
d247b22e0a Clean up Fabricate 2022-07-10 15:07:39 +02:00
Northmoc
c40129cb43 Merge pull request #1099 from t-w-o-s-a-t/master
Update de-DE.properties
2022-07-10 08:51:00 -04:00
t-w-o-s-a-t
ecb54c6fce Update de-DE.properties
translated lblAttackers
2022-07-10 14:46:55 +02:00
Paul Hammerton
33660aad01 Merge pull request #1097 from paulsnoops/rescue_foal
Rescue the Foal add Oracle:
2022-07-10 12:32:32 +01:00