minetest-france/mods/minetest-3d_armor/3d_armor
dicebox e2c75bbd22 git subrepo clone https://github.com/stujones11/minetest-3d_armor.git mods/minetest-3d_armor
subrepo:
  subdir:   "mods/minetest-3d_armor"
  merged:   "ba62feb"
upstream:
  origin:   "https://github.com/stujones11/minetest-3d_armor.git"
  branch:   "master"
  commit:   "ba62feb"
git-subrepo:
  version:  "0.3.1"
  origin:   "https://github.com/ingydotnet/git-subrepo"
  commit:   "a7ee886"
2017-02-10 18:25:48 +01:00
..
models git subrepo clone https://github.com/stujones11/minetest-3d_armor.git mods/minetest-3d_armor 2017-02-10 18:25:48 +01:00
textures git subrepo clone https://github.com/stujones11/minetest-3d_armor.git mods/minetest-3d_armor 2017-02-10 18:25:48 +01:00
LICENSE.txt git subrepo clone https://github.com/stujones11/minetest-3d_armor.git mods/minetest-3d_armor 2017-02-10 18:25:48 +01:00
README.txt git subrepo clone https://github.com/stujones11/minetest-3d_armor.git mods/minetest-3d_armor 2017-02-10 18:25:48 +01:00
admin.lua git subrepo clone https://github.com/stujones11/minetest-3d_armor.git mods/minetest-3d_armor 2017-02-10 18:25:48 +01:00
armor.conf.example git subrepo clone https://github.com/stujones11/minetest-3d_armor.git mods/minetest-3d_armor 2017-02-10 18:25:48 +01:00
armor.lua git subrepo clone https://github.com/stujones11/minetest-3d_armor.git mods/minetest-3d_armor 2017-02-10 18:25:48 +01:00
crafting_guide.txt git subrepo clone https://github.com/stujones11/minetest-3d_armor.git mods/minetest-3d_armor 2017-02-10 18:25:48 +01:00
depends.txt git subrepo clone https://github.com/stujones11/minetest-3d_armor.git mods/minetest-3d_armor 2017-02-10 18:25:48 +01:00
description.txt git subrepo clone https://github.com/stujones11/minetest-3d_armor.git mods/minetest-3d_armor 2017-02-10 18:25:48 +01:00
init.lua git subrepo clone https://github.com/stujones11/minetest-3d_armor.git mods/minetest-3d_armor 2017-02-10 18:25:48 +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.

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.