diff --git a/api.txt b/api.txt index 9bdac61..105acbe 100644 --- a/api.txt +++ b/api.txt @@ -1,4 +1,3 @@ - Mobs Redo API ============= @@ -37,6 +36,7 @@ functions needed for the mob to work properly which contains the following: "monster" attacks player or npc on sight. "npc" walk around and will defend themselves if hit first, they kill monsters. + 'alliance' a string of what aliances the monster has. 'hp_min' has the minimum health value the mob can spawn with. 'hp_max' has the maximum health value the mob can spawn with. 'armor' holds strength of mob, 100 is normal, lower is more powerful @@ -111,6 +111,7 @@ functions needed for the mob to work properly which contains the following: 'attack_animals' when true mob will attack animals. 'attack_npcs' when true mob will attack npcs within range. 'attack_players' when true mob will attack players nearby. + 'attack_allies' when true mob will attack anyone with the same alliance tab. 'owner_loyal' when true non-docile tamed mobs attack anything player punches when nearby. 'group_attack' when true has same mob type grouping together to attack