mirror of
https://github.com/PHIDIAS0303/factorio-mod-PHI.git
synced 2026-05-12 21:08:43 +09:00
.
This commit is contained in:
@@ -239,6 +239,14 @@ for _, v in pairs({'space-science-pack', 'electromagnetic-plant', 'foundry', 'cr
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
-- GM-VP H 2 SPACE_AGE RESEARCH_EFFECT
|
||||||
|
if data.raw.quality then
|
||||||
|
for _, v in pairs(data.raw.quality) do
|
||||||
|
v.hidden = true
|
||||||
|
v.hidden_in_factoriopedia = true
|
||||||
|
end
|
||||||
|
end
|
||||||
|
|
||||||
-- GM-VP C 1 BASE ENTITY
|
-- GM-VP C 1 BASE ENTITY
|
||||||
-- GM-VP C 1 SPACE_AGE ENTITY
|
-- GM-VP C 1 SPACE_AGE ENTITY
|
||||||
for _, v in pairs(data.raw.lab) do
|
for _, v in pairs(data.raw.lab) do
|
||||||
@@ -316,6 +324,7 @@ end
|
|||||||
for _, v in pairs(data.raw.recipe) do
|
for _, v in pairs(data.raw.recipe) do
|
||||||
v.category = nil
|
v.category = nil
|
||||||
v.surface_conditions = nil
|
v.surface_conditions = nil
|
||||||
|
v.auto_recycle = false
|
||||||
|
|
||||||
if items['recipe'][v.name] then
|
if items['recipe'][v.name] then
|
||||||
v.hidden = true
|
v.hidden = true
|
||||||
@@ -358,8 +367,6 @@ for _, v in pairs({'vulcanus', 'gleba', 'fulgora', 'aquilo'}) do
|
|||||||
data.raw['change-surface-achievement']['visit-' .. v] = nil
|
data.raw['change-surface-achievement']['visit-' .. v] = nil
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
data.raw['dont-build-entity-achievement']['logistic-network-embargo'] = nil
|
data.raw['dont-build-entity-achievement']['logistic-network-embargo'] = nil
|
||||||
data.raw['create-platform-achievement']['reach-for-the-stars'] = nil
|
data.raw['create-platform-achievement']['reach-for-the-stars'] = nil
|
||||||
data.raw['complete-objective-achievement']['second-star-to-the-right-and-straight-on-till-morning'] = nil
|
data.raw['complete-objective-achievement']['second-star-to-the-right-and-straight-on-till-morning'] = nil
|
||||||
@@ -447,4 +454,3 @@ data.raw['tile']['space-platform-foundation'].hidden = true
|
|||||||
data.raw['tile']['space-platform-foundation'].hidden_in_factoriopedia = true
|
data.raw['tile']['space-platform-foundation'].hidden_in_factoriopedia = true
|
||||||
data.raw['tile']['foundation'].hidden = true
|
data.raw['tile']['foundation'].hidden = true
|
||||||
data.raw['tile']['foundation'].hidden_in_factoriopedia = true
|
data.raw['tile']['foundation'].hidden_in_factoriopedia = true
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user