1
0

78 lines
2.7 KiB
Markdown
Raw Normal View History

# VenenuX minetest mod mobs_balrog
This mod adds big moster
2018-08-23 13:51:43 +02:00
![Mobs Balrog's screenshot](screenshot.png)
2018-07-10 20:56:15 +02:00
## Information
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
#### DIFERENCES WITH FLUX FORK : more fair and consistent
The flux fork is unfair and inconsistent:
* heavy cos has more textures and sound effects (nice but slow on phones)
* the whip just spend so much on any action
* seems sometimes not care of creative mode
* the monster is great but unfair and
* players never meet it cos spamn too much deep, and finally
* dont work in any minetest, neither well in phones/rasberrys/tables.
* it chat with player cheaters so will cause some lag in low end devices
This mob is more simple, unfeatured but faster:
* it hurts any player, event in protected areas
* dont detect invisibility in some cases
* it loads faster and works in any device, event phones or rpis
* the balrog dont chat with players launchind obscure sentences, causing more lag
### Usage
**Spawn chance**: 1 en a thousand (same the chance of being struck
by a lightning in real life) under -1500 on the ground, but if nether then
will be 1 in half a more thousand under -8000 on the ground.
**Lowered stats**: HP range to a min of 400 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.
## Technicall information
The mob is configurable by settings, check [settingtypes.txt](settingtypes.txt) file.
2018-07-10 20:56:15 +02:00
* `mobs_balrog:balrog` : the balrog deity!
* `mobs_balrog:balrog_whip` : the balrog whip weapon
2018-08-23 13:51:43 +02:00
Some commits on flux's fork are unclear by example dccf3edeccbd5c7ee6947f12919fc375690a42ff
seems work in pvp but also changes the tool registry.
Another doub change is the balrog life, in commit 3918415ed53f85266e95f6886173c6a8197b2092
that increases to 2400 but are not documneted, so non modders will not understand why dont die!
## Download:
2018-07-10 20:56:15 +02:00
* https://codeberg.org/minenux/minetest-mod-mobs_balrog
2018-07-10 20:56:15 +02:00
Changelog [changelog.md](changelog.md)
2018-07-10 20:56:15 +02:00
## Dependencies:
2018-07-10 20:56:15 +02:00
* tnt, default, from basic games,
* mobs (or so called mobs_redo)
* intllib if you are using minetest 0.4 series and only optional
2018-07-10 20:56:15 +02:00
## License:
2019-10-16 13:04:26 +02:00
* **Source code's license:** [LGPL v2.1][1]
* **Media (Textures, Models, Sounds) license:** [CC-BY-SA 3.0 Unported][2]
2019-10-16 13:04:26 +02:00
[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