Don't Starve Together

Don't Starve Together

Automatic Health Adjust
60개 중 21~30개 표시 중
< 1  2  3  4  5  6 >
업데이트: 2023년 2월 2일 @ 오전 7시 38분

업데이트: 2022년 12월 30일 @ 오후 5시 24분

- made sure the Warg setting also works for claywarg and gingerbreadwarg (lve changes did not work previously)
- improved code structure for live changes a bit
- exposed the DoHealthChange function, so modders/testers can call it via console to force a health update:
GLOBAL.TUNING.AUTOHEALTHMOD.DoHealthChange(TheWorld,ThePlayer,nil,nil,nil,testnumplayers)

This time I tested the changes, so at least the mod won't crash because of typos :)

업데이트: 2022년 12월 28일 @ 오전 7시 44분

Fixed crash, caused from last mod update.

업데이트: 2022년 12월 27일 @ 오후 12시 57분

Fixed health for Klaus (was the enraged health for new spawned klaus by accident)

업데이트: 2022년 12월 2일 @ 오전 2시 58분

- fixed crash for health adjustment of enraged Klaus and shadow chesspieces

업데이트: 2022년 11월 6일 @ 오후 12시 26분

advanced the usage of customsettings.lua (you can define your own health function here), now every prefab should use your custom function

업데이트: 2022년 7월 8일 @ 오후 5시 03분

added:
Powder_Monkey={100, 200},
Prime_Mate={200, 350}

업데이트: 2021년 11월 28일 @ 오전 7시 49분

DST devs fixed the most problematic code about Eye of Terror, so it now should work to change his health or one of the twins: https://forums.kleientertainment.com/klei-bug-tracker/dont-starve-together/eye-of-terror-health-code-r33113/

Only minor problem left:
The devs did no fixed "HEALTH_PER_DAY" regeneration yet. This value will be locked at 250 health per day, regardless of the max health you choose in settings or the player number.

업데이트: 2021년 11월 24일 @ 오전 3시 34분

removed "GLOBAL." within customsettings.lua, to make it also work in dedicated servers (still no clue why this helps, but it does)

업데이트: 2021년 11월 23일 @ 오전 9시 01분

Added:
Eye_of_Terror={2000,5000}, Eye_of_Terror_Mini={150,200}

The twins will get double health of Eye_of_Terror.


BUT:
the health changes of Eye_of_Terror and twins does not work currently, because of this:
https://forums.kleientertainment.com/klei-bug-tracker/dont-starve-together/eye-of-terror-health-code-r33113/