mirror of
https://github.com/blert2112/mobs_water.git
synced 2025-01-02 20:48:11 +01:00
updated to 1.17 api
This commit is contained in:
parent
7180acb74f
commit
2192d3627e
@ -36,6 +36,7 @@ if mobs.mod and mobs.mod == "redo" then
|
|||||||
type = "monster",
|
type = "monster",
|
||||||
attack_type = "dogfight",
|
attack_type = "dogfight",
|
||||||
damage = 8,
|
damage = 8,
|
||||||
|
reach = 3,
|
||||||
hp_min = 20,
|
hp_min = 20,
|
||||||
hp_max = 25,
|
hp_max = 25,
|
||||||
armor = 200,
|
armor = 200,
|
||||||
@ -69,6 +70,7 @@ if mobs.mod and mobs.mod == "redo" then
|
|||||||
type = "monster",
|
type = "monster",
|
||||||
attack_type = "dogfight",
|
attack_type = "dogfight",
|
||||||
damage = 8,
|
damage = 8,
|
||||||
|
reach = 2,
|
||||||
hp_min = 20,
|
hp_min = 20,
|
||||||
hp_max = 25,
|
hp_max = 25,
|
||||||
armor = 200,
|
armor = 200,
|
||||||
@ -101,6 +103,7 @@ if mobs.mod and mobs.mod == "redo" then
|
|||||||
type = "monster",
|
type = "monster",
|
||||||
attack_type = "dogfight",
|
attack_type = "dogfight",
|
||||||
damage = 8,
|
damage = 8,
|
||||||
|
reach = 1,
|
||||||
hp_min = 20,
|
hp_min = 20,
|
||||||
hp_max = 25,
|
hp_max = 25,
|
||||||
armor = 200,
|
armor = 200,
|
||||||
|
@ -5,6 +5,7 @@ if mobs.mod and mobs.mod == "redo" then
|
|||||||
type = "animal",
|
type = "animal",
|
||||||
attack_type = "dogfight",
|
attack_type = "dogfight",
|
||||||
damage = 5,
|
damage = 5,
|
||||||
|
reach = 1,
|
||||||
hp_min = 5,
|
hp_min = 5,
|
||||||
hp_max = 10,
|
hp_max = 10,
|
||||||
armor = 100,
|
armor = 100,
|
||||||
|
@ -43,6 +43,7 @@ if mobs.mod and mobs.mod == "redo" then
|
|||||||
type = "monster",
|
type = "monster",
|
||||||
attack_type = "dogfight",
|
attack_type = "dogfight",
|
||||||
damage = 10,
|
damage = 10,
|
||||||
|
reach = 3,
|
||||||
hp_min = 20,
|
hp_min = 20,
|
||||||
hp_max = 25,
|
hp_max = 25,
|
||||||
armor = 150,
|
armor = 150,
|
||||||
@ -90,6 +91,7 @@ if mobs.mod and mobs.mod == "redo" then
|
|||||||
type = "monster",
|
type = "monster",
|
||||||
attack_type = "dogfight",
|
attack_type = "dogfight",
|
||||||
damage = 8,
|
damage = 8,
|
||||||
|
reach = 2,
|
||||||
hp_min = 15,
|
hp_min = 15,
|
||||||
hp_max = 20,
|
hp_max = 20,
|
||||||
armor = 125,
|
armor = 125,
|
||||||
@ -122,6 +124,7 @@ if mobs.mod and mobs.mod == "redo" then
|
|||||||
type = "monster",
|
type = "monster",
|
||||||
attack_type = "dogfight",
|
attack_type = "dogfight",
|
||||||
damage = 6,
|
damage = 6,
|
||||||
|
reach = 1,
|
||||||
hp_min = 10,
|
hp_min = 10,
|
||||||
hp_max = 15,
|
hp_max = 15,
|
||||||
armor = 100,
|
armor = 100,
|
||||||
|
Loading…
Reference in New Issue
Block a user