mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2024-11-18 00:08:25 +01:00
Adjust the health and the knockback of DM
This commit is contained in:
parent
41aeaa10a6
commit
8372822cf4
@ -40,7 +40,7 @@ mobs:register_mob("mobs:dungeon_master", {
|
|||||||
run_velocity = 2,
|
run_velocity = 2,
|
||||||
jump = false,
|
jump = false,
|
||||||
view_range = 16,
|
view_range = 16,
|
||||||
knock_back = 0, --this is a test
|
knock_back = 0.05, --this is a test
|
||||||
-- drops mese or diamond when dead
|
-- drops mese or diamond when dead
|
||||||
drops = {
|
drops = {
|
||||||
{name = "default:mese_crystal_fragment",
|
{name = "default:mese_crystal_fragment",
|
||||||
|
Loading…
Reference in New Issue
Block a user