mirror of
https://codeberg.org/tenplus1/mobs_animal.git
synced 2025-07-13 13:50:27 +02:00
add new attack settings
This commit is contained in:
@ -7,7 +7,13 @@ local S = mobs.intllib
|
||||
mobs:register_mob("mobs_animal:kitten", {
|
||||
stepheight = 0.6,
|
||||
type = "animal",
|
||||
passive = true,
|
||||
specific_attack = {"mobs_animal:rat"},
|
||||
damage = 1,
|
||||
attack_type = "dogfight",
|
||||
attack_animals = true, -- so it can attack rat
|
||||
attack_players = false,
|
||||
reach = 1,
|
||||
passive = false,
|
||||
hp_min = 5,
|
||||
hp_max = 10,
|
||||
armor = 200,
|
||||
|
Reference in New Issue
Block a user