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

tweak damage and protectors

This commit is contained in:
TenPlus1
2021-04-05 08:52:48 +01:00
parent 246b2769f7
commit 6750d176ee
2 changed files with 59 additions and 35 deletions

View File

@ -66,7 +66,10 @@ functions needed for the mob to work properly which contains the following:
water.
'air_damage' holds damage per second inflicted to mob when standing in air.
'lava_damage' holds the damage per second inflicted to mobs when standing
in lava or fire or an ignition source.
in lava.
'fire_damage' holds the damage per second inflicted to mobs when standing
in fire.
'light_damage' holds the damage per second inflicted to mobs when light
level is between the min and max values below
'light_damage_min' minimum light value when mob is affected (default: 14)