Commit graph

188 commits

Author SHA1 Message Date
Sollace
f06dad53fc
Update corruption mechanics.
- Players no longer gain corruption from taking damage, but
 - But spells with the dark alignment now cause more corruption
and gaining corruption has side-effects not unlike the mild
effects of wearing an alicorn amulet.
 - Every time a side-effect manifests, the player's corruption goes
down.
 - Alicorn Amulet and Grogar's bell now cause more corruption

Corrupt influence now clones mobs when they are damaged
rather than just randomly.
2024-03-12 14:53:02 +00:00
Sollace
e7e88c4805
Fixed being able to select disabled races 2024-02-13 21:58:37 +00:00
Sollace
e97adc8841
Add /racelist show and /racelist rest 2024-02-12 19:36:43 +00:00
Sollace
db53f4906e
Fixed tribe selection gui not scrolling to the correct position when opening 2024-02-12 17:45:03 +00:00
Sollace
e48b7bd244
Improve structure rendering performance and change lighting 2024-02-05 00:34:49 +00:00
Sollace
3b0a64326e
Move mana label to a static 2024-02-04 12:18:06 +00:00
Sollace
c7a23a19d9
Add pages for the altar and the spectral clock 2024-02-03 23:17:45 +00:00
Sollace
2e938633e9
Clean up and adjust transitions when zap apple trees change stages 2024-02-01 13:26:35 +00:00
Sollace
72b5b3d50c
Apply text tint to more parts of the spellbook's contents 2024-02-01 12:12:25 +00:00
Sollace
e85bb4b3a5
Fix formatting being lost when wrapping text
- move page headers outside the scrollable area,
- fix text cut off at the bottom of the scroll region
2024-01-31 17:00:47 +00:00
Sollace
e15d64ff3d
Implement support for displaying chapters with varying content height 2024-01-29 21:19:47 +00:00
Sollace
225c67d558
Tweak dark vortex rendering and fix its behaviour 2024-01-22 15:47:58 +00:00
Sollace
528f14dbf4
Exclude non-grantable tribes from the lan settings screen 2023-11-25 20:16:32 +00:00
Sollace
cb94d3c841
Add interaction indicators to the tribe selection gui 2023-11-25 20:12:54 +00:00
Sollace
63243e254d
Added the shaping bench 2023-11-20 22:30:21 +00:00
Sollace
e49828fea1
Adjust icon size and positioning in the main ability slot 2023-11-09 23:41:30 +00:00
Sollace
917af90f37
Revamp the tribe selection screen so it can handle more options 2023-11-08 14:51:54 +00:00
Sollace
0d0ea4558d
Added hippogriffs and seaponies 2023-11-08 12:58:41 +00:00
Sollace
fcab76fd43
Added a second kirin ability 2023-10-10 20:13:45 +01:00
Sollace
e5fe26cba8
Adjust fov effects when raging 2023-10-10 19:21:45 +01:00
Sollace
fc1b461046
Implement kirin ability 2023-10-09 22:05:41 +01:00
Sollace
6d7345c389
Move trinkets and seasons code to the compat package 2023-09-10 22:14:27 +01:00
Sollace
f9182f851f
Reimplement food poisoning to be more like the BTW food poisoning and use it instead of nausea/poison 2023-09-03 15:51:05 +01:00
Sollace
76a7ecc3bb
Fixed certain race buffs and checks not accounting for worn amulets (or failing if wearing an amulet) 2023-09-01 19:09:13 +01:00
Sollace
aaecdf7cbf
Properly implement changing sun and stars position with the unicorn amulet 2023-08-29 21:27:43 +01:00
Sollace
fcd6701961
Add tooltips to the spellbook's tabs 2023-08-29 15:22:09 +01:00
Sollace
576e36df39
Rearrange armor slot positioning in the spellbook, turn the spell slots into actual functioning slots 2023-08-29 15:21:10 +01:00
Sollace
f9b6cf75f4
Fixed tooltip text not being wrapped for trait descriptions in the discoveries tab 2023-08-29 15:19:09 +01:00
Sollace
0d4b9c0db0
Spells can now be hidden 2023-08-29 15:18:42 +01:00
Sollace
c802e7aa56
Added page numbers to the spellbook 2023-08-28 21:40:02 +01:00
Sollace
ca937a671c
Fix alignment of the mana subtitle in other translations 2023-08-28 21:31:23 +01:00
Sollace
c2c16d575c
Fixed tooltips in the spellbook gui 2023-08-28 21:29:29 +01:00
Sollace
b10a26e150
Fixed spellbook tabs appearing cut off on certain screen resolutions 2023-08-28 20:24:20 +01:00
Sollace
7787ca68b5
Add a time change ability for the unicorn amulet 2023-08-27 14:56:18 +01:00
Sollace
3029a96a38
Pull together and organise all the sound events we use so we can assign them proper subtitles later 2023-08-22 16:26:13 +01:00
Sollace
98e90c89f5
Fixed z-index of the hud 2023-08-16 15:58:56 +01:00
Sollace
1ed6ef7a17
Display trinket slots in the spellbook 2023-08-16 15:58:44 +01:00
Sollace
5f8dfe14e9
Add some lerping to the various mana bars 2023-08-16 15:58:09 +01:00
Sollace
2ad431ab4b
Standardise the spell recipe ingredients/requirements lists 2023-08-14 13:05:20 +01:00
Sollace
3fcb05de81
Added a indicator to show when the cooldown between flaps is complete 2023-08-13 15:58:08 +01:00
Sollace
31375f5c2d
Added drops for the hot air balloon 2023-08-13 10:04:09 +01:00
Sollace
034691a758
Fixed hidden stack rendering on sodium 2023-08-10 23:42:36 +01:00
Sollace
15d43d5ab1
The rainboom ability now requires you to perform tricks (diving and dashing) to charge it. #107
- 10 dashes or dives = 1 rainboom, but you can charge up multiple at a time by doing more.
- Flying whilst exhausted now deals damage but players who push through it are rewarded with another level
- Gusts of wind are now reduced by levelling up
2023-08-09 22:10:02 +01:00
Sollace
cd0a58f27f
Fixed passenger rendering and fixed passenger players not looking the direction their captor is facing. Closes #155 2023-08-09 16:47:03 +01:00
LingVarr
88795b80a0 Made more text translatable + russian translation (no spellbook)
Made more text translatable by adding things to lang file.
Made russian translation of the mod, except spellbook's chapters sadly. Don't know how to do it without overwriting the chapter files.
2023-08-07 17:46:30 +11:00
Sollace
c6e94d758b
Fixed tribe button rendering on newer Kirin versions 2023-08-05 20:22:20 +01:00
Sollace
3dec711b78
Fix #127 relative to CaffeineMC/sodium-fabric#1602 2023-08-04 18:32:41 +01:00
Sollace
eac080d808
Fixed stack page elements not using their defined x/y position 2023-08-04 18:11:45 +01:00
Sollace
c0fa0ae806 Fix some rendering bugs with the spellbook 2023-06-03 14:02:07 +01:00
Sollace
f1808c9857 Fixed selection arrow in the HUD 2023-06-03 13:38:21 +01:00