DC: Add tips and tricks page for the DC

This commit is contained in:
Simon Brodtmann 2026-01-10 22:52:52 +01:00
parent f06fb0ea0a
commit 3a29d8032d
4 changed files with 37 additions and 1 deletions

View file

@ -0,0 +1,29 @@
data:extend({
{
type = "sprite",
name = "lignumis-directors-cut",
filename = "__lignumis-cf__/graphics/dc.png",
priority = "very-low",
width = 64,
height = 64,
flags = {"gui-icon"},
mipmap_count = 1,
scale = 0.5
},
{
type = "tips-and-tricks-item",
name = "lignumis-directors-cut",
tag = "[img=lignumis-directors-cut]",
category = "space-age",
order = "0-[lignumis]-b",
indent = 1,
trigger = {
type = "research",
technology = "wood-science-pack"
},
skip_trigger = {
type = "research",
technology = "automation-science-pack"
}
}
})