From 2163726f1d1d44d5124c4309290996f1b96cbc39 Mon Sep 17 00:00:00 2001 From: Tomas Date: Sun, 28 Sep 2025 18:39:32 +0200 Subject: [PATCH] Don't spawn with book --- config/conarm.cfg | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 config/conarm.cfg diff --git a/config/conarm.cfg b/config/conarm.cfg new file mode 100644 index 0000000..0151a28 --- /dev/null +++ b/config/conarm.cfg @@ -0,0 +1,35 @@ +# 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 + + # 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 + } + +} + +