1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2024-10-01 00:40:33 +02:00

Update npc.lua

This commit is contained in:
Ombridride 2015-03-31 02:16:17 +02:00
parent 7cce453372
commit 23a64e9ffb

View File

@ -30,9 +30,10 @@ mobs:register_mob("mobs:npc", {
makes_footstep_sound = true,
sounds = {},
-- speed and jump
walk_velocity = 1,
run_velocity = 2,
walk_velocity = 1.5,
run_velocity = 2.5,
jump = true,
step = 1,
-- drops wood and chance of apples when dead
drops = {
{name = "default:wood",