1
0
mirror of https://github.com/minetest-mods/3d_armor.git synced 2024-06-29 18:56:02 +02:00
3d_armor/3d_armor
2014-06-12 11:32:58 -03: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
armor.conf.example Update config example 2014-04-15 21:52:24 +01:00
armor.lua Check for valid player inventory 2014-04-21 19:10:24 +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 Added Gold armor 2014-06-12 11:32:58 -03:00
README.txt Make armor more configurable 2014-04-13 20:17:11 +01:00

[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.