Starbound
Borderlands 3 Custom Health bars
54개 중 1~10개 표시 중
< 1  2  3  4  5  6 >
업데이트: 2024년 12월 30일 오후 7시 11분
작성자: FelmastProMcLane

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

업데이트: 2024년 12월 28일 오후 4시 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일 오후 9시 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일 오후 11시 22분
작성자: FelmastProMcLane

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

업데이트: 2024년 12월 20일 오후 9시 30분
작성자: FelmastProMcLane

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

업데이트: 2024년 12월 20일 오후 8시 48분
작성자: FelmastProMcLane

-Forgot to remove a log text