Final changes

This commit is contained in:
2022-11-21 22:32:31 -05:00
parent 889b9f0b59
commit fd6e8ed98a
4 changed files with 27 additions and 39 deletions

View File

@@ -1,7 +1,7 @@
minetest.register_abm({
nodenames = {"poop:grey_bricks"},
interval = 10,
chance = 90,
chance = 200,
action = function(pos, node, active_object_count, active_object_count_wider)
minetest.add_entity({x = pos.x, y = pos.y + 1, z = pos.z}, "robocops:robocop")
end
@@ -13,7 +13,7 @@ mobs:register_mob("robocops:robocop", {
attack_type = "dogfight",
pathfinding = true,
reach = 2,
damage = 3,
damage = 1,
hp_min = 21,
hp_max = 25,
armor = 100,
@@ -33,7 +33,7 @@ mobs:register_mob("robocops:robocop", {
walk_velocity = 4,
run_velocity = 9,
run_velocity = 5,
jump_height = 1,
stepheight = 0,
floats = 0,

View File

Before

Width:  |  Height:  |  Size: 247 B

After

Width:  |  Height:  |  Size: 247 B