water_life/settingtypes.txt

69 lines
2.1 KiB
Plaintext
Raw Normal View History

2020-01-12 20:27:16 +07:00
# all settings for client menu or in minetest.conf on servers
2020-09-26 14:15:40 +02:00
# -
# I am a baby, please turn off the dangerous wild animals
water_life_dangerous (turn off agressive animals) bool false
2020-10-09 13:21:14 +02:00
# -
# 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
2020-02-05 21:33:11 +07:00
# -
2020-01-12 20:27:16 +07:00
# controls spawn chance of whales 10 promille = 1 %
water_life_whale_spawn_rate (Whales spawn chance in promille) int 100
2020-02-05 21:33:11 +07:00
# -
2020-01-12 20:27:16 +07:00
# controls spawn chance of sharks 10 promille = 1 %
water_life_shark_spawn_rate (Shark spawn chance in promille) int 100
2020-02-05 21:33:11 +07:00
# -
2020-01-12 20:27:16 +07:00
# controls spawn chance of Riverfish 10 promille = 1 %
water_life_fish_spawn_rate (Riverfish spawn chance in promille) int 1000
2020-02-11 18:29:16 +07:00
# -
# 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
2020-02-05 21:33:11 +07:00
# -
2020-01-12 20:27:16 +07:00
# total max number of whales spawning in aktive area
water_life_maxwhales (Max possible whales in aktive area) int 1
2020-02-05 21:33:11 +07:00
# -
2020-01-12 20:27:16 +07:00
# total max number of sharks spawning in aktive area
water_life_maxsharks (Max possible sharks in aktive area) int 5
2020-11-08 17:58:42 +01:00
# -
# max lifetime of a moskito (default 120 = 2 minutes)
water_life_moskitolifetime (Max lifetime of a moskito in seconds) int 120
2020-11-08 17:58:42 +01:00
2020-02-05 21:33:11 +07:00
# -
2020-01-12 20:27:16 +07:00
# total max number of animals in an aktive area
# other mods might not care about this setting
2020-05-31 18:51:00 +02:00
water_life_maxmobs (Max possible animals in aktive area) int 60
2020-01-12 20:27:16 +07:00
2020-02-05 21:33:11 +07:00
# -
2020-01-12 20:27:16 +07:00
# 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
2020-02-05 21:33:11 +07:00
# -
#replace riverwater with muddywater
#in rainforest and savanna biome
water_life_muddy_water (muddy water in rainforest and savanna biome) bool false
#-
2020-02-11 18:29:16 +07:00
# turn this value to true to see api function debug
water_life_radar_debug (api function debug shown in chat) bool false
2021-01-14 16:49:40 +01:00
#-
#number in days where new players are not affected by rattlesnake poison
water_life_newplayerbonus (days for newplayer immune to rattlesnake) int 5