diff options
author | Christophe Piveteau <chripiveteau@gmail.com> | 2014-08-11 18:57:41 +0200 |
---|---|---|
committer | Christophe Piveteau <chripiveteau@gmail.com> | 2014-08-11 18:57:41 +0200 |
commit | f7726317c9c1c27fa3d0b9b7c2df35ffff6f1f1a (patch) | |
tree | aab83113325fba683f96efeee140ea9e58e234bd /MCServer | |
parent | cProtocol172: Check return values. (diff) | |
download | cuberite-f7726317c9c1c27fa3d0b9b7c2df35ffff6f1f1a.tar cuberite-f7726317c9c1c27fa3d0b9b7c2df35ffff6f1f1a.tar.gz cuberite-f7726317c9c1c27fa3d0b9b7c2df35ffff6f1f1a.tar.bz2 cuberite-f7726317c9c1c27fa3d0b9b7c2df35ffff6f1f1a.tar.lz cuberite-f7726317c9c1c27fa3d0b9b7c2df35ffff6f1f1a.tar.xz cuberite-f7726317c9c1c27fa3d0b9b7c2df35ffff6f1f1a.tar.zst cuberite-f7726317c9c1c27fa3d0b9b7c2df35ffff6f1f1a.zip |
Diffstat (limited to '')
-rw-r--r-- | MCServer/monsters.ini | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/MCServer/monsters.ini b/MCServer/monsters.ini index d29b01d8f..c4bc8c810 100644 --- a/MCServer/monsters.ini +++ b/MCServer/monsters.ini @@ -185,4 +185,10 @@ AttackDamage=6.0 SightDistance=25.0 MaxHealth=100 +[Bat] +AttackRange=2.0 +AttackRate=1 +AttackDamage=0.0 +SightDistance=25.0 +MaxHealth=6 |