Update tips and tricks

This commit is contained in:
Simon Brodtmann 2026-01-18 16:40:26 +01:00
parent 67c25877e4
commit 980974be41
2 changed files with 18 additions and 2 deletions

View file

@ -256,4 +256,4 @@ lignumis-briefing=[planet=lignumis] is a moon of [planet=nauvis] that you must e
lignumis-burner-agriculture=Feeding agricultural towers both with seeds and fuel requires trickier solutions compared to the more advanced electrical counterpart. Due to an engine limitation, inserters will keep grabbing seeds while ignoring the fuel if it is on the wrong side of the belt. Use circuits or multiple inserters to prevent these kinds of problems altogether.
lignumis-noise=The natives on [planet=lignumis] are sensitive to [img=airborne-pollutant/noise] loud noises. Anything mechanical created by you is potentially quite loud. Keep your base small and add walls to keep the noise inside.\nSome tools to reduce noise levels: [img=item/wooden-wall] walls, [img=entity/tree-01] trees, [img=item/efficiency-module] efficiency modules, [item=active-noise-cancelling-tower].
lignumis-steam=With [entity=steam-assembling-machine] and [entity=steam-inserter] you get new tools to build faster and more compact production chains. Due to the lack of better technologies, burning [item=moist-stromatolite-remnant] in the [entity=desiccation-furnace] is your only source of [fluid=steam]. Balance steam by burning overflowing moist stromatolite remnant in regular furnaces.\n\n[img=utility/warning_icon] The production of [fluid=steam] won't be enough to fuel a full base. Keep old burner setups where possible.
lignumis-escaping=The [entity=provisional-rocket-silo] allows you to take a generous inventory with you. Pack mostly infrastructure items to have a quick start on Nauvis. Leave fuel, gold and science packs behind.
lignumis-escaping=The [entity=provisional-rocket-silo] allows you to take a generous inventory with you. Pack mostly infrastructure items to have a quick start on Nauvis. Leave fuel, gold and science packs behind.\n\n[img=utility/warning_icon] While it is not mandatory to research everything before leaving, it is a good idea to do so. Or at least make sure you can continue to research after leaving.\n[img=utility/warning_icon] Your base conitnues to make noise when you are gone. In addition enemies will cotinue to expand. Make sure your base is protected before you leave.

View file

@ -13,7 +13,23 @@ data:extend({
type = "research",
technology = "automation-science-pack"
},
simulation = data.raw["utility-constants"]["default"].main_menu_simulations.lignumis_early
simulation = {
checkboard = false,
planet = "lignumis",
save = "__lignumis-assets__/menu-simulations/lignumis1.zip",
length = 60 * 20,
game_view_settings = { default_show_value = false },
init = [[
game.simulation.camera_surface_index = game.surfaces["lignumis"].index
game.simulation.camera_position = {-6, 2}
game.simulation.camera_zoom = 0.75
game.tick_paused = false
game.surfaces["lignumis"].daytime = 0.3
game.players[1].game_view_settings.show_controller_gui = false
game.players[1].game_view_settings.show_quickbar = false
game.players[1].game_view_settings.show_shortcut_bar = false
]]
}
},
{
type = "tips-and-tricks-item",