mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2025-10-10 01:18:07 +00:00
feat: Hardcore mode settings (#1884)
This commit is contained in:
@@ -83,3 +83,19 @@ auto_reject_empty_properties=0
|
||||
|
||||
# comma delimited list of items to not drop in hardcore mode
|
||||
hardcore_excluded_item_drops=6086,7044
|
||||
|
||||
# Reduces the UScore gained from the below uscore_reduction config options by x (i.e. uscoreGained * hardcore_uscore_reduction)
|
||||
hardcore_uscore_reduction=
|
||||
|
||||
# Any given enemy will only have its uscore gain reduced 1 time
|
||||
# Worlds that should have their uscore reduction applied at a global level (i.e. for worlds with lots of skeletons)
|
||||
hardcore_uscore_reduced_worlds=
|
||||
|
||||
# Specific LOTs that should have their uscore reduced (i.e. for worlds with a mix of skeletons and normal enemies)
|
||||
hardcore_uscore_reduced_lots=
|
||||
|
||||
# Excludes this comma delimited list of LOTs from giving UScore in hardcore mode
|
||||
hardcore_uscore_excluded_enemies=
|
||||
|
||||
# Disables hardcore mode for specific worlds, if hardcore is enabled
|
||||
hardcore_disabled_worlds=
|
||||
|
Reference in New Issue
Block a user