This commit is contained in:
2023-09-17 18:44:22 +09:00
parent 365d4e9f6d
commit 645a8a5a6b
2 changed files with 3 additions and 3 deletions

View File

@@ -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'

View File

@@ -1,8 +1,8 @@
{
"name": "PHI-EN",
"version": "1.2.0",
"version": "1.3.0",
"factorio_version": "1.1",
"date": "2023-05-08",
"date": "2023-09-18",
"title": "Phidias Energy",
"author": "PHIDIAS0303",
"contributers": "",