New mobs textures and eggs
1
init.lua
@ -29,6 +29,7 @@ dofile(path.."/mantis.lua")
|
||||
dofile(path.."/masticone.lua")
|
||||
dofile(path.."/moonheron.lua")
|
||||
dofile(path.."/mordain.lua")
|
||||
dofile(path.."/morgre.lua")
|
||||
dofile(path.."/night_master.lua")
|
||||
dofile(path.."/octopus.lua")
|
||||
dofile(path.."/phoenix.lua")
|
||||
|
@ -2,17 +2,17 @@ nssm:register_mob("nssm:morgre", {
|
||||
type = "monster",
|
||||
hp_max = 15,
|
||||
hp_min = 14,
|
||||
collisionbox = {-0.30, 0, -0.30, 0.30, 0.80, 0.30},
|
||||
collisionbox = {-0.20, 0, -0.20, 0.20, 1.60, 0.20},
|
||||
visual = "mesh",
|
||||
mesh = "morgre.x",
|
||||
rotate = 270,
|
||||
textures = {{"morgre.png"}},
|
||||
visual_size = {x=2, y=2},
|
||||
visual_size = {x=5, y=5},
|
||||
explosion_radius = 6,
|
||||
makes_footstep_sound = true,
|
||||
view_range = 25,
|
||||
fear_height = 4,
|
||||
walk_velocity = 1.5,
|
||||
walk_velocity = 0.5,
|
||||
run_velocity = 3.5,
|
||||
sounds = {
|
||||
explode = "tnt_explode"
|
||||
|
@ -818,8 +818,11 @@ nssm_register_egg ('pumpboom_medium', 'Medium Pumpboom')
|
||||
nssm_register_egg ('mordain', 'Mordain')
|
||||
nssm_register_egg ('pupumolle', 'PupuMolle')
|
||||
nssm_register_egg ('morgre', 'Morgre')
|
||||
|
||||
|
||||
nssm_register_egg ('morvy', 'Morvy')
|
||||
nssm_register_egg ('morgut', 'Morgut')
|
||||
nssm_register_egg ('morde', 'Morde')
|
||||
nssm_register_egg ('morlu', 'Morlu')
|
||||
nssm_register_egg ('morwa', 'Morwa')
|
||||
|
||||
minetest.register_craftitem("nssm:mese_egg", {
|
||||
description = "Mese Egg",
|
||||
|
BIN
textures/light_ball_hand.png
Normal file
After Width: | Height: | Size: 624 B |
BIN
textures/morde.png
Normal file
After Width: | Height: | Size: 4.4 KiB |
BIN
textures/morde_egg.png
Normal file
After Width: | Height: | Size: 875 B |
BIN
textures/morgre_egg.png
Normal file
After Width: | Height: | Size: 864 B |
BIN
textures/morgut.png
Normal file
After Width: | Height: | Size: 4.3 KiB |
BIN
textures/morgut_egg.png
Normal file
After Width: | Height: | Size: 817 B |
BIN
textures/morlu.png
Normal file
After Width: | Height: | Size: 4.3 KiB |
BIN
textures/morlu_egg.png
Normal file
After Width: | Height: | Size: 867 B |
BIN
textures/morvy.png
Normal file
After Width: | Height: | Size: 4.3 KiB |
BIN
textures/morvy_egg.png
Normal file
After Width: | Height: | Size: 860 B |
BIN
textures/morwa.png
Normal file
After Width: | Height: | Size: 4.2 KiB |
BIN
textures/morwa_egg.png
Normal file
After Width: | Height: | Size: 852 B |