robo health buff

This commit is contained in:
PreLeyZero 2022-06-27 22:19:33 +02:00
parent f5ddd58f70
commit 58404f1490
3 changed files with 8 additions and 4 deletions

View file

@ -41,7 +41,7 @@ data:extend({
icon = sprite('port_entity_icon.png'),
icon_size = 64,
flags = {"player-creation","placeable-neutral"},
max_health = 300,
max_health = 1000,
corpse = 'big-remnants',
collision_box = {{-1.2,-1.2},{1.2,1.2}},
selection_box = {{-1.5,-1.5},{1.5,1.5}},
@ -180,7 +180,7 @@ data:extend({
icon = sprite('charger_entity_icon.png'),
icon_size = 64,
flags = {"player-creation","placeable-neutral"},
max_health = 300,
max_health = 1000,
corpse = 'big-remnants',
collision_box = {{-1.2,-1.2},{1.2,1.2}},
selection_box = {{-1.5,-1.5},{1.5,1.5}},