Pack start

This commit is contained in:
2025-07-26 14:57:57 +02:00
commit 4a3d935039
843 changed files with 30825 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