Update armor.conf.example

This commit is contained in:
stujones11 2014-04-13 20:26:14 +01:00
parent 8a881022e9
commit 72b612f081
1 changed files with 3 additions and 3 deletions

View File

@ -20,11 +20,11 @@ ARMOR_DROP = true
-- Pulverise armor when a player dies, overrides ARMOR_DROP.
ARMOR_DESTROY = false
-- You can use this to increase or decrease armor effectiveness,
-- eg: ARMOR_LEVEL_MULTIPLIER = 0.5 will reduce armor level by half,
-- You can use this to increase or decrease overall armor effectiveness,
-- eg: ARMOR_LEVEL_MULTIPLIER = 0.5 will reduce armor level by half
ARMOR_LEVEL_MULTIPLIER = 1
-- You can use this to increase or decrease armor effectiveness,
-- You can use this to increase or decrease overall armor healing,
-- eg: ARMOR_HEAL_MULTIPLIER = 0 will disable healing altogether.
ARMOR_HEAL_MULTIPLIER = 1