minetest-3d_armor/3d_armor
stujones11 1886fe6b1a Fix armor wear level being fully restored on item drop 2014-04-14 19:28:23 +01:00
..
models Improve player model hanlding and update to version 0.4.0 2013-11-12 21:22:52 +00:00
textures Add support for unified inventory and skins 2014-04-13 17:41:19 +01:00
README.txt Make armor more configurable 2014-04-13 20:17:11 +01:00
armor.conf.example Update armor.conf.example 2014-04-13 20:26:14 +01:00
armor.lua Fix armor wear level being fully restored on item drop 2014-04-14 19:28:23 +01:00
crafting_guide.txt Improve player model hanlding and update to version 0.4.0 2013-11-12 21:22:52 +00:00
depends.txt Add support for unified inventory and skins 2014-04-13 17:41:19 +01:00
init.lua Make armor more configurable 2014-04-13 20:17:11 +01:00

README.txt

[mod] Visible Player Armor [3d_armor]
=====================================

Depends: default

Recommends: inventory_plus or unified_inventory (use only one)

Adds craftable armor that is visible to other players. Each armor item worn contributes to
a player's armor group level making them less vulnerable to weapons.

Armor takes damage when a player is hurt but also offers a percentage chance of healing.
Overall level is boosted by 10% when wearing a full matching set.

Configuration
-------------

Armor can be configured by adding a file called armor.conf in 3d_armor mod directory.
see armor.conf.example for all available options.