mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2024-11-05 18:10:26 +01:00
Update npc.lua
This commit is contained in:
parent
7cce453372
commit
23a64e9ffb
|
@ -30,9 +30,10 @@ mobs:register_mob("mobs:npc", {
|
||||||
makes_footstep_sound = true,
|
makes_footstep_sound = true,
|
||||||
sounds = {},
|
sounds = {},
|
||||||
-- speed and jump
|
-- speed and jump
|
||||||
walk_velocity = 1,
|
walk_velocity = 1.5,
|
||||||
run_velocity = 2,
|
run_velocity = 2.5,
|
||||||
jump = true,
|
jump = true,
|
||||||
|
step = 1,
|
||||||
-- drops wood and chance of apples when dead
|
-- drops wood and chance of apples when dead
|
||||||
drops = {
|
drops = {
|
||||||
{name = "default:wood",
|
{name = "default:wood",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user