specific_attack table added as example only

This commit is contained in:
TenPlus1 2016-09-05 19:48:13 +01:00
parent 95038f6fb8
commit 8a8a4e80d1
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@ mobs:register_mob("mobs_monster:tree_monster", {
passive = false,
attack_type = "dogfight",
attack_animals = true,
--specific_attack = {"player", "mobs_animal:chicken"},
reach = 2,
damage = 2,
hp_min = 7,