Unlock Lignumis via technology instead of script

This commit is contained in:
Simon Brodtmann 2025-01-11 15:33:49 +01:00
parent dd45cac7db
commit 02a5609c22
5 changed files with 25 additions and 1 deletions

View file

@ -1,4 +1,26 @@
data:extend({
{
type = "technology",
name = "planet-discovery-lignumis",
icons = util.technology_icon_constant_planet("__lignumis__/graphics/technology/lignumis.png"),
icon_size = 256,
essential = true,
effects = {
{
type = "unlock-space-location",
space_location = "lignumis",
use_icon_overlay_constant = true
}
},
prerequisites = { "automation-science-pack" },
unit = {
count = 10,
ingredients = {
{ "automation-science-pack", 1 },
},
time = 10
}
},
{
type = "technology",
name = "planet-discovery-nauvis",