Starbound
221 평점
Borderlands 3 Custom Health bars
   
어워드
즐겨찾기
즐겨찾기됨
즐겨찾기 해제
파일 크기
게시일
업데이트일
518.914 KB
2020년 9월 11일 오전 7시 17분
2024년 12월 30일 오후 7시 11분
업데이트 노트 54개 (보기)

다운로드 위해 구독하기
Borderlands 3 Custom Health bars

FelmastProMcLane님의 2 모음집
Borderlands 3 Custom Healthbars Collection
아이템 8개
Monster Core : Collection
아이템 10개
설명
This mod tries to replicate the behavior of multiple random healthbars introduced in BL3.
Check the collection for addons an textures: Borderlands 3 Custom Healthbars Collection.

Tired of enemies feeling always the same?
With this mod every enemy and group of enemies will offer a new challenge!
With enemies that have more health and different types each time, you better get a new arsenal going.


How it works:
  • Health is not visible while full.
  • Every NPC or Monster can spawn with 1 or more health bars, the chance and combination of healthbars are configurable via patch files.
  • By default there are basic combinations for NPCs and Monsters and custom ones for some specific types.
  • Every healthbar multiplies the max health of the enemy, ie: 2 bars = 2x health, 3 bars = 3x health.
  • Every type (color) of healthbar has different elemental resistances. ( https://borderlands.fandom.com/wiki/Elemental_damage#Borderlands_3 )
  • Bosses have customized health combinations which are also configurable, displays differently than normal via a large bar that depletes from both sides.
  • Added custom "Punchy" functionality, craft a "Punchy Health Type Changer" at a spinning wheel, then use it on punchy to changeit's health type and test your weapons.
  • It shows every damage an entity takes, ie: Every pellet from a shotgun, instead of calculating the sum of damage.

In-game options:
  • Toggle if the generated bars are random or selected via config.
  • Limit the amount of health bars that an entity can have.
  • Health multiplier, multiplies max health by certain amount. (0.1x - 100x)
  • Difficulty: Dictates how severe are elemental resistances / weaknesses.
  • Toggle if the bosses use random health bars too.
  • Only visual, only enables red-healthbars for display, no element resistances or different types. (Health is still multiplied by selected value)
  • Display numbers, hides damage numbers.
  • Delay, let's you control how quickly damage numbers are displayed, like vanilla or even for DPS analysis.

Fully customizable:
  • Almost every aspect can be customized via patches:
    • Elemental resistances.
    • Probability and combinations.
    • Specific NPC or monster health types.
    • New health types.
    • Excludable entities.

This mod was based on "Supper's Follower Healthbars" and "NPC Shields & Bars".

Compatibilities:

Custom Compatibilities:

Known incompatibilities:



Uninstalling:
I tried making it easily uninstallable, it shouldn't cause the death of any NPCs / Monsters, but some may retain their elemental resistances given before uninstalling (Crew members won't probably keep them).

Notes:
  • There is no hard-coded limit to how many health bars can be given to a single entity, it can get more as long as the game doesn't crash or the max health amount doesn't overflow.
인기 토론 모두 보기(5)
4
2025년 9월 18일 오후 7시 23분
Monsters Have no healthbar.
Prexise_9
3
2024년 8월 13일 오전 2시 11분
Certain Mobs Invincible - Lua Error
COVID-19
1
2025년 2월 7일 오전 5시 27분
Invincible Enemies - Incompatibility with BL2 Shields
Angelica
댓글 425
Sem 2025년 7월 17일 오전 8시 52분 
how does this work in multiplayer? is it just subject to admin settings?
⇜ Tina ⇝ 2025년 6월 12일 오전 11시 38분 
Wow, seems like it's still working and compatible with every global mod in workshop that i found and subscribed. Best health bar choice !
Prexise_9 2025년 2월 6일 오후 1시 50분 
PLEASE update this !!!!
Monsters have NO healthbar at all.
Prexise_9 2025년 2월 3일 오전 9시 01분 
PLEASE SEE THIS .
I love your mod. But for some reason healthbars do NOT appear on monsters.
Healthbars only appear on bandits. Could you please help me ??
Awbawlisk the Tormentor 2025년 1월 19일 오전 10시 27분 
TVHM = True Vault Hunter Mode
UVHM = Ultimate Vault Hunter Mode

They're difficulty options, the latter being tougher than the other.
Mabra 2025년 1월 19일 오전 10시 25분 
What does TVHM and UVHM mode mean ?
FelmastProMcLane  [작성자] 2024년 12월 27일 오전 9시 01분 
That's really useful, thank you!
柠檬 2024년 12월 27일 오전 8시 29분 
I found that monsters die when their random seed is greater than 19 bits.

local monster_seed = monster.seed() or 1
monster_seed = tonumber(tostring(monster_seed):sub(1, 19))
math.randomseed(math.floor(monster_seed))

It stopped dying mysteriously after I tried to change the code
FelmastProMcLane  [작성자] 2024년 12월 26일 오전 10시 53분 
Oh, yeah, my bad.
Just a mistake of mine from testing mech mods.
Awbawlisk the Tormentor 2024년 12월 26일 오전 10시 49분 
I know what's going on actually... I'm missing one, two, or a couple of mech-related mods that you created recently. As soon as I installed every one that I could, the NPCs stopped auto-dying. Now exactly which mod it is? I couldn't tell you because I didn't install those mods one by one, but if you do find out right away, then mayhaps add in a new mod dependency for this?