Patch sync for IMR6: 19/07/2026 @ 18:03

This commit is contained in:
2026-07-19 18:03:07 +01:00
parent 7f34954634
commit d9621a921e
1227 changed files with 82367 additions and 1 deletions
+59
View File
@@ -0,0 +1,59 @@
# File Specification: https://gist.github.com/Shadows-of-Fire/88ac714a758636c57a52e32ace5474c1
# ꒷꒦꒷꒦꒷꒦꒷꒦꒷꒦꒷꒦ Splendid Slimes Config! ꒦꒷꒦꒷꒦꒷꒦꒷꒦꒷꒦꒷
# All entries in this config file are synced from server to client.
slimes {
I:"Slime Starving time"=24000
# Maximum happiness value for a Splendid Slime.
# Default: 1000; Range: [3 ~ 2147483147]
I:"Slime Max Happiness"=1000
# Minimum amount of happiness a Splendid Slime can have before being considered 'Happy'.
# Default: 600; Range: [0 ~ 2147483647]
I:"Slime Happy Threshold"=600
# Maximum amount of happiness a Splendid Slime can have before being considered 'Unhappy'.
# Default: 400; Range: [0 ~ 2147483647]
I:"Slime Unhappy Threshold"=400
# Maximum amount of happiness a Splendid Slime can have before being considered 'Furious'.
# Default: 200; Range: [0 ~ 2147483647]
I:"Slime Furious Threshold"=200
# How many ticks it takes for a Splendid Slime to try and perform Negative/Positive effects/commands. Setting this value too low may cause performance issues.
# Default: 800; Range: [20 ~ 2147483647]
I:"Slime Effect Cooldown"=800
# When true, Slimes will not get hungry or perform effects when their owner is offline. This can help prevent disasters on Multiplayer servers and has no effect in single player.
# Default: true
B:"Slime Owner Offline Check"=true
# If true, Largo Slimes will turn into Tarrs after eating a 3rd Plort instead of just dying.
# Default: true
B:"Enable Tarrs"=true
# How much a full slime's hunger will equate to
# Default: 24000; Range: [20 ~ 2147483647]
I:"Slime Hunger Amount"=24000
# If true, Tarrs will be persistent and turn back into previous slime when killed
# Default: false
B:"Enable Forgiving Tarrs"=false
}
machines {
# Time it takes for Splendid Slimes to incubate in Slime Incubator
# Default: 6000; Range: [1 ~ 2147483647]
I:"Slime Incubation Time"=6000
# Time it takes to craft items in a Plort Press
# Default: 1200; Range: [20 ~ 2147483637]
I:"Plort Pressing Time"=1200
}