Morgut added
This commit is contained in:
parent
49a273430e
commit
540aff4514
1
init.lua
1
init.lua
@ -31,6 +31,7 @@ dofile(path.."/moonheron.lua")
|
||||
dofile(path.."/mordain.lua")
|
||||
dofile(path.."/morgre.lua")
|
||||
dofile(path.."/morde.lua")
|
||||
dofile(path.."/morgut.lua")
|
||||
dofile(path.."/night_master.lua")
|
||||
dofile(path.."/octopus.lua")
|
||||
dofile(path.."/phoenix.lua")
|
||||
|
26028
models/morgut.x
Normal file
26028
models/morgut.x
Normal file
File diff suppressed because it is too large
Load Diff
48
morgut.lua
Normal file
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,
|
||||
}
|
||||
})
|
Loading…
x
Reference in New Issue
Block a user