1
0
mirror of https://github.com/Wyrrrd/Rocket_Turrets.git synced 2026-04-23 22:23:17 +02:00
Files
Rocket_Turrets/integrations/info/wiki/wiki.lua
T
Wyrrrd 8f4dcf4491 Added wiki integration
Also moved graphics to be used by both info integrations
2020-03-29 14:46:31 +02:00

43 lines
2.1 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__/integrations/info/graphics/cover.png", width = 380, height = 264, scale = 0.95},
{type = "text", text = {"rocketturrets.text_intro"} },
{type = "line"},
{type = "title", title = {"rocketturrets.heading_turrets"} },
{type = "image", name = "image_turrets", filepath = "__Rocket_Turrets__/integrations/info/graphics/turrets.png", width = 154, height = 154, scale = 0.516},
{type = "text", text = {"rocketturrets.text_turrets"} },
{type = "line"},
{type = "title", title = {"rocketturrets.heading_ammo"} },
{type = "image", name = "image_ammo", filepath = "__Rocket_Turrets__/integrations/info/graphics/ammo.png", width = 104, height = 64, scale = 1},
{type = "text", text = {"rocketturrets.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__/integrations/info/graphics/cover_bob.png", width = 380, height = 264, scale = 0.95},
{type = "text", text = {"rocketturrets.text_intro"} },
{type = "line"},
{type = "title", title = {"rocketturrets.heading_turrets"} },
{type = "image", name = "image_turrets", filepath = "__Rocket_Turrets__/integrations/info/graphics/turrets_bob.png", width = 698, height = 154, scale = 0.516},
{type = "text", text = {"rocketturrets.text_turrets_bob"} },
{type = "line"},
{type = "title", title = {"rocketturrets.heading_ammo"} },
{type = "image", name = "image_ammo", filepath = "__Rocket_Turrets__/integrations/info/graphics/ammo.png", width = 104, height = 64, scale = 1},
{type = "text", text = {"rocketturrets.text_ammo"} },
}
}
}