mirror of
https://github.com/PHIDIAS0303/factorio-mod-PHI.git
synced 2025-12-27 11:05:22 +09:00
.
This commit is contained in:
@@ -44,12 +44,6 @@ if mods['space-age'] then
|
|||||||
data.raw.recipe['solar-panel-' .. i].category = 'electronics'
|
data.raw.recipe['solar-panel-' .. i].category = 'electronics'
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
data.raw['bool-setting']['PHI-MB-EQUIPMENT-ARMOR'].localised_description = {'', '[item=power-armor-mk2] 3, [item=mech-armor] 2'}
|
|
||||||
data.raw['bool-setting']['PHI-SA-SPOIL'].localised_description = {'', '[item=spoilage]'}
|
|
||||||
data.raw['bool-setting']['PHI-SA-SPOIL-FREEZE'].localised_description = {'', '[item=ice]'}
|
|
||||||
data.raw['bool-setting']['PHI-SA-ENABLE-QUALITY'].localised_description = {'', '[virtual-signal=signal-any-quality]'}
|
|
||||||
data.raw['int-setting']['PHI-SA-QUALITY'].localised_description = {'', '[item=quality-module-3] x 0.1'}
|
|
||||||
end
|
end
|
||||||
|
|
||||||
--[[
|
--[[
|
||||||
|
|||||||
@@ -211,3 +211,11 @@ data:extend({
|
|||||||
order = 'E02'
|
order = 'E02'
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
|
if mods['space-age'] then
|
||||||
|
data.raw['bool-setting']['PHI-MB-EQUIPMENT-ARMOR'].localised_description = {'', '[item=power-armor-mk2] 3, [item=mech-armor] 2'}
|
||||||
|
data.raw['bool-setting']['PHI-SA-SPOIL'].localised_description = {'', '[item=spoilage]'}
|
||||||
|
data.raw['bool-setting']['PHI-SA-SPOIL-FREEZE'].localised_description = {'', '[item=ice]'}
|
||||||
|
data.raw['bool-setting']['PHI-SA-ENABLE-QUALITY'].localised_description = {'', '[virtual-signal=signal-any-quality]'}
|
||||||
|
data.raw['int-setting']['PHI-SA-QUALITY'].localised_description = {'', '[item=quality-module-3] x 0.1'}
|
||||||
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user