forked from cacklingfiend/lignumis
Unlock Lignumis via technology instead of script
This commit is contained in:
parent
dd45cac7db
commit
02a5609c22
5 changed files with 25 additions and 1 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue