Pack start
This commit is contained in:
14
web/config/trading_floor-server.toml
Normal file
14
web/config/trading_floor-server.toml
Normal file
@@ -0,0 +1,14 @@
|
||||
#Controls how many trades a worker can perform in one work cycle
|
||||
# Default: 4
|
||||
# Range: > 1
|
||||
maxTradePerWork = 4
|
||||
#Controls whether depots produce experience when trading
|
||||
shouldProduceExperience = false
|
||||
#The chance for each experience item to be produced when trading
|
||||
# Default: 0.2
|
||||
# Range: 0.0 ~ 1.0
|
||||
chancePerExperience = 0.2
|
||||
#Controls how many chances for experience to generate there are per work cycle
|
||||
# Default: 4
|
||||
# Range: 1 ~ 64
|
||||
generatedExperienceCount = 4
|
||||
Reference in New Issue
Block a user