mirror of
https://github.com/PHIDIAS0303/factorio-mod-PHI.git
synced 2026-05-13 13:18:44 +09:00
.
This commit is contained in:
@@ -36,6 +36,10 @@ table.insert(data.raw.technology['cryogenic-science-pack'].effects, {type = 'unl
|
||||
data.raw['space-platform-hub']['space-platform-hub'].platform_repair_speed_modifier = math.max(2, data.raw['space-platform-hub']['space-platform-hub'].platform_repair_speed_modifier)
|
||||
data.raw['space-platform-hub']['space-platform-hub'].inventory_size = math.max(119, data.raw['space-platform-hub']['space-platform-hub'].inventory_size)
|
||||
|
||||
-- GM-SAP C 1 SPACE_AGE ITEM,TILE
|
||||
data.raw.tile['space-platform-foundation'].max_health = data.raw.tile['space-platform-foundation'].max_health * 2
|
||||
data.raw.item['space-platform-foundation'].stack_size = math.max(100, data.raw.item['space-platform-foundation'].stack_size)
|
||||
|
||||
-- GM-SAP C 1 BASE ENTITY
|
||||
-- GM-SAP C 1 SPACE_AGE ENTITY
|
||||
for _, v in pairs(data.raw.lab) do
|
||||
|
||||
Reference in New Issue
Block a user