SevenDaysToDieModEditor
New member
This SDX sample makes it possible to change the decrease of wellness at character death.
download
gamestages.xml //gamestages/config/@DeadWellnessDown sets the wellness to decrease with death.
In the following example, the wellness to be decreased by death is set to 15.
this mod used by 7 days to die mod editor
https://7daystodie.com/forums/showthread.php?48140-7-days-to-die-mod-editor
download
gamestages.xml //gamestages/config/@DeadWellnessDown sets the wellness to decrease with death.
In the following example, the wellness to be decreased by death is set to 15.
Code:
<config DeadWellnessDown ="15" startingWeight="1" scavengerGameDifficultyBonus="0" adventurerGameDifficultyBonus="0.1" nomadGameDifficultyBonus="0.2" warriorGameDifficultyBonus="0.6" survivalistGameDifficultyBonus="1.0" insaneGameDifficultyBonus="1.5" daysAliveDifficultyBonus="0.1" daysAliveChangeWhenKilled="2" diminishingReturns="0.2" />
https://7daystodie.com/forums/showthread.php?48140-7-days-to-die-mod-editor