This commit is contained in:
Xikaro 2024-03-19 13:35:31 +05:00
parent 8a159254a2
commit ce9685558d
19 changed files with 1387 additions and 432 deletions

View file

@ -2,7 +2,7 @@
[general]
#
# Max animal size that the animal cart can carry.
#Range: 0 ~ 69
#Range: 0.0 ~ 1.7976931348623157E308
maxAnimalSize = 3
#
# The largest (inclusive) size of an item that is allowed in a supply cart.
@ -31,4 +31,15 @@
# Pulling distance modifier for carts. Higher => farther/greater break tolerance.
#Range: 4.9E-324 ~ 1.7976931348623157E308
pullingDistanceModifier = 2.0
#
# Amount of animals the animal cart can carry.
#Range: > 0
maxPassengerCount = 2
#
# Should the player's average nutrient level and thirst affect the pulling speed of carts?
toggleFoodSpeed = true
#
# How big the supply cart inventory should be.
#Allowed Values: SIZE_0, SIZE_1, SIZE_2, SIZE_3, SIZE_4, SIZE_5, SIZE_6, SIZE_7, SIZE_8, SIZE_9, SIZE_10, SIZE_11, SIZE_12, SIZE_13
supplyCartInventorySize = "SIZE_6"