Merge branch 'development' of https://github.com/NPXcoot/nssm into development
3
init.lua
@ -30,6 +30,9 @@ dofile(path.."/mantis.lua")
|
|||||||
dofile(path.."/masticone.lua")
|
dofile(path.."/masticone.lua")
|
||||||
dofile(path.."/moonheron.lua")
|
dofile(path.."/moonheron.lua")
|
||||||
dofile(path.."/mordain.lua")
|
dofile(path.."/mordain.lua")
|
||||||
|
dofile(path.."/morgre.lua")
|
||||||
|
dofile(path.."/morde.lua")
|
||||||
|
dofile(path.."/morgut.lua")
|
||||||
dofile(path.."/night_master.lua")
|
dofile(path.."/night_master.lua")
|
||||||
dofile(path.."/octopus.lua")
|
dofile(path.."/octopus.lua")
|
||||||
dofile(path.."/phoenix.lua")
|
dofile(path.."/phoenix.lua")
|
||||||
|
20141
models/morde.x
Normal file
10042
models/morgre.x
Normal file
26028
models/morgut.x
Normal file
48
morde.lua
Normal file
@ -0,0 +1,48 @@
|
|||||||
|
nssm:register_mob("nssm:morde", {
|
||||||
|
type = "monster",
|
||||||
|
hp_max = 20,
|
||||||
|
hp_min = 17,
|
||||||
|
collisionbox = {-0.4, 0.00, -0.4, 0.4, 1.6, 0.4},
|
||||||
|
visual = "mesh",
|
||||||
|
rotate= 270,
|
||||||
|
mesh = "morde.x",
|
||||||
|
textures = {{"morde.png"}},
|
||||||
|
visual_size = {x=10, y=10},
|
||||||
|
makes_footstep_sound = true,
|
||||||
|
view_range = 20,
|
||||||
|
walk_velocity = 0.5,
|
||||||
|
reach =3,
|
||||||
|
run_velocity = 3.5,
|
||||||
|
damage = 4,
|
||||||
|
jump = true,
|
||||||
|
--[[sounds = {
|
||||||
|
random = "",
|
||||||
|
},]]
|
||||||
|
drops = {
|
||||||
|
{name = "nssm:life_energy",
|
||||||
|
chance = 1,
|
||||||
|
min = 1,
|
||||||
|
max = 1,},
|
||||||
|
},
|
||||||
|
armor = 70,
|
||||||
|
drawtype = "front",
|
||||||
|
water_damage = 0,
|
||||||
|
fear_height = 4,
|
||||||
|
floats = 1,
|
||||||
|
lava_damage = 0,
|
||||||
|
light_damage = 0,
|
||||||
|
on_rightclick = nil,
|
||||||
|
attack_type = "dogfight",
|
||||||
|
animation = {
|
||||||
|
speed_normal = 15,
|
||||||
|
speed_run = 25,
|
||||||
|
stand_start = 10,
|
||||||
|
stand_end = 40,
|
||||||
|
walk_start = 50,
|
||||||
|
walk_end = 90,
|
||||||
|
run_start = 100,
|
||||||
|
run_end = 120,
|
||||||
|
punch_start = 130,
|
||||||
|
punch_end = 160,
|
||||||
|
}
|
||||||
|
})
|
47
morgre.lua
Normal file
@ -0,0 +1,47 @@
|
|||||||
|
nssm:register_mob("nssm:morgre", {
|
||||||
|
type = "monster",
|
||||||
|
hp_max = 15,
|
||||||
|
hp_min = 14,
|
||||||
|
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=5, y=5},
|
||||||
|
explosion_radius = 6,
|
||||||
|
makes_footstep_sound = true,
|
||||||
|
view_range = 25,
|
||||||
|
fear_height = 4,
|
||||||
|
walk_velocity = 0.5,
|
||||||
|
run_velocity = 3.5,
|
||||||
|
sounds = {
|
||||||
|
explode = "tnt_explode"
|
||||||
|
},
|
||||||
|
damage = 1.5,
|
||||||
|
jump = true,
|
||||||
|
drops = {
|
||||||
|
{name = "nssm:life_energy",
|
||||||
|
chance = 1,
|
||||||
|
min = 1,
|
||||||
|
max = 2,}
|
||||||
|
},
|
||||||
|
armor = 70,
|
||||||
|
drawtype = "front",
|
||||||
|
water_damage = 0,
|
||||||
|
lava_damage = 0,
|
||||||
|
light_damage = 0,
|
||||||
|
on_rightclick = nil,
|
||||||
|
attack_type = "explode",
|
||||||
|
animation = {
|
||||||
|
speed_normal = 25,
|
||||||
|
speed_run = 25,
|
||||||
|
stand_start = 10,
|
||||||
|
stand_end = 40,
|
||||||
|
walk_start = 50,
|
||||||
|
walk_end = 90,
|
||||||
|
run_start = 120,
|
||||||
|
run_end = 140,
|
||||||
|
punch_start = 100,
|
||||||
|
punch_end = 110,
|
||||||
|
}
|
||||||
|
})
|
48
morgut.lua
Normal file
@ -0,0 +1,48 @@
|
|||||||
|
nssm:register_mob("nssm:morgut", {
|
||||||
|
type = "monster",
|
||||||
|
hp_max = 20,
|
||||||
|
hp_min = 17,
|
||||||
|
collisionbox = {-0.3, 0.00, -0.3, 0.3, 1.8, 0.3},
|
||||||
|
visual = "mesh",
|
||||||
|
rotate= 270,
|
||||||
|
mesh = "morgut.x",
|
||||||
|
textures = {{"morgut.png"}},
|
||||||
|
visual_size = {x=5, y=5},
|
||||||
|
makes_footstep_sound = true,
|
||||||
|
view_range = 20,
|
||||||
|
walk_velocity = 0.5,
|
||||||
|
reach =2,
|
||||||
|
run_velocity = 3.5,
|
||||||
|
damage = 4,
|
||||||
|
jump = true,
|
||||||
|
--[[sounds = {
|
||||||
|
random = "",
|
||||||
|
},]]
|
||||||
|
drops = {
|
||||||
|
{name = "nssm:life_energy",
|
||||||
|
chance = 1,
|
||||||
|
min = 1,
|
||||||
|
max = 1,},
|
||||||
|
},
|
||||||
|
armor = 70,
|
||||||
|
drawtype = "front",
|
||||||
|
water_damage = 0,
|
||||||
|
fear_height = 4,
|
||||||
|
floats = 1,
|
||||||
|
lava_damage = 0,
|
||||||
|
light_damage = 0,
|
||||||
|
on_rightclick = nil,
|
||||||
|
attack_type = "dogfight",
|
||||||
|
animation = {
|
||||||
|
speed_normal = 15,
|
||||||
|
speed_run = 25,
|
||||||
|
stand_start = 10,
|
||||||
|
stand_end = 40,
|
||||||
|
walk_start = 50,
|
||||||
|
walk_end = 90,
|
||||||
|
run_start = 100,
|
||||||
|
run_end = 120,
|
||||||
|
punch_start = 130,
|
||||||
|
punch_end = 160,
|
||||||
|
}
|
||||||
|
})
|
@ -818,8 +818,11 @@ nssm_register_egg ('pumpboom_medium', 'Medium Pumpboom')
|
|||||||
nssm_register_egg ('mordain', 'Mordain')
|
nssm_register_egg ('mordain', 'Mordain')
|
||||||
nssm_register_egg ('pupumolle', 'PupuMolle')
|
nssm_register_egg ('pupumolle', 'PupuMolle')
|
||||||
nssm_register_egg ('morgre', 'Morgre')
|
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", {
|
minetest.register_craftitem("nssm:mese_egg", {
|
||||||
description = "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.png
Normal file
After Width: | Height: | Size: 3.8 KiB |
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 |