https://github.com/hkzorman/advanced_guards
Advanced Guards mods based on Guards Mod (https://forum.minetest.net/viewtopic.php?f=9&t=17483)
https://github.com/hkzorman/advanced_guards
guards minetest mods
Last synced: 17 days ago
JSON representation
Advanced Guards mods based on Guards Mod (https://forum.minetest.net/viewtopic.php?f=9&t=17483)
- Host: GitHub
- URL: https://github.com/hkzorman/advanced_guards
- Owner: hkzorman
- License: lgpl-2.1
- Created: 2017-06-08T01:09:36.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-09-08T01:48:26.000Z (over 7 years ago)
- Last Synced: 2025-02-12T20:44:57.048Z (2 months ago)
- Topics: guards, minetest, mods
- Language: Lua
- Size: 203 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license.txt
Awesome Lists containing this project
README
Advanced Guards mod
===================
Based almost entirely on original Guards mod (https://forum.minetest.net/viewtopic.php?f=9&t=17483) by Kai Gerd MüllerFeatures
--------
- Create guards that follow you and intercept potential enemies
- Guards are created by placing two blocks of a specific material and then punching them with finalization staff
- Materials that can be used: steel, bronze, copper, mese, obsidian, diamond
- They can jump and float in water__Modifications added by zorman2000__
- Modified texture for finalization staff
- Modified guards attributes to be more balanced
- Added tin guard
- Added a guard horn, which allows you to order your guards to:
- Stand ground
- Follow you
- Follow you and attack enemies
- Added a guard manifesto, which allows you to exempt players from being attacked by guards
- Added compatibility with mobs_redo API
- Guards attack monsters and NPCs owned by other players, but not animals
- Modified guards so they only attack other guards, mobs from mobs_redo as explained above, and nothing else
- Added creation and death effectsGuard types:
------------
- Tin guard
- Very weak, but very fast, both walking and attacking
- Steel guard
- Stronger than tin guard, slower than tin guard
- Copper guard
- Stronger and slower than tin guard, weaker than steel guard, but faster than steel guard
- Bronze guard
- Similar to steel guard, but slightly stronger
- Obsidian guard
- Very strong guard, but very slow as well
- Gold guard
- Similar to bronze guard, but slighlty stronger
- Mese guard
- Stronger than gold guard and slighly faster
- Diamond guard
- Significantly stronger and faster than mese guardLicense
-------
_Code:_ GNU Lesser General Public License (LGPL)_Textures/images:_
By Kai Gerd Müller (unspecified license, included in original Guards mod):
- bronze.png
- copper.png
- diamond.png
- gold.png
- mese.png
- obsidian.png
- steel.pngBy Zorman2000:
- finalization_staff.png (CC BY-SA)
- war_horn.png (CC BY-SA)
- manifesto.png (CC BY-SA)
- tin.png (modified from steel.png, WTFPL)