Morarrow added

master
NPXcoot 2016-05-17 23:31:30 +02:00
parent 27c507720f
commit 06bfd09fbe
5 changed files with 23137 additions and 0 deletions

View File

@ -118,6 +118,21 @@ nssm:register_arrow("nssm:spine", {
end,
})
--morbat arrow
nssm:register_arrow("nssm:morarrow", {
visual = "sprite"
visual_size = {x=0.5, y=0.5},
textures = {"morarrow.png"},
velocity= 13,
hit_player = function(self, player)
player:punch(self.object, 1.0, {
full_punch_interval = 1.0,
damage_groups = {fleshy = 3},
}, nil)
end,
})
-- web arrow
nssm:register_arrow("nssm:webball", {
visual = "sprite",

23121
models/mortick.x Normal file

File diff suppressed because it is too large Load Diff

View File

@ -89,6 +89,7 @@ mobs:register_mob("nssm:morvy", {
6, --maxsize
false, --collisiondetection
"morparticle.png" --texture
)
local bat = {"nssm:morbat1"}
local which = math.random (1,3)
if which == 1 then

BIN
textures/morarrow.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

BIN
textures/mortick.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB