1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2024-09-22 20:50:17 +02:00

Reduce a little the armor of Spiders

+1 damage to spiders with all weapons (hand also)
This commit is contained in:
Ombridride 2015-06-08 17:59:12 +02:00
parent fc11c92a9f
commit d2e2331c79

View File

@ -11,7 +11,7 @@ mobs:register_mob("mobs:spider", {
-- health & armor
hp_min = 30,
hp_max = 40,
armor = 100,
armor = 200,
-- textures and model
collisionbox = {-0.9, -0.01, -0.7, 0.7, 0.6, 0.7},
visual = "mesh",