no disrespect to Nathan Petrelli, but I dont think we should name monsterducks after him...!

This commit is contained in:
Tai Kedzierski 2018-12-28 00:39:40 +00:00
parent fbbbabb63b
commit fe9b79c295
5 changed files with 5 additions and 8 deletions

View File

@ -4,8 +4,8 @@ mobs:register_mob("nssm:flying_duck", {
hp_min = 10,
collisionbox = {-0.3, -0.2, -0.3, 0.3, 0.2, 0.3},
visual = "mesh",
mesh = "nathan_petrelli.x",
textures = {{"nathan_petrelli.png"}},
mesh = "flying_duck.x",
textures = {{"flying_duck.png"}},
visual_size = {x=1, y=1},
view_range = 30,
walk_velocity = 2,

View File

@ -86,6 +86,7 @@ if mm ~= 0 then
-- FOREST
-- Mantis larvae
mobs:spawn_specific("nssm:larva", {"default:dirt_with_grass"}, {"default:tree","default:aspen_tree"},
0, 20, 40, 200000/mm, 1, -31000, 140)
@ -186,18 +187,13 @@ if mm ~= 0 then
-- FOREST
-- Mantis larvae
mobs:spawn_specific("nssm:larva", {"default:dirt_with_grass"}, {"default:tree","default:aspen_tree"},
0, 20, 40, 800000/mm, 1, -31000, 140)
mobs:spawn_specific("nssm:masticone", {"default:dirt_with_grass"}, {"default:tree","default:aspen_tree"},
0, 20, 180, 6000000/mm, 2, -31000, 140)
mobs:spawn_specific("nssm:mantis", {"default:dirt_with_grass"}, {"default:tree","default:aspen_tree"},
0, 20, 40, 1000000/mm, 1, -31000, 140)
mobs:spawn_specific("nssm:mantis_beast", {"default:dirt_with_grass"}, {"default:tree","default:aspen_tree"},
0, 20, 40, 100000/mm, 1, -31000, 140)
-- PINE FOREST
mobs:spawn_specific("nssm:pumpboom_small", {"default:dirt_with_grass", "default:dirt_with_snow","default:snowblock"}, {"default:pine_tree"},

View File

Before

Width:  |  Height:  |  Size: 52 KiB

After

Width:  |  Height:  |  Size: 52 KiB

View File

@ -1,6 +1,7 @@
Mobs bugs + changes
* Ensure phoenix cannot burn through unswappable
* Check darts.lua - this is where phoenix "arrow" is defined, these routines do not have protection checks
Server-oriented changes