Starbound
Borderlands 3 Custom Health bars
54件中 1-10 を表示
< 1  2  3  4  5  6 >
更新:2024年12月30日 @ 19時11分
更新者:FelmastProMcLane

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

更新:2024年12月28日 @ 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.

更新:2024年12月28日 @ 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.

更新:2024年12月27日 @ 10時23分
更新者:FelmastProMcLane

-Hopefully the final fix for "randomseed".

更新:2024年12月26日 @ 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.

更新:2024年12月26日 @ 10時53分
更新者:FelmastProMcLane

-Testing mistake
-Temporary revert

更新:2024年12月25日 @ 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.

更新:2024年12月20日 @ 23時22分
更新者:FelmastProMcLane

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

更新:2024年12月20日 @ 21時30分
更新者:FelmastProMcLane

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

更新:2024年12月20日 @ 20時48分
更新者:FelmastProMcLane

-Forgot to remove a log text