This commit is contained in:
NPXcoot 2017-01-16 23:07:52 +01:00
parent 38717392a7
commit c9a75b980e
19 changed files with 106325 additions and 21956 deletions

View File

@ -12,6 +12,7 @@ dofile(path.."/mobs/ant_soldier.lua")
dofile(path.."/mobs/ant_worker.lua")
dofile(path.."/mobs/black_widow.lua")
dofile(path.."/mobs/bloco.lua")
dofile(path.."/mobs/chog.lua")
dofile(path.."/mobs/crab.lua")
dofile(path.."/mobs/crocodile.lua")
dofile(path.."/mobs/crystal_slug.lua")
@ -32,7 +33,6 @@ dofile(path.."/mobs/kele.lua")
dofile(path.."/mobs/larva.lua")
dofile(path.."/mobs/lava_titan.lua")
dofile(path.."/mobs/manticore.lua")
dofile(path.."/mobs/mantis_beast.lua")
dofile(path.."/mobs/mantis.lua")
dofile(path.."/mobs/masticone.lua")
dofile(path.."/mobs/moonheron.lua")
@ -50,6 +50,7 @@ dofile(path.."/mobs/phoenix.lua")
dofile(path.."/mobs/pumpboom.lua")
dofile(path.."/mobs/pumpking.lua")
dofile(path.."/mobs/pumpkid.lua")
dofile(path.."/mobs/river_lord.lua")
dofile(path.."/mobs/sandworm.lua")
dofile(path.."/mobs/scrausics.lua")
dofile(path.."/mobs/sand_bloco.lua")
@ -60,6 +61,7 @@ dofile(path.."/mobs/spiderduck.lua")
dofile(path.."/mobs/stone_eater.lua")
dofile(path.."/mobs/swimming_duck.lua")
dofile(path.."/mobs/tarantula.lua")
dofile(path.."/mobs/tartacacia.lua")
dofile(path.."/mobs/uloboros.lua")
dofile(path.."/mobs/werewolf.lua")
dofile(path.."/mobs/white_werewolf.lua")
@ -73,5 +75,5 @@ dofile(path.."/darts.lua")
dofile(path.."/nssm_materials.lua")
dofile(path.."/nssm_spears.lua")
dofile(path.."/nssm_api.lua")
dofile(path.."/nssm_weapons.lua")
--dofile(path.."/nssm_weapons.lua")
dofile(path.."/nssm_armor.lua")

55
mobs/chog.lua Normal file
View File

@ -0,0 +1,55 @@
mobs:register_mob("nssm:chog", {
type = "monster",
hp_max = 36,
hp_min = 27,
collisionbox = {-0.4, 0, -0.4, 0.4, 1.4, 0.4},
visual = "mesh",
mesh = "chog.x",
textures = {{"chog.png"}},
visual_size = {x=4, y=4},
makes_footstep_sound = true,
view_range = 10,
walk_velocity = 1,
rotate = 270,
fear_height = 4,
run_velocity = 3.5,
--[[sounds = {
random = "chog",
},]]
damage = 1,
jump = true,
drops = {
{name = "nssm:life_energy",
chance = 1,
min = 3,
max = 4},
},
armor = 70,
drawtype = "front",
water_damage = 0,
lava_damage = 5,
light_damage = 0,
--group_attack=true,
--attack_animals=true,
knock_back=2,
blood_texture="nssm_blood.png",
stepheight=1.1,
on_rightclick = nil,
attack_type = "dogfight",
animation = {
speed_normal = 20,
speed_run = 20,
stand_start = 0,
stand_end = 50,
walk_start = 60,
walk_end = 100,
run_start = 110,
run_end = 130,
punch_start = 220,
punch_end = 240,
shoot_start =170,
shoot_end=210,
die_start = 140,
die_end = 160,
},
})

View File

@ -1,63 +0,0 @@
mobs:register_mob("nssm:mantis_beast", {
type = "monster",
hp_max = 30,
hp_min = 27,
collisionbox = {-0.65, 0.00, -0.65, 0.65, 1.50, 0.65},
visual = "mesh",
mesh = "mantis_beast.x",
textures = {{"mantis_beast.png"}, {"mantis_beast2.png"}},
visual_size = {x=6, y=6},
makes_footstep_sound = true,
view_range = 25,
fear_height = 4,
walk_velocity = 2.5,
run_velocity = 3.5,
sounds = {
random = "manti",
},
damage = 5,
reach = 2,
jump = true,
drops = {
{name = "nssm:mantis_claw",
chance = 2,
min = 1,
max = 6,},
{name = "nssm:life_energy",
chance = 1,
min = 2,
max = 3,},
{name = "nssm:mantis_skin",
chance = 3,
min = 1,
max = 2,},
{name = "nssm:mantis_meat",
chance = 2,
min = 1,
max = 2,},
},
armor = 70,
drawtype = "front",
water_damage = 2,
lava_damage = 5,
light_damage = 0,
group_attack=true,
attack_animals=true,
knock_back=2,
blood_texture="nssm_blood_blue.png",
stepheight=1.1,
on_rightclick = nil,
attack_type = "dogfight",
animation = {
speed_normal = 15,
speed_run = 20,
stand_start = 0,
stand_end = 60,
walk_start = 70,
walk_end = 110,
run_start = 70,
run_end = 110,
punch_start = 140,
punch_end = 165,
}
})

