-
Notifications
You must be signed in to change notification settings - Fork 10
/
settingtypes.txt
99 lines (76 loc) · 3.19 KB
/
settingtypes.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
# all settings for client menu or in minetest.conf on servers
# -
# turn off water_life spawning - use this if you have a third party spawning mod
water_life_nospawn (user third party mod for spawning) bool false
# -
# 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
# -
# moskitos do not spawn in heights below this value (default -10)
water_life_moskito_minpos (no moskitos in heights smaller than this) int -10
# -
# moskitos do not spawn in heights larger than this value (default 100)
water_life_moskito_maxpos (no moskitos in heights larger than this) int 100
# -
# moskitos will die in areas with lightlevel above this (default 8)
water_life_moskito_lightmax (die if brighter than this) int 8
# -
# moskitos need at least this temperature to show up (default 20)
water_life_moskito_mintemp (noshow if colder than this) int 20
# -
# moskitos love humid biomes, small values will make them love dry biomes as well (default 200)
water_life_moskito_humidity (the smaller the more likely) int 200
# -
# 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