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