50 lines
1.5 KiB
Markdown
Executable File
50 lines
1.5 KiB
Markdown
Executable File
# VenenuX minetest mod mobs_balrog
|
|
|
|
This mod adds big moster
|
|
|
|
![Mobs Balrog's screenshot](screenshot.png)
|
|
|
|
## About
|
|
|
|
This mod added a configurable big BIG moster to defeat,
|
|
taken it from the Lord of The Rings game and reworked it a bit.
|
|
|
|
was originally made by Hamlet but abandoned, now minimal fixed
|
|
for VenenuX minetest game, https://forum.minetest.net/viewtopic.php?f=11&t=18459
|
|
|
|
## Usage
|
|
|
|
**Spawn chance**: 1 in half a million (twice the chance of being struck
|
|
by a lightning in real life) under -1500 on the ground
|
|
|
|
**Lowered stats**: HP range to a min of 200 to a max of 600; if you are
|
|
alone then you are dead, if you are in a party you might defeat it.
|
|
Maybe. It's a deity after all.
|
|
|
|
The mob is configurable by settings, check [settingtypes.txt](settingtypes.txt) file.
|
|
|
|
* `mobs_balrog:balrog` : the balrog deity!
|
|
* `mobs_balrog:balrog_whip` : the balrog whip weapon
|
|
|
|
## Download:
|
|
|
|
* https://codeberg.org/minenux/minetest-mod-mobs_balrog
|
|
|
|
Changelog [changelog.md](changelog.md)
|
|
|
|
## Dependencies:
|
|
|
|
* tnt and default, from basic games,
|
|
* mobs (or so called mobs_redo)
|
|
* intllib if you are using minetest 0.4 series and only optional
|
|
|
|
## License:
|
|
|
|
* **Source code's license:** [LGPL v2.1][1]
|
|
* **Media (Textures, Models, Sounds) license:** [CC-BY-SA 3.0 Unported][2]
|
|
|
|
[1]: https://www.gnu.org/licenses/old-licenses/lgpl-2.1.en.html
|
|
[2]: https://creativecommons.org/licenses/by-sa/3.0/
|
|
[3]: https://github.com/minetest/minetest_game
|
|
[4]: https://forum.minetest.net/viewtopic.php?t=9917
|