1
0
mirror of https://codeberg.org/tenplus1/mobs_monster.git synced 2025-06-07 12:30:28 +02:00

tweak land guard damage

This commit is contained in:
tenplus1 2025-05-05 07:47:36 +01:00
parent fe00a32992
commit 32da63e517

View File

@ -38,7 +38,7 @@ mobs:register_mob("mobs_monster:land_guard", {
attack_type = "dogfight",
group_attack = true,
reach = 3,
damage = 15,
damage = 12,
hp_min = 30,
hp_max = 65,
armor = 50,