Starbound

Starbound

219 vurderinger
Borderlands 3 Custom Health bars
   
Pris
Føj til foretrukne
Gjort til foretrukken
Fjern som foretrukken
Filstørrelse:
Offentliggjort:
Opdateret:
518.914 KB
11. sep. 2020 kl. 7:17
30. dec. 2024 kl. 19:11
54 ændringsbemærkninger ( vis )

Abonner for at downloade
Borderlands 3 Custom Health bars

I 2 samlinger af FelmastProMcLane
Borderlands 3 Custom Healthbars Collection
8 genstande
Monster Core : Collection
10 genstande
Beskrivelse
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.
Populære diskussioner Vis alle (5)
4
18. sep. kl. 19:23
Monsters Have no healthbar.
Prexise_9
3
13. aug. 2024 kl. 2:11
Certain Mobs Invincible - Lua Error
COVID-19
1
7. feb. kl. 5:27
Invincible Enemies - Incompatibility with BL2 Shields
Angelica
425 kommentarer
Sem 17. juli kl. 8:52 
how does this work in multiplayer? is it just subject to admin settings?
⇜ Tina ⇝ 12. juni kl. 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 6. feb. kl. 13:50 
PLEASE update this !!!!
Monsters have NO healthbar at all.
Prexise_9 3. feb. kl. 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 19. jan. kl. 10:27 
TVHM = True Vault Hunter Mode
UVHM = Ultimate Vault Hunter Mode

They're difficulty options, the latter being tougher than the other.
Mabra 19. jan. kl. 10:25 
What does TVHM and UVHM mode mean ?
FelmastProMcLane  [ophavsmand] 27. dec. 2024 kl. 9:01 
That's really useful, thank you!
柠檬 27. dec. 2024 kl. 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  [ophavsmand] 26. dec. 2024 kl. 10:53 
Oh, yeah, my bad.
Just a mistake of mine from testing mech mods.
Awbawlisk the Tormentor 26. dec. 2024 kl. 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?