Adjust speeds to make it less ridiculous

This commit is contained in:
ancientmarinerdev 2023-03-19 01:33:36 +00:00 committed by Gitea
parent 15fce1130e
commit 41882e9e1f
5 changed files with 5 additions and 5 deletions

View File

@ -39,7 +39,7 @@ mcl_mobs.register_mob("mobs_mc:creeper", {
},
makes_footstep_sound = true,
walk_velocity = 1.05,
run_velocity = 2.1,
run_velocity = 2.0,
runaway_from = { "mobs_mc:ocelot", "mobs_mc:cat" },
attack_type = "explode",

View File

@ -45,7 +45,7 @@ local skeleton = {
}
},
walk_velocity = 1.2,
run_velocity = 2.4,
run_velocity = 2.0,
damage = 2,
reach = 2,
drops = {

View File

@ -83,7 +83,7 @@ local spider = {
distance = 16,
},
walk_velocity = 1.3,
run_velocity = 2.8,
run_velocity = 2.4,
jump = true,
jump_height = 4,
view_range = 16,

View File

@ -55,7 +55,7 @@ mcl_mobs.register_mob("mobs_mc:villager_zombie", {
damage = 3,
reach = 2,
walk_velocity = 1.2,
run_velocity = 2.4,
run_velocity = 1.8,
attack_type = "dogfight",
group_attack = true,
drops = {

View File

@ -79,7 +79,7 @@ local zombie = {
distance = 16,
},
walk_velocity = .8,
run_velocity = 1.6,
run_velocity = 1.8,
damage = 3,
reach = 2,
fear_height = 4,