1
0
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:
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, 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",