add hardcore_mode to settings

This commit is contained in:
Gie "Max" Vanommeslaeghe 2023-01-11 20:11:06 +01:00
parent e7bc4ef773
commit bfa4fbd5a9

View File

@ -46,3 +46,15 @@ max_number_of_best_friends=5
# Disables loot drops
disable_drops=0
# Hardcore mode settings
hardcore_enabled=0
# Drop your entire inventory on death + coins (drops on the ground, so can be retrieved)
hardcore_dropinventory=1
# Enemies drop their max hp * this value. 0 will effectively disable it.
hardcore_uscore_enemies_multiplier=2
# Percentage of u-score to lose on player death
hardcore_lose_uscore_on_death_percent=10