neuralgia/config/decay_2012-client.toml
Nebby d4c80a4b61
Consolidating Development: 0.9.x (#846)
Signed-off-by: Pyritie <pyritie@gmail.com>
Signed-off-by: TomPlop <tomdidome@gmail.com>
Co-authored-by: Pyritie <Pyritie@gmail.com>
Co-authored-by: Redeix <brayden.j.m.ford@gmail.com>
Co-authored-by: TomPlop <tomdidome@gmail.com>
Co-authored-by: aidie8 <aidenvanzuilen@gmail.com>
Co-authored-by: Xikaro <os.valerievich@ya.ru>
Co-authored-by: Xikaro <55663835+Xikaro@users.noreply.github.com>
Co-authored-by: Zleub <debray.arnaud@gmail.com>
2025-04-14 19:00:08 +01:00

21 lines
1.1 KiB
TOML

[general]
#(THIS OPTION ALWAYS OVERRIDES THE TFC OPTION) Food expiry tooltip display style. This affects what information is shown on the food item stack tooltips.
#NONE - Shows nothing. Maximum mystery!
#EXPIRY - e.g. 'Expires on June 3, 05:00
#TIME_LEFT - e.g. 'Expires in about 3 day(s)
#BOTH - Shows both of the above, e.g. Expires on June 3, 05:00 (in about 3 day(s)).
#Allowed Values: NONE, EXPIRY, TIME_LEFT, BOTH
foodExpiryTooltipStyle = "BOTH"
#If true, food stack counts will render behind the weight bar
enableFoodShowsStackCount = true
#The value that should be displayed as the maximum ounces (or whatever kind of weight type you choose) a food item could weigh. By default, a full stack is 160 ounces.
#Range: > 1
maxOunces = 16
#Enable rendering a food weight bar
enableFoodWeightRender = false
#Enable rendering a food weight bar
enableFoodDecayRender = true
#If true, SI units will be used for food weight instead of the traditional oz. The name of this config option is a joke, I know SI units are used outside of Europe.
enableEuropeanMode = true