mirror of
https://github.com/PHIDIAS0303/factorio-mod-PHI.git
synced 2025-12-27 11:05:22 +09:00
.
This commit is contained in:
@@ -63,7 +63,7 @@ local function EE(source, tier)
|
||||
end
|
||||
|
||||
elseif (source.type == 'reactor') then
|
||||
item.consumption = 40 * tier
|
||||
item.consumption = 40 * tier .. 'MW'
|
||||
item.heat_buffer.max_temperature = 500 + (500 * tier)
|
||||
item.heat_buffer.max_transfer = 5 + (5 * tier) .. 'GW'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user