<?xml version="1.0"?>
<calendar name="secondage" newyear="month_1" start="0">
  <season name="winter">
    <month name="month_4" storm="50" />
    <month name="month_5" storm="30" />
    <month name="month_6" storm="60" />
  </season>
  <season name="spring">
    <month name="month_7" storm="60" />
    <month name="month_8" storm="10" />
  </season>
  <season name="summer">
    <month name="month_9" storm="60" />
    <month name="month_1" storm="10" />
  </season>
  <season name="fall">
    <month name="month_2" storm="60" />
    <month name="month_3" storm="80" />
  </season>
  <week name="firstweek" />
  <week name="secondweek" />
  <week name="thirdweek" />
</calendar>