Mods hinzugefügt und geändert. Höhlen, Himmelsinseln und Asteroiden.

This commit is contained in:
N-Nachtigal 2025-05-15 00:49:46 +02:00
parent df3b4e6104
commit ef2b11dbee
62 changed files with 5344 additions and 121 deletions

View file

@ -20,8 +20,8 @@ local function setting(stype, name, default)
end
--generation settings
setting("number", "ymin", -33000) --bottom realm limit
setting("number", "ymax", -1500) --top realm limit
setting("number", "ymin", -10000) --bottom realm limit
setting("number", "ymax", -4096) --top realm limit
setting("number", "tcave", 0.75) --cave threshold
--decoration chances
@ -30,7 +30,7 @@ setting("number", "stalcha", 0.003) --chance of stalactites
setting("number", "h_lag", 8) --max height for stalagmites
setting("number", "h_lac", 8) --...stalactites
setting("number", "crystal", 0.0002) --chance of glow crystal formations
setting("number", "crystal", 0.0002) --chance of glow crystal formations
setting("number", "h_cry", 8) --max height of glow crystals
setting("number", "h_clac", 8) --max height of glow crystal stalactites
@ -43,8 +43,8 @@ setting("number", "icicha", 0.035) --chance of icicles
setting("number", "flacha", 0.04) --chance of constant flames
--realm limits for Dungeon Masters' Lair
setting("number", "dm_top", -14000) --upper limit
setting("number", "dm_bot", -16000) --lower limit
setting("number", "dm_top", -8000) --upper limit
setting("number", "dm_bot", -10000) --lower limit
--should DMs spawn in DM Lair?
setting("bool", "dm_spawn", true)