3d_armor/3d_armor
Colby Williams 1ec1b00875 Fixed formspec not showing armor inventor with inventory_plus mod.
Added water Crystal Water helmet
2017-03-09 22:02:23 -05:00
..
models Rebase armor model, armature and UV fixes 2016-11-27 16:11:51 +00:00
textures Fixed formspec not showing armor inventor with inventory_plus mod. 2017-03-09 22:02:23 -05:00
LICENSE.txt Add new armor textures by @daviddoesminetest 2017-02-19 19:33:10 +00:00
README.txt Add crystal armor and fire protection by TenPlus1 2015-05-04 17:08:40 +01:00
admin.lua Fix typo 2016-05-11 19:25:59 +02:00
armor.conf.example Radiation protection support added 2016-05-01 17:09:07 +01:00
armor.lua Fixed formspec not showing armor inventor with inventory_plus mod. 2017-03-09 22:02:23 -05:00
crafting_guide.txt Add crystal armor and fire protection by TenPlus1 2015-05-04 17:08:40 +01:00
depends.txt Register fire-node overrides at start-up 2015-07-15 19:00:16 +01:00
description.txt Add support for mod managers 2016-03-25 19:52:00 +00:00
init.lua Overall code cleaning and addition of Xanadu specific items. 2017-03-09 12:15:12 -05:00
xanadu.lua Overall code cleaning and addition of Xanadu specific items. 2017-03-09 12:15:12 -05: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.

Fire protection added by TenPlus1 when using crystal armor if Ethereal mod active, level 1
protects against torches, level 2 for crystal spike, level 3 for fire, level 5 for lava.

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

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

Note: worldpath config settings override any settings made in the mod's directory.