mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2025-04-03 19:20:35 +02:00
Added sarangay's rotation
- Used rotate parameter in sarangay's definition
This commit is contained in:
parent
0dfb7ee02f
commit
681c2af852
@ -15,6 +15,7 @@ dofile(minetest.get_modpath("mobs").."/kitten.lua") -- Jordach/BFD
|
|||||||
|
|
||||||
-- Monsters
|
-- Monsters
|
||||||
|
|
||||||
|
dofile(minetest.get_modpath("mobs").."/sarangay.lua") -- Kalabasa
|
||||||
dofile(minetest.get_modpath("mobs").."/dirtmonster.lua") -- PilzAdam
|
dofile(minetest.get_modpath("mobs").."/dirtmonster.lua") -- PilzAdam
|
||||||
dofile(minetest.get_modpath("mobs").."/dungeonmaster.lua") -- PilzAdam
|
dofile(minetest.get_modpath("mobs").."/dungeonmaster.lua") -- PilzAdam
|
||||||
dofile(minetest.get_modpath("mobs").."/oerkki.lua") -- PilzAdam
|
dofile(minetest.get_modpath("mobs").."/oerkki.lua") -- PilzAdam
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
mobs:register_mob("mobs:sarangay", {
|
mobs:register_mob("mobs:sarangay", {
|
||||||
type = "monster",
|
type = "monster",
|
||||||
passive = false,
|
passive = false,
|
||||||
|
rotate = 1.5,
|
||||||
damage = 5,
|
damage = 5,
|
||||||
hp_min = 40,
|
hp_min = 40,
|
||||||
hp_max = 60,
|
hp_max = 60,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user