diff --git a/PHI-CL/data/b/gm-vp-c.lua b/PHI-CL/data/b/gm-vp-c.lua index a440471..2a591d3 100644 --- a/PHI-CL/data/b/gm-vp-c.lua +++ b/PHI-CL/data/b/gm-vp-c.lua @@ -755,6 +755,38 @@ local items = { ['cuttlepop'] = 'tree', -- SPACE_AGE ENTITY 40 ['water-cane'] = 'tree', + ['small-stomper-shell'] = 'simple-entity', + ['medium-stomper-shell'] = 'simple-entity', + ['big-stomper-shell'] = 'simple-entity', + ['big-volcanic-rock'] = 'simple-entity', + -- SPACE_AGE ENTITY 45 + ['huge-volcanic-rock'] = 'simple-entity', + ['copper-stromatolite'] = 'simple-entity', + ['iron-stromatolite'] = 'simple-entity', + ['vulcanus-chimney-short'] = 'simple-entity', + ['vulcanus-chimney-truncated'] = 'simple-entity', + -- SPACE_AGE ENTITY 50 + ['vulcanus-chimney'] = 'simple-entity', + ['vulcanus-chimney-cold'] = 'simple-entity', + ['vulcanus-chimney-faded'] = 'simple-entity', + ['big-fulgora-rock'] = 'simple-entity', + ['fulgurite'] = 'simple-entity', + -- SPACE_AGE ENTITY 55 + ['fulgurite-small'] = 'simple-entity', + ['fulgoran-ruin-small'] = 'simple-entity', + ['fulgoran-ruin-medium'] = 'simple-entity', + ['fulgoran-ruin-stonehenge'] = 'simple-entity', + ['fulgoran-ruin-big'] = 'simple-entity', + -- SPACE_AGE ENTITY 60 + ['fulgoran-ruin-colossal'] = 'simple-entity', + ['fulgoran-ruin-huge'] = 'simple-entity', + ['fulgoran-ruin-vault'] = 'simple-entity', + ['lithium-iceberg-big'] = 'simple-entity', + ['lithium-iceberg-huge'] = 'simple-entity', + -- SPACE_AGE ENTITY 65 + ['small-demolisher-corpse'] = 'simple-entity', + ['medium-demolisher-corpse'] = 'simple-entity', + ['big-demolisher-corpse'] = 'simple-entity', -- SPACE_AGE ITEM 0 ['bioflux'] = 'capsule', ['jelly'] = 'capsule', diff --git a/PHI-CL/data/b/gm-vp-note.lua b/PHI-CL/data/b/gm-vp-note.lua index abc2f69..d0e7554 100644 --- a/PHI-CL/data/b/gm-vp-note.lua +++ b/PHI-CL/data/b/gm-vp-note.lua @@ -34,9 +34,5 @@ for _, v in pairs({'yumako-tree', 'jellystem'}) do data.raw['plant'][v].autoplace = nil end -for _, v in pairs({'small-stomper-shell', 'medium-stomper-shell', 'big-stomper-shell', 'big-volcanic-rock', 'huge-volcanic-rock', 'copper-stromatolite', 'iron-stromatolite', 'vulcanus-chimney-short', 'vulcanus-chimney-truncated', 'vulcanus-chimney', 'vulcanus-chimney-cold', 'vulcanus-chimney-faded', 'big-fulgora-rock', 'fulgurite', 'fulgurite-small', 'fulgoran-ruin-small', 'fulgoran-ruin-medium', 'fulgoran-ruin-stonehenge', 'fulgoran-ruin-big', 'fulgoran-ruin-colossal', 'fulgoran-ruin-huge', 'fulgoran-ruin-vault', 'lithium-iceberg-big', 'lithium-iceberg-huge', 'small-demolisher-corpse', 'medium-demolisher-corpse', 'big-demolisher-corpse'}) do - data.raw['simple-entity'][v].autoplace = nil - data.raw['simple-entity'][v].hidden = true - data.raw['simple-entity'][v].hidden_in_factoriopedia = true -end +data.raw['simple-entity']['small-stomper-shell'].autoplace = nil ]] diff --git a/PHI-CL/data/b/gm-vp.lua b/PHI-CL/data/b/gm-vp.lua index 3c49d26..769dda6 100644 --- a/PHI-CL/data/b/gm-vp.lua +++ b/PHI-CL/data/b/gm-vp.lua @@ -432,7 +432,7 @@ if data.raw.planet then end -- GM-VP H 1 QUALITY ENTITY --- GM-VP H 41 SPACE_AGE ENTITY +-- GM-VP H 68 SPACE_AGE ENTITY -- GM-VP H 7 SPACE_AGE ITEM -- GM-VP H 21 SPACE_AGE MAP_GENERATION -- GM-VP H 3 SPACE_AGE TILE