Version 0.41.3
[MineClone/MineClone2/MineClone2-Fixes.git] / mods / ITEMS / minetest-3d_armor / 3d_armor / README.txt
blob224f81c9c2bc0852621ecafaaebcab015baa5c12
1 [mod] Visible Player Armor [3d_armor]
2 =====================================
4 Depends: default
6 Recommends: inventory_plus or unified_inventory (use only one)
8 Adds craftable armor that is visible to other players. Each armor item worn contributes to
9 a player's armor group level making them less vulnerable to weapons.
11 Armor takes damage when a player is hurt but also offers a percentage chance of healing.
12 Overall level is boosted by 10% when wearing a full matching set.
14 Fire protection added by TenPlus1 when using crystal armor if Ethereal mod active, level 1
15 protects against torches, level 2 for crystal spike, level 3 for fire, level 5 for lava.
17 Configuration
18 -------------
20 Armor can be configured by adding a file called armor.conf in 3d_armor mod and/or world directory.
21 see armor.conf.example for all available options.
23 Note: worldpath config settings override any settings made in the mod's directory.