mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2025-12-19 16:25:47 +01:00
add pathfinding to monsters
This commit is contained in:
@@ -7,6 +7,7 @@ mobs:register_mob("mobs:creeper", {
|
||||
-- agressive, does 21 damage to player when explode
|
||||
passive = false,
|
||||
attack_type = "explode",
|
||||
pathfinding = true,
|
||||
damage = 21,
|
||||
-- health & armor
|
||||
hp_min = 30, hp_max = 40, armor = 90,
|
||||
|
||||
Reference in New Issue
Block a user