mirror of
https://codeberg.org/tenplus1/mobs_monster.git
synced 2025-06-07 20:40:24 +02:00
tweak land guard damage
This commit is contained in:
parent
fe00a32992
commit
32da63e517
@ -38,7 +38,7 @@ mobs:register_mob("mobs_monster:land_guard", {
|
|||||||
attack_type = "dogfight",
|
attack_type = "dogfight",
|
||||||
group_attack = true,
|
group_attack = true,
|
||||||
reach = 3,
|
reach = 3,
|
||||||
damage = 15,
|
damage = 12,
|
||||||
hp_min = 30,
|
hp_min = 30,
|
||||||
hp_max = 65,
|
hp_max = 65,
|
||||||
armor = 50,
|
armor = 50,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user