DC: Add tips and tricks page for the DC
This commit is contained in:
parent
f06fb0ea0a
commit
3a29d8032d
4 changed files with 37 additions and 1 deletions
29
lignumis-cf/prototypes/tips-and-tricks.lua
Normal file
29
lignumis-cf/prototypes/tips-and-tricks.lua
Normal 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"
|
||||
}
|
||||
}
|
||||
})
|
||||
Loading…
Add table
Add a link
Reference in a new issue