mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2025-06-28 14:16:06 +02:00
Reduce the move speed of the Dirt Monster
This commit is contained in:
@ -27,8 +27,8 @@ mobs:register_mob("mobs:dirt_monster", {
|
||||
},
|
||||
-- speed and jump
|
||||
view_range = 16,
|
||||
walk_velocity = 3,
|
||||
run_velocity = 5,
|
||||
walk_velocity = 2.5,
|
||||
run_velocity = 4,
|
||||
jump = true,
|
||||
-- drops dirt and coins when dead
|
||||
drops = {
|
||||
|
Reference in New Issue
Block a user