Morgre added
This commit is contained in:
parent
6c91e54a99
commit
0e433a62d0
10042
models/morgre.x
Normal file
10042
models/morgre.x
Normal file
File diff suppressed because it is too large
Load Diff
47
morgre.lua
Normal file
47
morgre.lua
Normal file
@ -0,0 +1,47 @@
|
|||||||
|
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},
|
||||||
|
visual = "mesh",
|
||||||
|
mesh = "morgre.x",
|
||||||
|
rotate = 270,
|
||||||
|
textures = {{"morgre.png"}},
|
||||||
|
visual_size = {x=2, y=2},
|
||||||
|
explosion_radius = 6,
|
||||||
|
makes_footstep_sound = true,
|
||||||
|
view_range = 25,
|
||||||
|
fear_height = 4,
|
||||||
|
walk_velocity = 1.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,
|
||||||
|
}
|
||||||
|
})
|
BIN
textures/morgre.png
Normal file
BIN
textures/morgre.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.8 KiB |
Loading…
x
Reference in New Issue
Block a user