mirror of
https://github.com/Wyrrrd/Rocket_Turrets.git
synced 2026-03-04 21:32:19 +01:00
- Reworked integration with Bob's - Added Booktorio integration - Moved some files around
43 lines
1.9 KiB
Lua
43 lines
1.9 KiB
Lua
rocketturrets_wiki =
|
|
{
|
|
name = "Rocket_Turrets",
|
|
title = {"rocketturrets.menu_rocketturrets"},
|
|
mod_path = "__Rocket_Turrets__",
|
|
{
|
|
name = {"rocketturrets.title_rocketturrets"},
|
|
topic = {
|
|
{type = "image", name = "image_cover", filepath = "__Rocket_Turrets__/graphics/info/cover.png", width = 380, height = 264, scale = 0.95},
|
|
{type = "text", text = {"info.text_intro"} },
|
|
{type = "line"},
|
|
{type = "title", title = {"info.heading_turrets"} },
|
|
{type = "image", name = "image_turrets", filepath = "__Rocket_Turrets__/graphics/info/turrets.png", width = 154, height = 154, scale = 0.516},
|
|
{type = "text", text = {"info.text_turrets"} },
|
|
{type = "line"},
|
|
{type = "title", title = {"info.heading_ammo"} },
|
|
{type = "image", name = "image_ammo", filepath = "__Rocket_Turrets__/graphics/info/ammo.png", width = 104, height = 64, scale = 1},
|
|
{type = "text", text = {"info.text_ammo"} },
|
|
}
|
|
}
|
|
}
|
|
|
|
rocketturrets_bob_wiki =
|
|
{
|
|
name = "Rocket_Turrets",
|
|
title = {"rocketturrets.menu_rocketturrets"},
|
|
mod_path = "__Rocket_Turrets__",
|
|
{
|
|
name = {"rocketturrets.title_rocketturrets"},
|
|
topic = {
|
|
{type = "image", name = "image_cover", filepath = "__Rocket_Turrets__/graphics/info/cover_bob.png", width = 380, height = 264, scale = 0.95},
|
|
{type = "text", text = {"info.text_intro"} },
|
|
{type = "line"},
|
|
{type = "title", title = {"info.heading_turrets"} },
|
|
{type = "image", name = "image_turrets", filepath = "__Rocket_Turrets__/graphics/info/turrets_bob.png", width = 698, height = 154, scale = 0.516},
|
|
{type = "text", text = {"info.text_turrets_bob"} },
|
|
{type = "line"},
|
|
{type = "title", title = {"info.heading_ammo"} },
|
|
{type = "image", name = "image_ammo", filepath = "__Rocket_Turrets__/graphics/info/ammo.png", width = 104, height = 64, scale = 1},
|
|
{type = "text", text = {"info.text_ammo"} },
|
|
}
|
|
}
|
|
} |