Compare commits

..

No commits in common. "14ce5e71938fca6137b22d03700f68a52d6045bc" and "dd1a7237983db978789d05bd04714466ee0e5c52" have entirely different histories.

2 changed files with 2 additions and 11 deletions

View file

@ -19,7 +19,7 @@ return {
["trees"] = { richness = 3, frequency = 4, size = 3 }, ["trees"] = { richness = 3, frequency = 4, size = 3 },
["lignumis_enemy_base"] = { frequency = 0.75, size = 0.75 }, ["lignumis_enemy_base"] = { frequency = 0.75, size = 0.75 },
["rocks"] = {}, ["rocks"] = {},
["starting_area_moisture"] = { size = 3, frequency = 6 }, ["starting_area_moisture"] = { size = 1, richness = 6 },
["nauvis_cliff"] = { frequency = 2, size = 2 } ["nauvis_cliff"] = { frequency = 2, size = 2 }
}, },
autoplace_settings = { autoplace_settings = {

View file

@ -65,16 +65,7 @@ PlanetsLib:extend({
asteroid_spawn_influence = 1, asteroid_spawn_influence = 1,
asteroid_spawn_definitions = asteroid_util.spawn_definitions(nauvis_lignumis, 0.9), asteroid_spawn_definitions = asteroid_util.spawn_definitions(nauvis_lignumis, 0.9),
surface_render_parameters = { surface_render_parameters = {
clouds = effects.default_clouds_effect_properties(), clouds = effects.default_clouds_effect_properties()
day_night_cycle_color_lookup = {
{ 0.00, Lignumis.graphics .. "color_luts/lut-day.png" },
{ 0.35, Lignumis.graphics .. "color_luts/lut-sunset.png" },
{ 0.45, Lignumis.graphics .. "color_luts/lut-night.png" },
{ 0.55, Lignumis.graphics .. "color_luts/lut-night.png" },
{ 0.65, Lignumis.graphics .. "color_luts/lut-dawn.png" },
{ 0.75, Lignumis.graphics .. "color_luts/lut-day.png" },
{ 1.00, Lignumis.graphics .. "color_luts/lut-day.png" },
}
}, },
persistent_ambient_sounds = { persistent_ambient_sounds = {
base_ambience = { filename = Lignumis.sound .. "ambient/forest-ambience.ogg", volume = 0.1 }, base_ambience = { filename = Lignumis.sound .. "ambient/forest-ambience.ogg", volume = 0.1 },