summaryrefslogtreecommitdiffstats
path: root/MCServer
diff options
context:
space:
mode:
authorMattes D <github@xoft.cz>2013-09-21 17:12:08 +0200
committerMattes D <github@xoft.cz>2013-09-21 17:12:08 +0200
commit7f112a1ebb441588b16adccb2d1403604dc330c4 (patch)
tree819feda7ce257936e184ae5b758ee27232a52295 /MCServer
parentLinux compilation fix #3. (diff)
parentAdded new mobs health. (diff)
downloadcuberite-7f112a1ebb441588b16adccb2d1403604dc330c4.tar
cuberite-7f112a1ebb441588b16adccb2d1403604dc330c4.tar.gz
cuberite-7f112a1ebb441588b16adccb2d1403604dc330c4.tar.bz2
cuberite-7f112a1ebb441588b16adccb2d1403604dc330c4.tar.lz
cuberite-7f112a1ebb441588b16adccb2d1403604dc330c4.tar.xz
cuberite-7f112a1ebb441588b16adccb2d1403604dc330c4.tar.zst
cuberite-7f112a1ebb441588b16adccb2d1403604dc330c4.zip
Diffstat (limited to 'MCServer')
-rw-r--r--MCServer/monsters.ini30
1 files changed, 30 insertions, 0 deletions
diff --git a/MCServer/monsters.ini b/MCServer/monsters.ini
index 8289e0a0a..efd801a62 100644
--- a/MCServer/monsters.ini
+++ b/MCServer/monsters.ini
@@ -152,3 +152,33 @@ AttackRate=1
AttackDamage=6.0
SightDistance=25.0
MaxHealth=16
+
+[Horse]
+AttackRange=5.0
+AttackRate=1
+AttackDamage=6.0
+SightDistance=25.0
+MaxHealth=30
+
+[EnderDragon]
+AttackRange=5.0
+AttackRate=1
+AttackDamage=6.0
+SightDistance=25.0
+MaxHealth=200
+
+[Giant]
+AttackRange=5.0
+AttackRate=1
+AttackDamage=6.0
+SightDistance=25.0
+MaxHealth=100
+
+[IronGolem]
+AttackRange=5.0
+AttackRate=1
+AttackDamage=6.0
+SightDistance=25.0
+MaxHealth=100
+
+