mirror of
https://github.com/PHIDIAS0303/factorio-mod-PHI.git
synced 2025-12-27 02:55:22 +09:00
.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -10,6 +10,7 @@ electric-entity=電気
|
||||
super-entity=スーパー
|
||||
trash-entity=ごみ
|
||||
passive-energy-void=パッシブエネルギーボイド
|
||||
active-energy-void=アクティブエネルギーボイド
|
||||
empty-train-battery=空の列車バッテリー
|
||||
charged-train-battery=充電済み列車用バッテリー
|
||||
|
||||
|
||||
@@ -10,6 +10,7 @@ electric-entity=電
|
||||
super-entity=超級
|
||||
trash-entity=垃圾
|
||||
passive-energy-void=被動能量消除器
|
||||
active-energy-void=主動能量消除器
|
||||
empty-train-battery=空火車電池
|
||||
charged-train-battery=已充電火車電池
|
||||
|
||||
|
||||
@@ -10,6 +10,7 @@ electric-entity=電
|
||||
super-entity=超級
|
||||
trash-entity=垃圾
|
||||
passive-energy-void=被動能量消除器
|
||||
active-energy-void=主動能量消除器
|
||||
empty-train-battery=空火車電池
|
||||
charged-train-battery=已充電火車電池
|
||||
|
||||
|
||||
Reference in New Issue
Block a user