This repository has been archived on 2023-11-02. You can view files and clone it, but cannot push or open issues or pull requests.
jland-packwiz-pack/config/creaturesandbeasts-common.toml

16 lines
393 B
TOML
Raw Permalink Normal View History

2023-11-02 12:32:44 -05:00
[General]
# Determines how many yeti hides can be used to reinforce an item.
# Default: 5
# Range: [0, inf]
hideAmount = 5
# Determines the experience cost of applying yeti hide to an item.
# Default: 1
# Range: [0, inf]
hideCost = 1
# Determines the multiplier used to add armor per yeti hide on an item.
# Default: 0.01
# Range: [0.0, inf]
hideMultiplier = 0.01