mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2024-12-25 18:20:36 +01:00
The goat attack players when players attack him
This commit is contained in:
parent
8d6fa26442
commit
59f42c1935
@ -5,7 +5,7 @@ mobs:register_mob("mobs:goat", {
|
|||||||
-- animal, monster, npc, barbarian
|
-- animal, monster, npc, barbarian
|
||||||
type = "animal",
|
type = "animal",
|
||||||
-- aggressive, does 5 damage to player when threatened
|
-- aggressive, does 5 damage to player when threatened
|
||||||
passive = true,
|
passive = false,
|
||||||
attack_type = "dogfight",
|
attack_type = "dogfight",
|
||||||
damage = 5,
|
damage = 5,
|
||||||
-- health & armor
|
-- health & armor
|
||||||
|
Loading…
Reference in New Issue
Block a user