update api.txt

This commit is contained in:
tenplus1 2020-07-20 07:36:39 +01:00
parent c4f56f4204
commit ec3c6fb518
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ functions needed for the mob to work properly which contains the following:
'hp_max' has the maximum health value the mob can spawn with.
'armor' holds strength of mob, 100 is normal, lower is more powerful
and needs more hits and better weapons to kill.
'passive' when true allows animals to defend themselves when hit,
'passive' when false allows animals to defend themselves when hit,
otherwise they amble onwards.
'walk_velocity' is the speed that your mob can walk around.
'run_velocity' is the speed your mob can run with, usually when attacking.