From bfa4fbd5a9d66f50e75b680d9e3652744186ba11 Mon Sep 17 00:00:00 2001 From: "Gie \"Max\" Vanommeslaeghe" Date: Wed, 11 Jan 2023 20:11:06 +0100 Subject: [PATCH] add hardcore_mode to settings --- resources/worldconfig.ini | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/resources/worldconfig.ini b/resources/worldconfig.ini index 0c24c447..abedfb4b 100644 --- a/resources/worldconfig.ini +++ b/resources/worldconfig.ini @@ -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