30 lines
884 B
INI
30 lines
884 B
INI
# Configuration file
|
|
|
|
general {
|
|
# Set to true to have the Bouncy trait use durability for each bounce
|
|
B:"Bouncy Trait Uses Durability"=true
|
|
|
|
# Set to true to disable the armor preview panel in the Armor Station/Forge GUI
|
|
B:"Compact GUI"=false
|
|
|
|
# Set to true to give an Armory Book to players who enter a world for the first time
|
|
B:"Spawn With Book"=false
|
|
|
|
leveling {
|
|
# Base XP needed for armor
|
|
I:"Base XP Requirement"=100
|
|
|
|
# How much to multiply the experience needed for each level
|
|
D:"Leveling Multiplier"=2.5
|
|
|
|
# Maximum achievable levels. If set to 0 or lower there is no upper limit.
|
|
I:"Maximum Levels"=-1
|
|
|
|
# Reduces the amount of modifiers a newly built armor gets if the value is lower than the regular amount of modifiers the armor would have.
|
|
I:"Starting Modifier Amount"=1
|
|
}
|
|
|
|
}
|
|
|
|
|