• If you have a mod, tool or prefab, please use the Resources section. Click Mods at the top of the forums.

A16 sdx sample Does not increase durability with workbench item combine(alpha16.4)

This SDX sample does not increase the durability of items when combining a work bench. Decrease durability by at least 1 when repairing items

download

gamestages.xml //gamestages/config/@CombineDurabilityUp

WorkBench Combine Durability Up 1 Up 0 No Up

gamestages.xml //gamestages/config/@RepairDurabilityDown

0 Normal 1 Decrease by at least 1

example

Code:
<gamestages>
<config
	CombineDurabilityUp="0"
	RepairDurabilityDown="1"
	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"
/>
this mod used by 7 days to die mod editor

https://7daystodie.com/forums/showthread.php?48140-A16-7-days-to-die-mod-editor

 
Last edited by a moderator:
Back
Top