Commit 8dbae3ee authored by Milan's avatar Milan
Browse files

senderman: increase min- and max hp, increase armor, increase damage

parent ecf241e9
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -17,11 +17,11 @@ if mobs.mod and mobs.mod == "redo" then
			run_start = 40,		run_end = 63,
			punch_start = 40,	punch_end = 63
		},
		hp_min = 15,
		hp_max = 30,
		armor = 80,
		hp_min = 60,
		hp_max = 180,
		armor = 130,
		light_damage = 2,
		damage = 4,
		damage = 11,
		reach = 3,
		attack_type = "dogfight",
		view_range = 30,