diff --git a/README.md b/README.md index fd4b398..e9a82c6 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) -# Physio stress modpack +# Physio stress modpack for Minetest Main Repository: diff --git a/ph_integrate/README.md b/ph_integrate/README.md index e4ee4e9..48cc4aa 100644 --- a/ph_integrate/README.md +++ b/ph_integrate/README.md @@ -1,5 +1,5 @@ [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) -#ph_integrate +# Minetest mod: ph_integrate See license.txt for license information. @@ -7,10 +7,10 @@ This mod integrates items of other mods for using with mod physio_stress. Several eating items are enhanced with thirst value, leading to simultaneous increasing of saturation and thirst, e.g. an apple gives you also some water. -##Authors of source code +## Authors of source code ademant (MIT) -##Authors of media (textures) +## Authors of media (textures) Created by ademant (CC BY 3.0): diff --git a/physio_stress/README.md b/physio_stress/README.md index 6f57184..c63fb8b 100644 --- a/physio_stress/README.md +++ b/physio_stress/README.md @@ -1,9 +1,9 @@ [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) -#Physio_Stress +# Minetest Mod: Physio_Stress See license.txt for license information. -##Short Description +## Short Description Physio-Stress is a mod providing following physiological enhancements: - Sunburn - Nyctophoby (Angst of darkness) @@ -13,13 +13,13 @@ Physio-Stress is a mod providing following physiological enhancements: A main feature compared with other mods is the storage of relevant information in the player metadata not in mod space. For this the API of the mod xpfw is used, providing functions to handle player relevant data. -##Sunburn/Nyctophoby: +## Sunburn/Nyctophoby: Each player can adjust to the actual light. Too fast changes in light leads to a kind of shock. With the actual light amount a rolling mean value is calculated. Is the actual light level too high or too low compared with the rolling mean value, a shock is produced, leading to decreasing hit points. The threshold is bigger if the player has at least one armor (from 3d_armor) as sun protection. New player joining the game has a delay time, where sunburn/nyctophoby has no harm. In this time the rolling mean value establish. -##hunger/thirst: +## hunger/thirst: Similar to other mods hunger (saturation) and thirst is implemented using the player metadata for storing. The item_eat routine is rewritten to give the hp to field saturation instead HP. If an item has the definition value "drink_hp" this value will be added to the thirst value. @@ -27,17 +27,17 @@ An item like an apple can increase saturation and thirst level at the same time. Saturation and thirst will decrease by time, walking, swimming, digging, crafting and building. For this the statistics from xpfw is used. Per time step the changes are used to calculate a decreasing of saturation and thirst. For digging a correction is applied: A kind of hardness of the node is estimated from the value of the groups "choppy", "crumbly", "snappy" and "cracky". Digging harder nodes (higher values) lead to higher drain of saturation and thirst. Also digging a cracky node lead to highest drain, while digging other nodes lead to less drain. -##Exhaustion: +## Exhaustion: By mod xpfw several speeds are measured: Walking, Swimming, Digging, building and crafting. Out of this speed a kind of exhaustion is calculated. -##Authors of source code +## Authors of source code ademant (MIT) -##Authors of media (textures) +## Authors of media (textures) Created by ademant (CC BY 3.0): -##Authors of media (sound) +## Authors of media (sound) eat_generic: copied from mod hbhunger (https://github.com/creatively-survival/hbhunger)