Browse Source

Add DeathPenalty

pull/139/head
Josh Bryans 1 year ago
committed by GitHub
parent
commit
91224ec0d2
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 4
      sdtd/serverconfig.xml

4
sdtd/serverconfig.xml

@ -125,6 +125,10 @@
<property name="DayNightLength" value="60" /> <!-- real time minutes per in game day: 60 minutes --> <property name="DayNightLength" value="60" /> <!-- real time minutes per in game day: 60 minutes -->
<property name="DayLightLength" value="18" /> <!-- in game hours the sun shines per day: 18 hours <property name="DayLightLength" value="18" /> <!-- in game hours the sun shines per day: 18 hours
day light per in game day --> day light per in game day -->
<property name="DeathPenalty" value="1" /> <!-- Penalty after dying. 0 = Nothing. 1 = Default:
Classic XP Penalty. 2 = Injured: You keep most of your debuffs. Food and Water is set to 50%
on respawn. 3 = Permanent Death: Your character is completely reset. You will respawn with a
fresh start within the saved game. -->
<property name="DropOnDeath" value="1" /> <!-- 0 = nothing, 1 = everything, 2 = toolbelt only, 3 = <property name="DropOnDeath" value="1" /> <!-- 0 = nothing, 1 = everything, 2 = toolbelt only, 3 =
backpack only, 4 = delete all --> backpack only, 4 = delete all -->
<property name="DropOnQuit" value="0" /> <!-- 0 = nothing, 1 = everything, 2 = toolbelt only, 3 = <property name="DropOnQuit" value="0" /> <!-- 0 = nothing, 1 = everything, 2 = toolbelt only, 3 =

Loading…
Cancel
Save