58
mobs/river_lord.lua Normal file
View File

@ -0,0 +1,58 @@
mobs:register_mob("nssm:river_lord", {
type = "monster",
hp_max = 36,
hp_min = 27,
collisionbox = {-0.6, 0, -0.6, 0.6, 3, 0.6},
visual = "mesh",
mesh = "river_lord.x",
textures = {{"river_lord.png"}},
visual_size = {x=4, y=4},
makes_footstep_sound = true,
view_range = 10,
walk_velocity = 0.6,
rotate = 270,
fear_height = 4,
run_velocity = 4,
--[[sounds = {
random = "river_lord",
},]]
damage = 1,
jump = true,
drops = {
{name = "nssm:life_energy",
chance = 1,
min = 3,
max = 4},
},
armor = 70,
drawtype = "front",
water_damage = 0,
lava_damage = 5,
reach= 4,
light_damage = 0,
--group_attack=true,
--attack_animals=true,
knock_back=0,
blood_texture="nssm_blood.png",
stepheight=2.1,
on_rightclick = nil,
attack_type = "dogfight",
animation = {
speed_normal = 20,
speed_run = 20,
stand_start = 20,
stand_end = 100,
walk_start = 110,
walk_end = 150,
run_start = 160,
run_end = 180,
punch_start = 260,
punch_end = 280,
die_start = 290,
die_end = 310,
--Arena di fango inizio: 190
--Arena di fango fine: 220
--Inizio carica 230
--Fine carica 250
},
})

57
mobs/tartacacia.lua Normal file
View File

@ -0,0 +1,57 @@
mobs:register_mob("nssm:tartacacia", {
type = "monster",
hp_max = 36,
hp_min = 27,
collisionbox = {-2, 0, -2, 2, 3, 2},
visual = "mesh",
mesh = "tartacacia.x",
textures = {{"tartacacia.png"}},
visual_size = {x=10, y=10},
makes_footstep_sound = true,
view_range = 15,
walk_velocity = 0.6,
rotate = 270,
reach=10,
fear_height = 4,
run_velocity = 1.2,
--[[sounds = {
random = "tartacacia",
},]]
damage = 1,
jump = true,
drops = {
{name = "nssm:life_energy",
chance = 1,
min = 3,
max = 4},
},
armor = 70,
drawtype = "front",
water_damage = 2,
lava_damage = 5,
light_damage = 0,
--group_attack=true,
--attack_animals=true,
knock_back=0,
blood_texture="nssm_blood.png",
stepheight=2.1,
on_rightclick = nil,
attack_type = "dogfight",
specific_attack = {"player", "nssm:felucco"},
animation = {
speed_normal = 20,
speed_run = 40,
stand_start = 10,
stand_end = 60,
walk_start = 70,
walk_end = 150,
run_start = 70,
run_end = 150,
punch_start = 190,
punch_end = 220,
punch2_start = 230,
punch2_end = 250,
die_start = 160,
die_end = 180,
},
})

31940
models/chog.x Normal file

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

43386
models/river_lord.x Normal file

File diff suppressed because it is too large Load Diff

30822
models/tartacacia.x Normal file

File diff suppressed because it is too large Load Diff

View File

@ -1901,7 +1901,9 @@ nssm_register_egg2 ('lava_titan', 'Lava Titan')
nssm_register_egg ('kele', 'Kele')
nssm_register_egg ('crystal_slug', 'Crystal Slug')
nssm_register_egg2 ('masticone', 'Masticone')
nssm_register_egg ('mantis_beast', 'Mantis Beast')
nssm_register_egg ('chog', 'Chog')
nssm_register_egg ('river_lord', 'River Lord')
nssm_register_egg ('tartacacia', 'Tartacacia')
nssm_register_egg ('mantis', 'Mantis')
nssm_register_egg ('larva', 'Larva')
nssm_register_egg2 ('phoenix', 'Phoenix')

BIN
textures/chog.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

BIN
textures/chog_egg.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 851 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 41 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 35 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 780 B

BIN
textures/river_lord.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 34 KiB

BIN
textures/river_lord_egg.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 890 B

BIN
textures/tartacacia.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

BIN
textures/tartacacia_egg.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 866 B