mirror of
https://github.com/PHIDIAS0303/factorio-mod-PHI.git
synced 2025-12-30 20:01:40 +09:00
.
This commit is contained in:
@@ -63,7 +63,7 @@ local function EE(source, tier)
|
|||||||
end
|
end
|
||||||
|
|
||||||
elseif (source.type == 'reactor') then
|
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_temperature = 500 + (500 * tier)
|
||||||
item.heat_buffer.max_transfer = 5 + (5 * tier) .. 'GW'
|
item.heat_buffer.max_transfer = 5 + (5 * tier) .. 'GW'
|
||||||
|
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
{
|
{
|
||||||
"name": "PHI-EN",
|
"name": "PHI-EN",
|
||||||
"version": "1.2.0",
|
"version": "1.3.0",
|
||||||
"factorio_version": "1.1",
|
"factorio_version": "1.1",
|
||||||
"date": "2023-05-08",
|
"date": "2023-09-18",
|
||||||
"title": "Phidias Energy",
|
"title": "Phidias Energy",
|
||||||
"author": "PHIDIAS0303",
|
"author": "PHIDIAS0303",
|
||||||
"contributers": "",
|
"contributers": "",
|
||||||
|
|||||||
Reference in New Issue
Block a user