diff --git a/PHI-MB/data-updates.lua b/PHI-MB/data-updates.lua index bf26c3f..9a66788 100644 --- a/PHI-MB/data-updates.lua +++ b/PHI-MB/data-updates.lua @@ -26,3 +26,10 @@ data.raw['assembling-machine']['centrifuge-3'].fast_replaceable_group = data.raw data.raw['lab']['lab'].fast_replaceable_group = 'lab' data.raw['lab']['lab-2'].fast_replaceable_group = data.raw['lab']['lab'].fast_replaceable_group data.raw['lab']['lab-3'].fast_replaceable_group = data.raw['lab']['lab-2'].fast_replaceable_group + +-- se +if mods['space-exploration'] then + data.raw['assembling-machine']['se-space-assembling-machine'].fast_replaceable_group = 'space-assembling-machine' + data.raw['assembling-machine']['se-space-assembling-machine-2'].fast_replaceable_group = data.raw['assembling-machine']['se-space-assembling-machine'].fast_replaceable_group + data.raw['assembling-machine']['se-space-assembling-machine-3'].fast_replaceable_group = data.raw['assembling-machine']['se-space-assembling-machine-2'].fast_replaceable_group +end diff --git a/PHI-MB/data.lua b/PHI-MB/data.lua index 1ea9789..ed29340 100644 --- a/PHI-MB/data.lua +++ b/PHI-MB/data.lua @@ -58,6 +58,18 @@ local items = { } } +if mods['space-exploration'] then + items['se-space-assembling-machine'] = { + enabled = true, + type = 'assembling-machine', + name = 'se-space-assembling-machine', + ref_name = 'se-space-assembling-machine', + tech = 'automation', + min = 2, + max = 3 + } +end + -- entity local function EE(source, tier) local item = table.deepcopy(data.raw[source.type][source.ref_name]) @@ -130,4 +142,4 @@ for _, v in pairs(items) do ET(v, j) end end -end \ No newline at end of file +end diff --git a/PHI-MB/info.json b/PHI-MB/info.json index 914c0c7..183e6c7 100644 --- a/PHI-MB/info.json +++ b/PHI-MB/info.json @@ -1,14 +1,15 @@ { "name": "PHI-MB", - "version": "1.0.2", + "version": "1.0.3", "factorio_version": "1.1", - "date": "2023-04-13", + "date": "2023-04-19", "title": "Phidias Megabase", "author": "PHIDIAS0303", "contributers": "", "homepage": "", "description": "Additional Machines for Megabase", "dependencies": [ - "base >= 1.1.0" + "base >= 1.1.0", + "? space-exploration >= 0.6.0" ] } \ No newline at end of file diff --git a/PHI-MB/locale/en/locale.cfg b/PHI-MB/locale/en/locale.cfg index 8747854..21e330f 100644 --- a/PHI-MB/locale/en/locale.cfg +++ b/PHI-MB/locale/en/locale.cfg @@ -11,6 +11,8 @@ centrifuge-2=Centrifuge 2 centrifuge-3=Centrifuge 3 lab-2=Lab 2 lab-3=Lab 3 +se-space-assembling-machine-2=Space assembling machine 2 +se-space-assembling-machine-3=Space assembling machine 3 [entity-name] assembling-machine-4=Assembling machine 4 @@ -25,6 +27,8 @@ centrifuge-2=Centrifuge 2 centrifuge-3=Centrifuge 3 lab-2=Lab 2 lab-3=Lab 3 +se-space-assembling-machine-2=Space assembling machine 2 +se-space-assembling-machine-3=Space assembling machine 3 [entity-description] assembling-machine-4=Assembling machine 4 @@ -39,3 +43,5 @@ centrifuge-2=Processes various uranium-related recipes. centrifuge-3=Processes various uranium-related recipes. lab-2=Lab 2 lab-3=Lab 3 +se-space-assembling-machine-2=A modified assembling machine that can work in space. +se-space-assembling-machine-3=A modified assembling machine that can work in space. diff --git a/PHI-MB/locale/ja/locale.cfg b/PHI-MB/locale/ja/locale.cfg index 72b49d1..6d78127 100644 --- a/PHI-MB/locale/ja/locale.cfg +++ b/PHI-MB/locale/ja/locale.cfg @@ -11,6 +11,8 @@ centrifuge-2=遠心分離機 2 centrifuge-3=遠心分離機 3 lab-2=研究所 2 lab-3=研究所 3 +se-space-assembling-machine-2=宇宙組立機 2 +se-space-assembling-machine-3=宇宙組立機 3 [entity-name] assembling-machine-4=組立機 4 @@ -25,6 +27,8 @@ centrifuge-2=遠心分離機 2 centrifuge-3=遠心分離機 3 lab-2=研究所 2 lab-3=研究所 3 +se-space-assembling-machine-2=宇宙組立機 2 +se-space-assembling-machine-3=宇宙組立機 3 [entity-description] assembling-machine-4=組立機 4 @@ -39,3 +43,5 @@ centrifuge-2=様々なウランに関するレシピを処理します。 centrifuge-3=様々なウランに関するレシピを処理します。 lab-2=研究所 2 lab-3=研究所 3 +se-space-assembling-machine-2=宇宙空間で動作するように調整された組立機 +se-space-assembling-machine-3=宇宙空間で動作するように調整された組立機 diff --git a/PHI-MB/locale/zh-CN/locale.cfg b/PHI-MB/locale/zh-CN/locale.cfg index 1c031f7..07a623d 100644 --- a/PHI-MB/locale/zh-CN/locale.cfg +++ b/PHI-MB/locale/zh-CN/locale.cfg @@ -11,6 +11,8 @@ centrifuge-2=離心機 2 centrifuge-3=離心機 3 lab-2=實驗室 2 lab-3=實驗室 3 +se-space-assembling-machine-2=太空組裝機 2 +se-space-assembling-machine-3=太空組裝機 3 [entity-name] assembling-machine-4=組裝機 4 @@ -25,6 +27,8 @@ centrifuge-2=離心機 2 centrifuge-3=離心機 3 lab-2=實驗室 2 lab-3=實驗室 3 +se-space-assembling-machine-2=太空組裝機 2 +se-space-assembling-machine-3=太空組裝機 3 [entity-description] assembling-machine-4=組裝機 4 @@ -39,3 +43,5 @@ centrifuge-2=加工多種有關鈾的配方。 centrifuge-3=加工多種有關鈾的配方。 lab-2=實驗室 2 lab-3=實驗室 3 +se-space-assembling-machine-2=一台特製的組裝機,可以在太空中工作。 +se-space-assembling-machine-3=一台特製的組裝機,可以在太空中工作。 diff --git a/PHI-MB/locale/zh-TW/locale.cfg b/PHI-MB/locale/zh-TW/locale.cfg index 1c031f7..07a623d 100644 --- a/PHI-MB/locale/zh-TW/locale.cfg +++ b/PHI-MB/locale/zh-TW/locale.cfg @@ -11,6 +11,8 @@ centrifuge-2=離心機 2 centrifuge-3=離心機 3 lab-2=實驗室 2 lab-3=實驗室 3 +se-space-assembling-machine-2=太空組裝機 2 +se-space-assembling-machine-3=太空組裝機 3 [entity-name] assembling-machine-4=組裝機 4 @@ -25,6 +27,8 @@ centrifuge-2=離心機 2 centrifuge-3=離心機 3 lab-2=實驗室 2 lab-3=實驗室 3 +se-space-assembling-machine-2=太空組裝機 2 +se-space-assembling-machine-3=太空組裝機 3 [entity-description] assembling-machine-4=組裝機 4 @@ -39,3 +43,5 @@ centrifuge-2=加工多種有關鈾的配方。 centrifuge-3=加工多種有關鈾的配方。 lab-2=實驗室 2 lab-3=實驗室 3 +se-space-assembling-machine-2=一台特製的組裝機,可以在太空中工作。 +se-space-assembling-machine-3=一台特製的組裝機,可以在太空中工作。