minetest_hbarmor/README.md

43 lines
1.4 KiB
Markdown
Raw Permalink Normal View History

2016-11-12 19:33:19 +01:00
# HUD bar for `3d_armor` [`hbarmor`]
2022-08-01 14:21:57 +02:00
* Version: 1.0.1
2016-11-12 19:33:19 +01:00
## Description
This mod adds a simple HUD bar which displays the current damage
of the player's armor (from the 3D Armor [`3d_armor`] mod) as a percentage (rounded).
100% armor means the armor is in perfect shape. 0% means the armor is almost destroyed
or non-existant. Note that to reach 100%, the player must wear at least 4 different
pieces of armor in perfect shape.
The armor bar also does not tell anything about the armor's strength,
only how worn out it already is.
By default, the armor bar is hidden if the player wears no armor.
## Dependencies
2019-04-01 13:01:14 +02:00
* HUD bars [`hudbars`], major version 2
2019-04-01 12:12:59 +02:00
* 3D Armor [`3d_armor`] (tested with Minetest 5.0.0)
2016-11-12 19:33:19 +01:00
## Licensing
This mod is entirly free softare.
### Source code
2017-09-18 16:35:08 +02:00
* License: MIT License (see below)
2016-11-12 19:33:19 +01:00
* Authors: Wuzzy, forked from the mod “Better HUD (and hunger)” [`hud`] by BlockMen (2013-2014)
### Textures
* `hbarmor_icon.png`—Stu ([CC BY-SA 3.0](https://creativecommons.org/licenses/by-sa/3.0/)), modified by BlockMen
* `hbarmor_bgicon.png`—Stu (CC BY-SA 3.0), modified by BlockMen
2017-09-18 16:35:08 +02:00
* `hbarmor_bar.png`—Wuzzy (MIT License)
2016-11-12 19:33:19 +01:00
2017-09-18 16:35:08 +02:00
Everything else is under the MIT License:
2016-11-12 19:33:19 +01:00
© Copyright BlockMen (2013-2014)
This program is free software. It comes without any warranty, to
the extent permitted by applicable law. You can redistribute it
2017-09-18 16:35:08 +02:00
and/or modify it under the terms of the MIT License.
See <https://opensource.org/licenses/MIT> for more details.