From f2057bd782711cd275be487a85869de88b02e7fa Mon Sep 17 00:00:00 2001 From: PHIDIAS Date: Mon, 15 Dec 2025 22:02:25 +0900 Subject: [PATCH] . --- PHI-CL/data.lua | 30 ++++++++++++++++++++++++++++++ PHI-CL/locale/en/locale.cfg | 1 + PHI-CL/locale/ja/locale.cfg | 1 + PHI-CL/locale/zh-CN/locale.cfg | 1 + PHI-CL/locale/zh-TW/locale.cfg | 1 + 5 files changed, 34 insertions(+) diff --git a/PHI-CL/data.lua b/PHI-CL/data.lua index 52a027f..ca3c3fe 100644 --- a/PHI-CL/data.lua +++ b/PHI-CL/data.lua @@ -1829,6 +1829,36 @@ if settings.startup['PHI-CT'].value then main_product = item.name, localised_name = {'name.passive-energy-void'} }}) + + item.name = 'active-energy-void' + item.place_result = item.name + item.subgroup = 'energy' + item.localised_name = {'name.active-energy-void'} + data:extend({item}) + + entity.name = item.name + entity.minable.result = item.name + entity.energy_source.usage_priority = 'primary-input' + entity.energy_source.emissions_per_minute = {pollution = 0} + entity.energy_source.input_flow_limit = '1PW' + entity.energy_source.output_flow_limit = '0W' + entity.energy_source.buffer_capacity = '1PJ' + entity.energy_production = '0W' + entity.energy_usage = '1PW' + entity.gui_mode = 'none' + entity.localised_name = {'name.active-energy-void'} + data:extend({entity}) + + data:extend({{ + type = 'recipe', + name = item.name, + energy_required = 2, + enabled = false, + ingredients = {{type = 'item', name = 'accumulator', amount = 1}}, + results = {{type = 'item', name = item.name, amount = 1}}, + main_product = item.name, + localised_name = {'name.active-energy-void'} + }}) end for _, v in pairs(data.raw.fluid) do diff --git a/PHI-CL/locale/en/locale.cfg b/PHI-CL/locale/en/locale.cfg index d05894e..2bf8b98 100644 --- a/PHI-CL/locale/en/locale.cfg +++ b/PHI-CL/locale/en/locale.cfg @@ -13,6 +13,7 @@ electric-entity=Electric super-entity=Super trash-entity=Trash passive-energy-void=Passive energy void +active-energy-void=Active energy void empty-train-battery=Empty train battery charged-train-battery=Charged train battery diff --git a/PHI-CL/locale/ja/locale.cfg b/PHI-CL/locale/ja/locale.cfg index f1fbc15..9fc030d 100644 --- a/PHI-CL/locale/ja/locale.cfg +++ b/PHI-CL/locale/ja/locale.cfg @@ -10,6 +10,7 @@ electric-entity=電気 super-entity=スーパー trash-entity=ごみ passive-energy-void=パッシブエネルギーボイド +active-energy-void=アクティブエネルギーボイド empty-train-battery=空の列車バッテリー charged-train-battery=充電済み列車用バッテリー diff --git a/PHI-CL/locale/zh-CN/locale.cfg b/PHI-CL/locale/zh-CN/locale.cfg index 2499f88..b7ad33d 100644 --- a/PHI-CL/locale/zh-CN/locale.cfg +++ b/PHI-CL/locale/zh-CN/locale.cfg @@ -10,6 +10,7 @@ electric-entity=電 super-entity=超級 trash-entity=垃圾 passive-energy-void=被動能量消除器 +active-energy-void=主動能量消除器 empty-train-battery=空火車電池 charged-train-battery=已充電火車電池 diff --git a/PHI-CL/locale/zh-TW/locale.cfg b/PHI-CL/locale/zh-TW/locale.cfg index 2499f88..b7ad33d 100644 --- a/PHI-CL/locale/zh-TW/locale.cfg +++ b/PHI-CL/locale/zh-TW/locale.cfg @@ -10,6 +10,7 @@ electric-entity=電 super-entity=超級 trash-entity=垃圾 passive-energy-void=被動能量消除器 +active-energy-void=主動能量消除器 empty-train-battery=空火車電池 charged-train-battery=已充電火車電池