mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2024-11-17 07:50:29 +01:00
Decrease a little the damage of the mese monster
This commit is contained in:
parent
66ca8975eb
commit
570679cf41
|
@ -6,7 +6,7 @@ mobs:register_mob("mobs:mese_monster", {
|
|||
type = "monster",
|
||||
-- agressive, deals 9 damage to player when hit
|
||||
passive = false,
|
||||
damage = 8,
|
||||
damage = 7,
|
||||
attack_type = "shoot",
|
||||
shoot_interval = 1.0,
|
||||
arrow = "mobs:mese_arrow",
|
||||
|
|
Loading…
Reference in New Issue
Block a user