From d2e2331c79da49b5f48e065f00ccd69b6b152c6e Mon Sep 17 00:00:00 2001 From: Ombridride Date: Mon, 8 Jun 2015 17:59:12 +0200 Subject: [PATCH] Reduce a little the armor of Spiders +1 damage to spiders with all weapons (hand also) --- mods/mobs/spider.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mods/mobs/spider.lua b/mods/mobs/spider.lua index c22420f6..cb042b2e 100755 --- a/mods/mobs/spider.lua +++ b/mods/mobs/spider.lua @@ -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",