mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2025-01-23 16:30:19 +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
|
||||
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",
|
||||
|
Loading…
Reference in New Issue
Block a user