SimpleStory

This commit is contained in:
UltraLionFr
2025-07-18 20:46:07 +02:00
commit f12e1cf179
614 changed files with 33899 additions and 0 deletions
+14
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