mirror of
git://repo.or.cz/minetest_mana.git
synced 2025-06-29 13:40:23 +02:00
Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
31250df93e | |||
f1e6d37614 |
@ -1,6 +1,6 @@
|
|||||||
# Mana [mana]
|
# Mana [mana]
|
||||||
|
|
||||||
* Version: 1.3.0
|
* Version: 1.3.1
|
||||||
* Note: This mod uses semantic versioning, as defined by version 2.0.0 of the SemVer standard. See: <http://semver.org/>
|
* Note: This mod uses semantic versioning, as defined by version 2.0.0 of the SemVer standard. See: <http://semver.org/>
|
||||||
|
|
||||||
## Description
|
## Description
|
||||||
@ -14,7 +14,7 @@ Each player will have an additional attribute: Mana. To be precise:
|
|||||||
|
|
||||||
By default, each player spawns with 0/200 mana, and regenerates 1 mana per fifth of a second. All
|
By default, each player spawns with 0/200 mana, and regenerates 1 mana per fifth of a second. All
|
||||||
these values can be configured with the server settings (`minetest.conf`) and it is highly advised to do
|
these values can be configured with the server settings (`minetest.conf`) and it is highly advised to do
|
||||||
so if you plan to integrate this mod into a subgame.
|
so if you plan to integrate this mod into a game.
|
||||||
|
|
||||||
The mana regeneration rate (the “mana tick”) is a global setting and is *not* configured on a
|
The mana regeneration rate (the “mana tick”) is a global setting and is *not* configured on a
|
||||||
per-player basis.
|
per-player basis.
|
||||||
|
Reference in New Issue
Block a user