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

master
tchncs 2016-07-25 22:13:50 +02:00
parent 3c6b5f1473
commit ecf241e9b3
1 changed files with 3 additions and 3 deletions

View File

@ -24,9 +24,9 @@ if mobs.mod and mobs.mod == "redo" then
sounds = {
random = "king"
},
hp_min = 85,
hp_max = 90,
armor = 30,
hp_min = 125,
hp_max = 160,
armor = 80,
knock_back = 1,
light_damage = 10,
water_damage = 5,