2021-11-24 07:06:47 +00:00
|
|
|
<!-- Default Namalsk weather init, do not change if you are using the event system -->
|
2021-11-21 08:54:17 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
|
|
|
|
<weather reset="1" enable="1">
|
|
|
|
<overcast>
|
|
|
|
<current actual="0.17" time="120" duration="240" />
|
|
|
|
<limits min="0.10" max="0.30" />
|
|
|
|
<timelimits min="1600" max="2100" />
|
|
|
|
<changelimits min="0.10" max="0.20" />
|
|
|
|
</overcast>
|
|
|
|
<fog>
|
|
|
|
<current actual="0.0" time="120" duration="240" />
|
|
|
|
<limits min="0.0" max="0.0" />
|
|
|
|
<timelimits min="900" max="1800" />
|
|
|
|
<changelimits min="0.0" max="1.0" />
|
|
|
|
</fog>
|
|
|
|
<rain>
|
|
|
|
<current actual="0.0" time="120" duration="240" />
|
2022-06-11 20:51:47 +00:00
|
|
|
<limits min="0.0" max="1.0" />
|
2021-11-21 08:54:17 +00:00
|
|
|
<timelimits min="300" max="600" />
|
|
|
|
<changelimits min="0.0" max="1.0" />
|
|
|
|
<thresholds min="0.0" max="1.0" end="0" />
|
|
|
|
</rain>
|
|
|
|
<wind>
|
|
|
|
<maxspeed>30</maxspeed>
|
|
|
|
<params min="0.1" max="1.0" frequency="42" />
|
|
|
|
</wind>
|
|
|
|
<storm density="0.0" threshold="1.0" timeout="60"/>
|
|
|
|
</weather>
|