-
Notifications
You must be signed in to change notification settings - Fork 0
/
conarm.cfg
35 lines (23 loc) · 1.09 KB
/
conarm.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# 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"=true
leveling {
# Base XP needed for armor
I:"Base XP Requirement"=100
# Multiplier to calculate xp from damage (e.g 0.25 means 25% of damage will be given as XP)
D:"Damage to XP Multiplier"=0.25
# How much to multiply the experience needed for each level
D:"Leveling Multiplier"=2.0
# 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"=3
# Maximum amount of XP that a single hit can give
I:"XP Gain Cap"=100
}
}