mirror of
https://codeberg.org/tenplus1/mobs_redo.git
synced 2025-07-05 18:00:20 +02:00
Update api.txt
This commit is contained in:
3
api.txt
3
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
|
||||
|
Reference in New Issue
Block a user