mirror of
https://github.com/PHIDIAS0303/factorio-mod-PHI.git
synced 2025-12-27 02:55:22 +09:00
.
This commit is contained in:
@@ -102,7 +102,7 @@ if settings.startup['PHI-EQ'].value and settings.startup['PHI-EQ-ARMOR'].value t
|
||||
enabled = false,
|
||||
ingredients = {{name='power-armor-mk2', amount=2}},
|
||||
result = 'power-armor-mk3',
|
||||
localised_name = {'name.power-armor-mk2'},
|
||||
localised_name = {'phi-cl.combine-gen', {'name.power-armor-mk2'}, 3},
|
||||
localised_description = {'description.power-armor-mk2'}
|
||||
}})
|
||||
|
||||
@@ -128,7 +128,7 @@ if settings.startup['PHI-RS'].value then
|
||||
item.localised_name = {'name.electric-filter-furnace'}
|
||||
item.localised_description = {'description.electric-filter-furnace'}
|
||||
data:extend({item})
|
||||
|
||||
|
||||
local entity = table.deepcopy(data.raw['furnace']['electric-furnace'])
|
||||
entity.name = 'electric-filter-furnace'
|
||||
entity.minable.result = 'electric-filter-furnace'
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"name": "PHI-CL",
|
||||
"version": "2.0.41",
|
||||
"version": "2.0.42",
|
||||
"factorio_version": "1.1",
|
||||
"date": "2024-09-27",
|
||||
"date": "2024-09-28",
|
||||
"title": "Phidias Collection",
|
||||
"author": "PHIDIAS0303",
|
||||
"contributers": "",
|
||||
@@ -11,11 +11,11 @@
|
||||
"dependencies": [
|
||||
"base >= 1.1.0",
|
||||
"? aai-industry >= 0.5.0",
|
||||
"? big-mining-drill >= 0.1.0",
|
||||
"(?) big-mining-drill >= 0.1.0",
|
||||
"? Krastorio2 >= 1.3.0",
|
||||
"? space-exploration >= 0.6.0",
|
||||
"? angelsrefining >= 0.12.0",
|
||||
"? exotic-industries >= 0.6.0",
|
||||
"(?) angelsrefining >= 0.12.0",
|
||||
"(?) exotic-industries >= 0.6.0",
|
||||
"(?) Atomic_Overhaul >= 1.3.0"
|
||||
]
|
||||
}
|
||||
@@ -150,7 +150,12 @@ basic-logistic-chest-requester=Requests specified items from the logistic networ
|
||||
electric-boiler=Burns fuel to turn water into steam.
|
||||
oil-pump=
|
||||
super-radar=Scans the nearby sectors, and actively reveals an area around it.
|
||||
trash-chest=
|
||||
trash-pipe=
|
||||
large-area-electric-mining-drill=
|
||||
passive-energy-void=
|
||||
empty-train-battery=
|
||||
charged-train-battery=
|
||||
satellite=The satellite should be put into the rocket.
|
||||
|
||||
solar-panel-equipment=Provides power for equipment modules.
|
||||
@@ -163,6 +168,17 @@ night-vision-equipment=Allows you to see more clearly in darkness.
|
||||
exoskeleton-equipment=Inserted into armor to increase movement speed. You can equip multiple exoskeletons at once.
|
||||
power-armor-mk2=Armor with a huge equipment grid and inventory size bonus.
|
||||
|
||||
basic-oil-processing=
|
||||
advanced-oil-processing=
|
||||
light-oil-cracking=
|
||||
heavy-oil-cracking=
|
||||
uranium-processing=
|
||||
kovarex-enrichment-process=
|
||||
nuclear-fuel-reprocessing=
|
||||
coal-liquefaction=
|
||||
wood-production=
|
||||
fish-production=
|
||||
|
||||
industrial-furnace=Can use advanced smelting and metallurgy recipes but not kiln recipes.
|
||||
fuel-processor=Process any chemical fuels into processed fuel.
|
||||
area-mining-drill=A larger electric mining drill with increased range, speed and an extra module slots.
|
||||
|
||||
Reference in New Issue
Block a user