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

fixed table search issue for replacing nodes, added 'group_helper' for group attacks

This commit is contained in:
tenplus1
2020-05-13 08:12:56 +01:00
parent 831a5fc888
commit b610a81a58
2 changed files with 12 additions and 5 deletions

View File

@ -89,6 +89,9 @@ functions needed for the mob to work properly which contains the following:
punches when nearby.
'group_attack' when true has same mob type grouping together to attack
offender.
'group_helper' string containing mob name that attacks alongside
current mob when group attacking.
mob is attacking in groups.
'attack_type' tells the api what a mob does when attacking the player
or another mob:
'dogfight' is a melee attack when player is within mob reach.