1
0
Fork 0

Added new mobs health.

Don't merge until tigerw PR is merged.
Health set according to minecraftwiki.
This commit is contained in:
tonibm19 2013-09-19 09:30:11 +02:00
parent 47ef25ce77
commit 2693f72f32
1 changed files with 30 additions and 0 deletions

View File

@ -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