77 lines
2.3 KiB
Plaintext
77 lines
2.3 KiB
Plaintext
# all settings for client menu or in minetest.conf on servers
|
|
|
|
# -
|
|
# I am a baby, please turn off the dangerous wild animals
|
|
water_life_dangerous (turn off agressive animals) bool false
|
|
|
|
# -
|
|
# Sound volume adjustment
|
|
# 0.9 means 90% of original sound volume
|
|
# 1.1 means 110% of original sound volume
|
|
# every step of 0.1 adds/reduces 10%
|
|
water_life_soundadjust (volume adjustment) float 1.0
|
|
|
|
# -
|
|
# controls spawn chance of whales 10 promille = 1 %
|
|
water_life_whale_spawn_rate (Whales spawn chance in promille) int 100
|
|
|
|
# -
|
|
# controls spawn chance of sharks 10 promille = 1 %
|
|
water_life_shark_spawn_rate (Shark spawn chance in promille) int 100
|
|
|
|
# -
|
|
# controls spawn chance of Riverfish 10 promille = 1 %
|
|
water_life_fish_spawn_rate (Riverfish spawn chance in promille) int 1000
|
|
|
|
# -
|
|
# controls spawn chance of sea urchins 10 promille = 1 %
|
|
water_life_urchin_spawn_rate (Sea urchin spawn chance in promille) int 300
|
|
|
|
#-
|
|
# controls spawn chance of clams 10 promille = 1 %
|
|
water_life_clams_spawn_rate (Clams spawn chance in promille) int 500
|
|
|
|
# -
|
|
# total max number of whales spawning in aktive area
|
|
water_life_maxwhales (Max possible whales in aktive area) int 1
|
|
|
|
# -
|
|
# total max number of sharks spawning in aktive area
|
|
water_life_maxsharks (Max possible sharks in aktive area) int 5
|
|
|
|
# -
|
|
# max lifetime of a moskito (default 120 = 2 minutes)
|
|
water_life_moskitolifetime (Max lifetime of a moskito in seconds) int 120
|
|
|
|
|
|
# -
|
|
# total max number of animals in an aktive area
|
|
# other mods might not care about this setting
|
|
water_life_maxmobs (Max possible animals in aktive area) int 60
|
|
|
|
# -
|
|
# turn this to true if you only need the api but do
|
|
# not want to have the animals
|
|
water_life_apionly (no animals please, I just need the api) bool false
|
|
|
|
# -
|
|
#replace riverwater with muddywater
|
|
#in rainforest and savanna biome
|
|
water_life_muddy_water (muddy water in rainforest and savanna biome) bool false
|
|
|
|
#-
|
|
# turn this value to true to see api function debug
|
|
water_life_radar_debug (api function debug shown in chat) bool false
|
|
|
|
#-
|
|
#number in days where new players are not affected by rattlesnake poison
|
|
water_life_newplayerbonus (days for newplayer immune to rattlesnake) int 5
|
|
|
|
#-
|
|
#I really hate insects, kill 'em all
|
|
water_life_hate_insects (no spawning of insects if true) bool false
|
|
|
|
#-
|
|
#Let me see all that blood - blood effect on
|
|
water_life_bloody (blood effect on) bool true
|