Commit Graph

5886 Commits

Author SHA1 Message Date
Evan Debenham
9ae5d87b0f v3.0.0: updated changelog, version, and translations for BETA-2.6 2025-02-10 14:56:21 -05:00
Evan Debenham
45b5c6aea9 v3.0.0: fixed errors when an item slot was deactivated while held 2025-02-10 14:56:21 -05:00
Evan Debenham
75c09c837e v3.0.0: adjusted wealth drop tracking to not be tied to each ring 2025-02-10 14:56:21 -05:00
Evan Debenham
c0d18d2cfd v3.0.0: fixed trinity applying enchants to thrown weapons 2025-02-10 14:56:21 -05:00
Evan Debenham
28c157928f v3.0.0: cleaned up inconsistency in use of spawnedForEffect 2025-02-10 14:56:21 -05:00
Evan Debenham
19ee7d2fe2 v3.0.0: fixed trinity effects blocked by antimagic being selectable 2025-02-10 14:56:21 -05:00
Evan Debenham
b3570adc94 v3.0.0: fixed enchants/glyphs not working with body form in some cases 2025-02-10 14:56:21 -05:00
Evan Debenham
aa1ae2f409 v3.0.0: fixed variable text not being placed in trinity spell descs 2025-02-10 14:56:20 -05:00
Evan Debenham
527d3ab9db v3.0.0: tipped darts can now be selected in mind form 2025-02-10 14:56:20 -05:00
Evan Debenham
416e1bb219 v3.0.0: fixed a tiny error in the taste vengeance badge and added cleric to their unlock badge 2025-02-10 14:56:20 -05:00
Evan Debenham
96d0746fe1 v3.0.0: fixed spirit form crashes when armor isn't quickslotted 2025-02-10 14:56:20 -05:00
Evan Debenham
d1cb9e1c49 v3.0.0: updated version, changelog, and translations for BETA-2.5 2025-02-07 16:22:11 -05:00
Evan Debenham
707dfba4f6 v3.0.0: fixed dupes involving trinity and thrown weapons 2025-02-07 16:22:11 -05:00
Evan Debenham
ce6317b863 v3.0.0: fixed debug code causing spirit form to cost 0 charge 2025-02-07 16:22:10 -05:00
Evan Debenham
ed596a419f v3.0.0: fixed a NPE in trinity's body form effect 2025-02-07 16:22:10 -05:00
Evan Debenham
287b15f013 v3.0.0: Updated version, changelog, and translations for BETA-2.4! 2025-02-06 16:41:18 -05:00
Evan Debenham
816494c8df v3.0.0: Hunger and Regen now both tick for partial amounts once per turn
previously they ticked for static amounts at a variable speed, defaulting to every 10 turns. The actual hunger/regen rate is unchanged, but this should make the buffs more responsive
2025-02-06 16:41:18 -05:00
Evan Debenham
d4f90596a1 v3.0.0: added artifact effects for trinity 2025-02-06 16:41:18 -05:00
Evan Debenham
bfe440abfe v3.0.0: added ring type icons to trinity selection 2025-02-06 16:41:18 -05:00
Evan Debenham
70993f9a74 v3.0.0: Implemented Trinity mind form for thrown weapons 2025-02-06 16:41:18 -05:00
Evan Debenham
0bd8395d04 v3.0.0: Implemented Trinity mind form for wands 2025-02-06 16:41:18 -05:00
Evan Debenham
bad258d2b4 v3.0.0: Implemented Trinity spirit form for rings 2025-02-06 16:41:18 -05:00
Evan Debenham
854ace23aa v3.0.0: added dev commentary for v2.0 2025-02-06 16:41:18 -05:00
Evan Debenham
3c963e917f v3.0.0: fully implemented body form's effect 2025-02-06 16:41:18 -05:00
Evan Debenham
9f9c3a2bdc v3.0.0: implemented effect selection for Trinity 2025-02-06 16:41:18 -05:00
Evan Debenham
729b924db7 v3.0.0: changed wording for priest illuminated: 'trigger' -> 'consume' 2025-02-06 16:41:18 -05:00
Evan Debenham
0bac8d9d04 v3.0.0: fixed targeted cleric spells not updating targeted char 2025-02-06 16:41:18 -05:00
Evan Debenham
df5362ec3b v3.0.0: fixed smite using wrong targeting flags 2025-02-06 16:41:18 -05:00
Evan Debenham
24370f87fe v3.0.0: made spell cast and spell info windows more distinct 2025-02-06 16:41:18 -05:00
Evan Debenham
86fd699cba v3.0.0: fixed Paladin not being capsed in wall of light desc 2025-02-06 16:41:17 -05:00
Evan Debenham
7a14d9bc6b v3.0.0: adjusted button width and text spacing on welcome scene 2025-02-06 16:41:17 -05:00
Evan Debenham
a5b92d5f06 v3.0.0: updated version, changelog, and translations for BETA-2.3 2025-01-30 11:48:40 -05:00
Evan Debenham
458c98aed4 v3.0.0: fixed holy weapon and ward overriding curse procs 2025-01-30 11:47:16 -05:00
Evan Debenham
decdd7565a v3.0.0: fixed title scene buttons going out of screen on min disp size 2025-01-30 11:47:11 -05:00
Evan Debenham
68706fda93 v3.0.0: fixed smite not guaranteeing hits when it should 2025-01-30 11:45:16 -05:00
Evan Debenham
1f033cb32e v3.0.0: fixed trinity warning appearing for all armor abilities 2025-01-30 11:45:16 -05:00
Evan Debenham
d93d33ddbc v3.0.0: updated version, changelog, and translations for BETA-2.2! 2025-01-29 20:15:43 -05:00
Evan Debenham
bd338dd7e7 v3.0.0: added a safety check to wall of light 2025-01-29 20:15:43 -05:00
Evan Debenham
d828ee95de v3.0.0: fixed a fairly seriously bug with item type discover tracking
triggering it in 'setSeen' also meant it was constantly triggered by sync behaviour, which is not what we want.
2025-01-29 20:15:43 -05:00
Evan Debenham
d029c0d7d1 v3.0.0: fixed surface scene counting a win every time it was reset 2025-01-29 20:15:43 -05:00
Evan Debenham
0b887a3ee4 v3.0.0: substantially improved games in progress scene 2025-01-29 20:15:43 -05:00
Evan Debenham
062cb3f11e v3.0.0: cursed wand fx can no longer levitate immovable characters 2025-01-29 20:15:43 -05:00
Evan Debenham
6f786fd7a7 v3.0.0: added a buff icon for guiding light illumination 2025-01-29 20:15:43 -05:00
Evan Debenham
0640475c4c v3.0.0: smite no longer guarantees a hit with encumbered weapons 2025-01-29 20:15:43 -05:00
Evan Debenham
89e2cfcd26 v3.0.0: fixed smite dealing dmg to freshly corrupted enemies 2025-01-29 20:15:43 -05:00
Evan Debenham
24e2a37758 v3.0.0: fixed 2 mobs not updating target or clearing recent atks 2025-01-29 20:15:43 -05:00
Evan Debenham
1c00e4785a v3.0.0: tweaks to eye shape of new mage and huntress splashes 2025-01-29 20:15:43 -05:00
Evan Debenham
cbbdcb1878 v3.0.0: Tweaks to Duelist and Cleric splashes:
- softened the Duelist's eyes slightly
- softened the Cleric's jawline slightly
2025-01-29 20:15:43 -05:00
Evan Debenham
2b2fd2e64c v3.0.0: New splash art for the Mage, Rogue, and Huntress 2025-01-29 20:15:43 -05:00
Evan Debenham
4fb3f4401a v3.0.0: added a delay to time freeze press triggering
triggering instantly caused effect order errors, including a dupe bug involving teleport traps
2025-01-29 20:15:43 -05:00