From 645a8a5a6be0bd9a56243abc4cd50f0d36c29989 Mon Sep 17 00:00:00 2001 From: PHIDIAS Date: Sun, 17 Sep 2023 18:44:22 +0900 Subject: [PATCH] . --- PHI-EN/data.lua | 2 +- PHI-EN/info.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/PHI-EN/data.lua b/PHI-EN/data.lua index 7dcbd63..d1b4a88 100644 --- a/PHI-EN/data.lua +++ b/PHI-EN/data.lua @@ -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' diff --git a/PHI-EN/info.json b/PHI-EN/info.json index 675bc36..7d137f8 100644 --- a/PHI-EN/info.json +++ b/PHI-EN/info.json @@ -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": "",