From 3acad8fcfc6d06adef8c2aa76ffcf82b52715522 Mon Sep 17 00:00:00 2001 From: Simon Brodtmann Date: Tue, 14 Jan 2025 22:34:01 +0100 Subject: [PATCH] Tweak mapgen settings --- README.md | 1 - lignumis/prototypes/content/lignumis/mapgen.lua | 7 ++++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index acb170a..9a6a616 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,6 @@ Sorted by priority - Fix pipe graphics on desiccation furnace, provisionary rocket silo and quality assembler - Change color of gold soil - Ban huge rocks with coal from Nauvis -- Increase default moisture bias - Create proper experience for the transition to Nauvis with a custom UI with launch button (and don't allow taking your inventory) - Add more description strings - Tweak all custom graphics colors diff --git a/lignumis/prototypes/content/lignumis/mapgen.lua b/lignumis/prototypes/content/lignumis/mapgen.lua index 398b647..a5f599c 100644 --- a/lignumis/prototypes/content/lignumis/mapgen.lua +++ b/lignumis/prototypes/content/lignumis/mapgen.lua @@ -1,6 +1,6 @@ return { aux_climate_control = false, - moisture_climate_control = false, + moisture_climate_control = true, property_expression_names = { -- Warning: anything set here overrides any selections made in the map setup screen so the options do nothing. --cliff_elevation = "cliff_elevation_nauvis", --cliffiness = "cliffiness_nauvis", @@ -16,10 +16,11 @@ return { ["lignumis_peat"] = { richness = 1/2, frequency = 6, size = 2 }, ["stone"] = { richness = 1/6, frequency = 4, size = 4 }, ["water"] = {}, - ["trees"] = {}, + ["trees"] = { richness = 4, frequency = 4, size = 4 }, ["enemy-base"] = {}, ["rocks"] = {}, - ["nauvis_cliff"] = {} + ["starting_area_moisture"] = { size = 1, richness = 6 }, + ["nauvis_cliff"] = { frequency = 2, size = 2 } }, autoplace_settings = { ["tile"] = {