From 2192d3627e3488bfacb724620b999a810fb46926 Mon Sep 17 00:00:00 2001 From: blert2112 Date: Tue, 29 Sep 2015 15:19:13 -0400 Subject: [PATCH] updated to 1.17 api --- mobs_crocs/init.lua | 3 +++ mobs_jellyfish/init.lua | 1 + mobs_sharks/init.lua | 3 +++ 3 files changed, 7 insertions(+) diff --git a/mobs_crocs/init.lua b/mobs_crocs/init.lua index 536ba58..d6ce5f6 100644 --- a/mobs_crocs/init.lua +++ b/mobs_crocs/init.lua @@ -36,6 +36,7 @@ if mobs.mod and mobs.mod == "redo" then type = "monster", attack_type = "dogfight", damage = 8, + reach = 3, hp_min = 20, hp_max = 25, armor = 200, @@ -69,6 +70,7 @@ if mobs.mod and mobs.mod == "redo" then type = "monster", attack_type = "dogfight", damage = 8, + reach = 2, hp_min = 20, hp_max = 25, armor = 200, @@ -101,6 +103,7 @@ if mobs.mod and mobs.mod == "redo" then type = "monster", attack_type = "dogfight", damage = 8, + reach = 1, hp_min = 20, hp_max = 25, armor = 200, diff --git a/mobs_jellyfish/init.lua b/mobs_jellyfish/init.lua index ef2fc0a..363eb34 100644 --- a/mobs_jellyfish/init.lua +++ b/mobs_jellyfish/init.lua @@ -5,6 +5,7 @@ if mobs.mod and mobs.mod == "redo" then type = "animal", attack_type = "dogfight", damage = 5, + reach = 1, hp_min = 5, hp_max = 10, armor = 100, diff --git a/mobs_sharks/init.lua b/mobs_sharks/init.lua index d8895b8..9e3ade0 100644 --- a/mobs_sharks/init.lua +++ b/mobs_sharks/init.lua @@ -43,6 +43,7 @@ if mobs.mod and mobs.mod == "redo" then type = "monster", attack_type = "dogfight", damage = 10, + reach = 3, hp_min = 20, hp_max = 25, armor = 150, @@ -90,6 +91,7 @@ if mobs.mod and mobs.mod == "redo" then type = "monster", attack_type = "dogfight", damage = 8, + reach = 2, hp_min = 15, hp_max = 20, armor = 125, @@ -122,6 +124,7 @@ if mobs.mod and mobs.mod == "redo" then type = "monster", attack_type = "dogfight", damage = 6, + reach = 1, hp_min = 10, hp_max = 15, armor = 100,