Final changes
This commit is contained in:
@@ -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,
|
||||
|
||||
|
Before Width: | Height: | Size: 247 B After Width: | Height: | Size: 247 B |
Reference in New Issue
Block a user