mirror of
https://codeberg.org/tenplus1/mobs_animal.git
synced 2025-05-18 01:00:30 +02:00
cow and warthog can attack players out of the blue
This commit is contained in:
parent
2d9f94f5c7
commit
aad2103dd3
2
cow.lua
2
cow.lua
@ -18,7 +18,7 @@ mobs:register_mob("mobs_animal:cow", {
|
|||||||
attack_type = "dogfight",
|
attack_type = "dogfight",
|
||||||
attack_npcs = false,
|
attack_npcs = false,
|
||||||
reach = 2,
|
reach = 2,
|
||||||
damage = 4,
|
damage = 4, attack_chance = 98,
|
||||||
hp_min = 10,
|
hp_min = 10,
|
||||||
hp_max = 20,
|
hp_max = 20,
|
||||||
armor = 100,
|
armor = 100,
|
||||||
|
@ -12,7 +12,7 @@ mobs:register_mob("mobs_animal:pumba", {
|
|||||||
owner_loyal = true,
|
owner_loyal = true,
|
||||||
attack_npcs = false,
|
attack_npcs = false,
|
||||||
reach = 2,
|
reach = 2,
|
||||||
damage = 2,
|
damage = 2, attack_chance = 95,
|
||||||
hp_min = 10,
|
hp_min = 10,
|
||||||
hp_max = 15,
|
hp_max = 15,
|
||||||
armor = 100,
|
armor = 100,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user