-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcfgweather.xml
30 lines (30 loc) · 1.21 KB
/
cfgweather.xml
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
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!-- 'reset' and 'enable' are a bool, and therefore supports: 0/1, true/false, yes/no -->
<!-- 'reset' controls whether you want to load in the weather from storage or not (false by default) -->
<!-- 'enable' controls whether this file is enabled or not (true by default) -->
<weather reset="1" enable="1">
<overcast>
<current actual="0.2" time="120" duration="240" />
<limits min="0.2" max="0.3" />
<timelimits min="900" max="1800" />
<changelimits min="0.0" max="0.1" />
</overcast>
<fog>
<current actual="0.0" time="120" duration="240" />
<limits min="0" max="0.1" />
<timelimits min="900" max="1800" />
<changelimits min="0" max="0.1" />
</fog>
<rain>
<current actual="0.0" time="120" duration="240" />
<limit min="0.0" max="0.1" />
<timelimits min="900" max="1800" />
<changelimits min="0.0" max="0.1" />
<thresholds min="0" max="0.1" end="1" />
</rain>
<wind>
<maxspeed>10</maxspeed>
<params min="0" max="0.5" frequency="30" />
</wind>
<storm density="0.5" threshold="0.7" timeout="25"/>
</weather>