1
0
mirror of https://github.com/Wyrrrd/Rocket_Turrets.git synced 2026-03-25 23:29:49 +01:00

Added dynamic tips&tricks page

Also:
- removed redundant wikimod integrations
- maintenance
This commit is contained in:
Wyrrrd
2022-08-10 15:40:34 +02:00
parent 323f0272d2
commit 458dfd619e
25 changed files with 122 additions and 287 deletions

32
prototypes/tips.lua Normal file
View File

@@ -0,0 +1,32 @@
-- tips and tricks
misc_category = {
type = "tips-and-tricks-item-category",
name = "misc",
order = "z-[misc]"
}
misc_category_title = {
type = "tips-and-tricks-item",
name = "misc",
category = "misc",
order = "a",
starting_status = "unlocked",
is_title = true
}
rocket_tips = {
type = "tips-and-tricks-item",
name = "rocketturrets",
tag = "[entity=rocket-turret]",
category = "misc",
indent = 1,
order = "b-[rocketturrets]",
trigger =
{
type = "build-entity",
entity = "rocket-turret"
},
dependencies = {"introduction"},
image = "__Rocket_Turrets__/graphics/tips.png"
}