mirror of
https://github.com/PHIDIAS0303/factorio-mod-PHI.git
synced 2025-12-27 02:55:22 +09:00
.
This commit is contained in:
@@ -1555,7 +1555,7 @@ if settings.startup['PHI-CT'].value then
|
||||
item.place_result = item.name
|
||||
item.subgroup = 'storage'
|
||||
item.order = 'b[storage]-h[basic-' .. c .. ']'
|
||||
item.localised_name = {'name.basic-' .. c}
|
||||
item.localised_name = {'phi-cl.combine', {'name.basic-entity'}, {'name.' .. c}}
|
||||
data:extend({item})
|
||||
|
||||
entity = (c == 'steel-chest' and table.deepcopy(data.raw['container'][c])) or table.deepcopy(data.raw['logistic-container'][c])
|
||||
@@ -1566,7 +1566,7 @@ if settings.startup['PHI-CT'].value then
|
||||
entity.quality_affects_inventory_size = false
|
||||
entity.max_logistic_slots = (c == 'steel-chest' and nil) or 1
|
||||
entity.trash_inventory_size = (c == 'steel-chest' and nil) or 1
|
||||
entity.localised_name = {'name.basic-' .. c}
|
||||
entity.localised_name = {'phi-cl.combine', {'name.basic-entity'}, {'name.' .. c}}
|
||||
data:extend({entity})
|
||||
|
||||
data:extend({{
|
||||
@@ -1577,7 +1577,7 @@ if settings.startup['PHI-CT'].value then
|
||||
ingredients = {{type = 'item', name =c, amount = 1}},
|
||||
results = {{type = 'item', name = item.name, amount = 1}},
|
||||
main_product = item.name,
|
||||
localised_name = {'name.basic-' .. c}
|
||||
localised_name = {'phi-cl.combine', {'name.basic-entity'}, {'name.' .. c}}
|
||||
}})
|
||||
end
|
||||
|
||||
|
||||
@@ -4,13 +4,12 @@ combine-gen=__1__ MK__2__
|
||||
default=Default
|
||||
|
||||
[name]
|
||||
basic-entity=Basic
|
||||
electric-entity=Electric
|
||||
filter-entity=Filter
|
||||
super-entity=Super
|
||||
trash-entity=Trash
|
||||
electric-filter-furnace=Electric filter furnace
|
||||
basic-steel-chest=Basic steel chest
|
||||
basic-logistic-chest-active-provider=Basic active provider chest
|
||||
basic-logistic-chest-buffer=Basic buffer chest
|
||||
basic-logistic-chest-passive-provider=Basic passive provider chest
|
||||
basic-logistic-chest-requester=Basic requester chest
|
||||
basic-logistic-chest-storage=Basic storage chest
|
||||
electric-boiler=Electric boiler
|
||||
super-pump=Super pump
|
||||
super-radar=Super radars
|
||||
|
||||
@@ -4,13 +4,12 @@ combine-gen=__1__ __2__代目
|
||||
default=デフォルト
|
||||
|
||||
[name]
|
||||
basic-entity=基本的な
|
||||
electric-entity=電気
|
||||
filter-entity=フィルター
|
||||
super-entity=スーパー
|
||||
trash-entity=ごみ
|
||||
electric-filter-furnace=電気フィルター炉
|
||||
basic-steel-chest=基本的な鋼鉄製チェスト
|
||||
basic-active-provider-chest=基本的なアクティブ供給チェスト
|
||||
basic-buffer-chest=基本的なバッファーチェスト
|
||||
basic-passive-provider-chest=基本的なパッシブ供給チェスト
|
||||
basic-requester-chest=基本的な要求チェスト
|
||||
basic-storage-chest=基本的な貯蔵チェスト
|
||||
electric-boiler=電気ボイラー
|
||||
super-pump=スーパーポンプ
|
||||
super-radar=スーパーレーダー
|
||||
|
||||
@@ -4,13 +4,12 @@ combine-gen=__1__ __2__代
|
||||
default=預設
|
||||
|
||||
[name]
|
||||
basic-entity=基本
|
||||
electric-entity=電
|
||||
filter-entity=篩選
|
||||
super-entity=超級
|
||||
trash-entity=垃圾
|
||||
electric-filter-furnace=智慧電爐
|
||||
basic-steel-chest=基本的鋼箱
|
||||
basic-active-provider-chest=基本的主動出貨箱
|
||||
basic-buffer-chest=基本的轉運箱
|
||||
basic-passive-provider-chest=基本的被動出貨箱
|
||||
basic-requester-chest=基本的進貨箱
|
||||
basic-storage-chest=基本的回收箱
|
||||
electric-boiler=電鍋爐
|
||||
super-pump=超級泵
|
||||
super-radar=超級雷達
|
||||
|
||||
@@ -4,13 +4,12 @@ combine-gen=__1__ __2__代
|
||||
default=預設
|
||||
|
||||
[name]
|
||||
basic-entity=基本
|
||||
electric-entity=電
|
||||
filter-entity=篩選
|
||||
super-entity=超級
|
||||
trash-entity=垃圾
|
||||
electric-filter-furnace=智慧電爐
|
||||
basic-steel-chest=基本的鋼箱
|
||||
basic-active-provider-chest=基本的主動出貨箱
|
||||
basic-buffer-chest=基本的轉運箱
|
||||
basic-passive-provider-chest=基本的被動出貨箱
|
||||
basic-requester-chest=基本的進貨箱
|
||||
basic-storage-chest=基本的回收箱
|
||||
electric-boiler=電鍋爐
|
||||
super-pump=超級泵
|
||||
super-radar=超級雷達
|
||||
|
||||
Reference in New Issue
Block a user