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

master
tchncs 2016-07-25 22:19:07 +02:00
parent ecf241e9b3
commit 8dbae3ee24
1 changed files with 4 additions and 4 deletions

View File

@ -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,