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