moving around

This commit is contained in:
2025-07-26 15:09:57 +02:00
parent c036755c2e
commit 3266144373
843 changed files with 0 additions and 0 deletions

View 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