We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b9e27f commit ca38e53Copy full SHA for ca38e53
1 file changed
humanitzconfig.json
@@ -170,11 +170,12 @@
170
"FieldName": "OnDeath",
171
"InputType": "enum",
172
"ParamFieldName": "World Settings.OnDeath",
173
- "DefaultValue": "2",
+ "DefaultValue": "3",
174
"EnumValues": {
175
- "0": "Only lose backpack and weapon in hand",
176
- "1": "Lose all previous + pockets",
177
- "2": "Lose all previous + equipment (default)"
+ "0": "Lose nothing",
+ "1": "Only lose backpack and weapon in hand",
+ "2": "Lose all previous + pocket and backpack",
178
+ "3": "Lose all previous + equipment (default)"
179
}
180
},
181
{
0 commit comments