forked from cacklingfiend/lignumis
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
1
lignumis-cf/data.lua
Normal file
1
lignumis-cf/data.lua
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
require("prototypes/tips-and-tricks")
|
||||||
BIN
lignumis-cf/graphics/dc.png
Normal file
BIN
lignumis-cf/graphics/dc.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 4.3 KiB |
|
|
@ -3,3 +3,9 @@ lignumis-cf=○🌐Lignumis - Director's Cut
|
||||||
|
|
||||||
[mod-description]
|
[mod-description]
|
||||||
lignumis-cf=Dive into the world of Lignumis, a moon of Nauvis offering only the most basic technologies.\n\nThis is the version that represents the original idea of the mod author. For a more isolated planet mod experience, install the regular version.
|
lignumis-cf=Dive into the world of Lignumis, a moon of Nauvis offering only the most basic technologies.\n\nThis is the version that represents the original idea of the mod author. For a more isolated planet mod experience, install the regular version.
|
||||||
|
|
||||||
|
[tips-and-tricks-item-name]
|
||||||
|
lignumis-directors-cut=Director's Cut
|
||||||
|
|
||||||
|
[tips-and-tricks-item-description]
|
||||||
|
lignumis-directors-cut=Thanks for playing the Lignumis Dircetor's Cut!\nThis is how I wanted the mod to be, but most people don't like how it changes the whole game by adding wood to everything. Be prepared to need wood on every planet and even on space ships.\n\n[img=utility/warning_icon] Many mod settings are enforced and therefore hidden. If you can't find a setting, it's because you play the Director's Cut.\n[img=utility/warning_icon] When adding more modded planets, also look for wood mods for those planets like "Wooden Cerys: Lunaponics" and "Wooden Moshine: Solaponics".
|
||||||
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