Update config.ini

This commit is contained in:
Lucca Faria Ferri 2023-01-29 14:40:14 -03:00 committed by GitHub
parent ec74d67f14
commit 227edf000a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -33,17 +33,15 @@ RateDrop = 1
RateChangeDrop = 1
RateMonsterHP = 1
RateMonsterDMG = 1
; Percentage that a unique, legendary, set or special item created is unidentified
ChanceHighQualityUnidentified = 30
; Percentage that normal item created is unidentified
ChanceNormalUnidentified = 5
; Amount of times user can resurrect at corpse
ResurrectionCharges = 3
[NAT]
Enabled = False
PublicIP = 127.0.0.1
; Use Ansi Log if you want a cleaner log view, otherwise, use ConsoleLog, which keeps the screen logs.
[ConsoleLog]
Enabled = false
Target = Console
@ -51,6 +49,7 @@ IncludeTimeStamps = true
MinimumLevel = Debug
MaximumLevel = Fatal
; Ansi Log - enabled by default - useful if you're not in a hard-debug mode. It's easier to view logs.
[AnsiLog]
Enabled = true
Target = Ansi
@ -58,6 +57,7 @@ IncludeTimeStamps = true
MinimumLevel = Info
MaximumLevel = Fatal
; dumps everything from Debug to PacketDump (packet logs) to a file
[PacketLog]
Enabled = true
Target = file