Commit 054236b1 authored by Milan's avatar Milan
Browse files
parents bbc9df03 265fcb4b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -64,7 +64,7 @@ if mobs.mod and mobs.mod == "redo" then
	mobs:spawn_specific("mobs_pumpking:pumpking",
		{"default:dirt_with_grass", "default:dirt"},
		{"air"},
		-1, 6, 30, 100000, 1, l_spawn_elevation_min, 31000
		-1, 6, 30, 70000, 1, l_spawn_elevation_min, 31000
	)
	mobs:register_egg("mobs_pumpking:pumpking", "Pumpkin King", "pumpking.png", 1)

+1 −1
Original line number Diff line number Diff line
@@ -43,7 +43,7 @@ if mobs.mod and mobs.mod == "redo" then
	mobs:spawn_specific("mobs_senderman:senderman",
		{"default:dirt_with_grass", "default:dirt", "default:desert_sand", "ethereal:green_dirt_top"},
		{"air"},
		-1, 3, 30, 20000, 1, l_spawn_elevation_min, 31000
		-1, 3, 30, 70000, 1, l_spawn_elevation_min, 31000
	)
	mobs:register_egg("mobs_senderman:senderman", "Spawn Senderman", "senderman_egg.png", 0)

+7 −7
Original line number Diff line number Diff line
@@ -89,20 +89,20 @@ if mobs.mod and mobs.mod == "redo" then
				damage = "mobs_zombie_hit",
				death = "mobs_zombie_death"
			},
			hp_min = 20,
			hp_max = 45,
			armor = 150,
			hp_min = 40,
			hp_max = 85,
			armor = 170,
			knock_back = 1,
			lava_damage = 10,
			light_damage = 2,
			damage = 6,
			damage = 12,
			reach = 1,
			attack_type = "dogfight",
			group_attack = true,
			view_range = 10,
			view_range = 20,
			walk_chance = 75,
			walk_velocity = 0.8,
			run_velocity = 0.8,
			walk_velocity = 1.2,
			run_velocity = 2.2,
			jump = false,
			drops = {
				{name = "mobs_zombie:rotten_flesh", chance = 1, min = 1, max = 1,}