mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2024-11-18 00:08:25 +01:00
Update ghoat.lua
This commit is contained in:
parent
95827d8386
commit
b368f3250e
@ -4,8 +4,8 @@
|
|||||||
mobs:register_mob("mobs:goat", {
|
mobs:register_mob("mobs:goat", {
|
||||||
-- animal, monster, npc, barbarian
|
-- animal, monster, npc, barbarian
|
||||||
type = "animal",
|
type = "animal",
|
||||||
-- aggressive, does 4 damage to player when threatened
|
-- aggressive, does 5 damage to player when threatened
|
||||||
passive = false,
|
passive = true,
|
||||||
attack_type = "dogfight",
|
attack_type = "dogfight",
|
||||||
damage = 5,
|
damage = 5,
|
||||||
-- health & armor
|
-- health & armor
|
||||||
|
Loading…
Reference in New Issue
Block a user