mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2024-11-11 21:00:41 +01:00
Reduce a little the armor of Spiders
+1 damage to spiders with all weapons (hand also)
This commit is contained in:
parent
fc11c92a9f
commit
d2e2331c79
|
@ -11,7 +11,7 @@ mobs:register_mob("mobs:spider", {
|
||||||
-- health & armor
|
-- health & armor
|
||||||
hp_min = 30,
|
hp_min = 30,
|
||||||
hp_max = 40,
|
hp_max = 40,
|
||||||
armor = 100,
|
armor = 200,
|
||||||
-- textures and model
|
-- textures and model
|
||||||
collisionbox = {-0.9, -0.01, -0.7, 0.7, 0.6, 0.7},
|
collisionbox = {-0.9, -0.01, -0.7, 0.7, 0.6, 0.7},
|
||||||
visual = "mesh",
|
visual = "mesh",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user