]> git.lizzy.rs Git - Crafter.git/commitdiff
Balance out mob hp
authoroilboi <47129783+oilboi@users.noreply.github.com>
Tue, 19 May 2020 21:47:48 +0000 (17:47 -0400)
committeroilboi <47129783+oilboi@users.noreply.github.com>
Tue, 19 May 2020 21:47:48 +0000 (17:47 -0400)
mods/mob/init.lua

index 4fbfe02631124b00b0c196996b14fe942b384869..4a5686a2fdf4d21b57d032b33147a36961f33a52 100644 (file)
@@ -212,7 +212,7 @@ mobs.register_mob(
        automatic_face_movement_dir = 90,
        automatic_face_movement_max_rotation_per_sec = 300,
        makes_footstep_sound = false,
-       hp = 10,
+       hp = 40,
        gravity = {x = 0, y = -9.81, z = 0},
        movement_type = "jump",
        make_jump_noise = true,
@@ -250,7 +250,7 @@ mobs.register_mob(
        automatic_face_movement_dir = 90,
        automatic_face_movement_max_rotation_per_sec = 300,
        makes_footstep_sound = false,
-       hp = 10,
+       hp = 20,
        gravity = {x = 0, y = -9.81, z = 0},
        movement_type = "jump",
        make_jump_noise = true,
@@ -289,7 +289,7 @@ mobs.register_mob(
        automatic_face_movement_dir = 90,
        automatic_face_movement_max_rotation_per_sec = 300,
        makes_footstep_sound = false,
-       hp = 10,
+       hp = 5,
        gravity = {x = 0, y = -9.81, z = 0},
        movement_type = "jump",
        make_jump_noise = true,
@@ -437,7 +437,7 @@ mobs.register_mob(
         pointable = true,
         automatic_face_movement_max_rotation_per_sec = 300,
         makes_footstep_sound = false,
-        hp = 10,
+        hp = 40,
         gravity = {x = 0, y = -9.81, z = 0},
         movement_type = "walk",
         max_speed = 4,
@@ -503,7 +503,7 @@ mobs.register_mob(
         pointable = true,
         automatic_face_movement_max_rotation_per_sec = 300,
         makes_footstep_sound = false,
-        hp = 10,
+        hp = 70,
         gravity = {x = 0, y = -9.81, z = 0},
         movement_type = "walk",
         max_speed = 9,