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

@ -3,6 +3,10 @@ Version: 1.0.29
Date: 08.06.2022 Date: 08.06.2022
Features: Features:
- added option for legacy icons on rare metals - added option for legacy icons on rare metals
Changes:
- made roboports and bots more tanky
Bugfixes: Bugfixes:
- fix bug with industrial revolution - fix bug with industrial revolution
--------------------------------------------------------------------------------------------------- ---------------------------------------------------------------------------------------------------

View file

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

View file

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