mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2024-11-09 01:38:20 +00:00
add hardcore_mode to settings
This commit is contained in:
parent
e7bc4ef773
commit
bfa4fbd5a9
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user