minetest-caverealms/settingtypes.txt
2017-03-04 22:49:21 -07:00

38 lines
1.8 KiB
Plaintext

[Generation settings]
caverealms.ymin (bottom realm limit) int -33000 -33000 33000
caverealms.ymax (top realm limit) int -700 -33000 33000
caverealms.tcave (cave threshold) float 0.5 0 1.0
caverealms.deep_cave (deep cave upper limit) int -7000 -33000 33000
[Player spawning]
caverealms.cavespawn (Player spawns in caves) bool false
[Decorations]
caverealms.stagcha (chance of stalagmites) float 0.002 0 1
caverealms.stalcha (chance of stalactites) float 0.003 0 1
caverealms.h_lag (max height for stalagmites) int 15 5 50
caverealms.h_lac (max height for stalactites) int 20 6 50
caverealms.crystal (chance of glow crystal formations) float 0.007 0 1
caverealms.h_cry (max height of glow crystals) int 9 5 50
caverealms.h_clac (max height of glow crystal stalactites) int 13 6 50
caverealms.gemcha (chance of small glow gems) float 0.03 0 1
caverealms.mushcha (chance of mushrooms) float 0.04 0 1
caverealms.myccha (chance of mycena mushrooms) float 0.03 0 1
caverealms.wormcha (chance of glow worms) float 0.02 0 1
caverealms.giantcha (chance of giant mushrooms) float 0.001 0 1
caverealms.icicha (chance of icicles) float 0.035 0 1
caverealms.flacha (chance of constant flames) float 0.04 0 1
caverealms.falling_icicles (falling icicles) bool true
caverealms.fallcha (chance of icicles falling when dug) float 0.33 0 1.0
[Dungeon Masters' Lair]
caverealms.dm_top (upper limit) int -4000 -33000 33000
caverealms.dm_bot (lower limit) int -5000 -33000 33000
caverealms.fountains (fountains spawn) bool true
caverealms.founcha (chance of fountains) float 0.001 0 1
caverealms.fortresses (fortresses spawn) bool true
caverealms.fortcha (chance of fortresses) float 0.0003 0 1
caverealms.min_items (minimum number of items in chests found in fortresses) int 2 0 100
caverealms.max_items (maximum number of items in chests found in fortresses) int 5 0 100