Don't Starve Together
Automatic Health Adjust
Εμφάνιση 31-40 από 60 καταχωρίσεις
< 1  2  3  4  5  6 >
Ενημέρωση: 10 Οκτ 2021 στις 6:19

Added a customsettings.lua file to the mod (usually found at steamapps_workshop_content_322330_764204839)
Within you can change the formula for the health. I looks like this:

function(NumPlayer,OnePlayerValue,SixPlayerValue,prefab,name)
return OnePlayerValue + (NumPlayer-1)*((SixPlayerValue-OnePlayerValue)/5)
end

-- this is the formula I currently use. you can replace this with whatever you like
-- NumPlayer is the number of players currently on the server
-- OnePlayerValue and SixPlayerValue are based on the modsetting. On Quicksetting="normal" they will be equal to DSValue and DSTValue you can see in the valuelist in modmain.lua
-- prefab and name are for advanced functions, see my prefabslist in modmain.lua to see prefab=name pairs.

Ενημέρωση: 10 Οκτ 2021 στις 6:06

Ενημέρωση: 10 Οκτ 2021 στις 6:04

Ενημέρωση: 10 Οκτ 2021 στις 6:02

Ενημέρωση: 10 Οκτ 2021 στις 1:27

Added spider_healer and spider_dropper, both {200,400}.
Added "Very Hard" modsetting (DST 1 player and 2times DST for 6 players).

Ενημέρωση: 27 Σεπ 2021 στις 13:28

- Improved the code to save maxhealth of mobs (needed to have correct current health after loading). Now it only saves the maxhealth of mobs of this mod, not the player or other things.
-> compatible to Level mod.

Ενημέρωση: 16 Αυγ 2021 στις 7:40

Added Grassgator {500,1000}

Ενημέρωση: 20 Ιουν 2021 στις 9:19

Added:
Worm={450, 900}

and sorted the detailed list of mobs in modsettings alphabetically.

Ενημέρωση: 17 Μαϊ 2021 στις 3:48

Added:
Celestial_Champion1={2000,10000},Celestial_Champion2={2600,13000},Celestial_Champion3={2800,14000}

The higher "unload" health will have the same ratio.

Ενημέρωση: 7 Ιαν 2021 στις 7:09

Added the following mobs:
Saladmander={450,900},Rockjaw={500,1000},Gnarwail={500,1000},Ancient_Sentrypede={600,1200},Mush_Gnome={300,600},Sea_Weed={250,500}, Lord_Fruit_Flies={900,1500}