robo health buff
This commit is contained in:
parent
f5ddd58f70
commit
58404f1490
3 changed files with 8 additions and 4 deletions
|
@ -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}},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue