From f5a9236a86862d2aa562a33d505f109c007ba179 Mon Sep 17 00:00:00 2001 From: ShadowOfHassen Date: Thu, 29 Feb 2024 20:57:44 +0000 Subject: [PATCH] Update api.txt --- api.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/api.txt b/api.txt index 105acbe..8030256 100644 --- a/api.txt +++ b/api.txt @@ -36,7 +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. + 'alliance' a string of what aliances the monster has. Default is nil. (They have no alliance) '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,7 +111,6 @@ 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