Starbound
Borderlands 3 Custom Health bars
1–10 из 54
< 1  2  3  4  5  6 >
Обновление: 30 дек. 2024 г. в 19:11
автор: FelmastProMcLane

-Removed the "monster.lua" and related replacing files, so now "Monster Core" is mandatory for functionality with monsters.

Обновление: 28 дек. 2024 г. в 16:25
автор: FelmastProMcLane

-Changed how "Anti Status" works a bit, now it doesn't include "statusImmunity" to everything, it is a list of status immunities. (It's more compatible)
-Added "Boss Super Shield"
-Changed type code health calculation to use "maxHealth" as it no longer uses a custom health resource.

Обновление: 28 дек. 2024 г. в 9:07
автор: FelmastProMcLane

-Upgraded the final hit detection to display damage numbers too.
-Edgecase fix.
-Fixed visual bug where the bottom healthbar wasn't animating depletion correctly.

Обновление: 27 дек. 2024 г. в 10:23
автор: FelmastProMcLane

-Hopefully the final fix for "randomseed".

Обновление: 26 дек. 2024 г. в 11:56
автор: FelmastProMcLane

-Added a check to update the healthbar before the entity dies. (Makes the healthbar display it's last hit)
-Another fix for "randomseed" errors.
-Added "metal" monster health configuration, some obscure monster used it.
-Added "self.heightDifference" to the healthbar image calculations that allows for smaller images or different stacking methods.
-Fixed the damage delay not applying on world-entering.

Обновление: 26 дек. 2024 г. в 10:53
автор: FelmastProMcLane

-Testing mistake
-Temporary revert

Обновление: 25 дек. 2024 г. в 21:18
автор: FelmastProMcLane

-Added a check to update the healthbar before the entity dies. (Makes the healthbar display it's last hit)
-Another fix for "randomseed" errors.
-Added "metal" monster health configuration, some obscure monster used it.
-Added "self.heightDifference" to the healthbar image calculations that allows for smaller images or different stacking methods.

Обновление: 20 дек. 2024 г. в 23:22
автор: FelmastProMcLane

-Made the healthbar update a bit more consistent.
-Fixed support for "Reconstruction Core".

Обновление: 20 дек. 2024 г. в 21:30
автор: FelmastProMcLane

-Lowered crit damage to 2. (BL3 parity)
-Hopefully fixed a nil indexable check.

Обновление: 20 дек. 2024 г. в 20:48
автор: FelmastProMcLane

-Forgot to remove a log text