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

@ -38,7 +38,7 @@ data:extend({
icon = sprite('logistic_entity_icon.png'),
icon_size = 64,
flags = {"placeable-player", "player-creation", "placeable-off-grid", "not-on-map"},
max_health = 800,
max_health = 1400,
corpse = 'big-remnants',
collision_box = {{0, 0}, {0, 0}},
selection_box = {{-0.5, -1.5}, {0.5, -0.5}},
@ -156,7 +156,7 @@ data:extend({
icon = sprite('construction_entity_icon.png'),
icon_size = 64,
flags = {"placeable-player", "player-creation", "placeable-off-grid", "not-on-map"},
max_health = 800,
max_health = 1400,
corpse = 'big-remnants',
collision_box = {{0, 0}, {0, 0}},
selection_box = {{-0.5, -1.5}, {0.5, -0.5}},