Search found 3 matches
- Fri Oct 25, 2019 6:10 pm
- Forum: Bugs Archive
- Topic: [not a bug, ignore] Lua bug on cloning Steamtech npc
- Replies: 0
- Views: 625
[not a bug, ignore] Lua bug on cloning Steamtech npc
EDIT: Oops, I was using 1.0.4 Embers of Rage addon. Bug is gone after updating to 1.0.5 This is a bit of a conjecture, but the problem is probably trying to create a copy of an NPC which has the steam generator implant active. It happens on both Inner Demons spawn and also with dream clones inside ...
- Sun Aug 13, 2017 12:50 pm
- Forum: Addons
- Topic: How to scale the max health of every creature
- Replies: 2
- Views: 1888
Re: How to scale the max health of every creature
Thanks for approving the thread. I found it myself since then.
If anyone cares, just superload the addedToLevel() function in NPC.lua and modify max_life.
If anyone cares, just superload the addedToLevel() function in NPC.lua and modify max_life.
- Sat Aug 12, 2017 1:50 am
- Forum: Addons
- Topic: How to scale the max health of every creature
- Replies: 2
- Views: 1888
How to scale the max health of every creature
I feel like the game became too much of a oneshot fest. Common enemies die in 1 hit, rares after 3-4. Often I don't even have to follow up Rush with an attack, since it kills them outright. I want to increase the health of every creature in the game, at least by +100%. Obviously I don't want to modi...