diff --git a/bind.sty b/bind.sty
index 5878bbd7440e7583a93e59b87e67f195677f3d0c..89c5135e1b1f4694e9bd5e85534d4d1ee40bbefe 100644
--- a/bind.sty
+++ b/bind.sty
@@ -1,5 +1,6 @@
 \RequirePackage{config/layout}
 \input{config/glossary.tex}
+\RequirePackage{config/seasons}
 \RequirePackage{config/loot}
 \RequirePackage{config/arms}
 \RequirePackage{config/stats}
diff --git a/seasons.sty b/seasons.sty
new file mode 100644
index 0000000000000000000000000000000000000000..f4934ec3b0c9897116adbfb5252eab19b66a3940
--- /dev/null
+++ b/seasons.sty
@@ -0,0 +1,62 @@
+\newcounter{temperature}
+
+\ifnum\month=1
+  \newcommand\season{Qualmea}
+  \newcommand\seasonDesc{\ifodd\thepage sharp\else fierce\fi}
+  \setcounter{temperature}{1}
+\fi
+\ifnum\month=2
+  \newcommand\season{Atya}
+  \newcommand\seasonDesc{\ifodd\thepage calm\else pleasant\fi}
+  \setcounter{temperature}{2}
+\fi
+\ifnum\month=3
+  \newcommand\season{Alassea}
+  \newcommand\seasonDesc{\ifodd\thepage frigid\else chilling\fi}
+  \setcounter{temperature}{0}
+\fi
+\ifnum\month=4
+  \newcommand\season{Cantea}
+  \newcommand\seasonDesc{\ifodd\thepage calm\else pleasant\fi}
+  \setcounter{temperature}{2}
+\fi
+\ifnum\month=5
+  \newcommand\season{C\'alea}
+  \newcommand\seasonDesc{\ifodd\thepage humid\else warm\fi}
+  \setcounter{temperature}{3}
+\fi
+\ifnum\month=6
+  \newcommand\season{V\'erea}
+  \newcommand\seasonDesc{\ifodd\thepage calm\else pleasant\fi}
+  \setcounter{temperature}{2}
+\fi
+\ifnum\month=7
+  \newcommand\season{Otsea}
+  \newcommand\seasonDesc{\ifodd\thepage sharp\else fierce\fi}
+  \setcounter{temperature}{1}
+\fi
+\ifnum\month=8
+  \newcommand\season{Toldea}
+  \newcommand\seasonDesc{\ifodd\thepage calm\else pleasant\fi}
+  \setcounter{temperature}{2}
+\fi
+\ifnum\month=9
+  \newcommand\season{Laiquea}
+  \newcommand\seasonDesc{\ifodd\thepage humid\else warm\fi}
+  \setcounter{temperature}{3}
+\fi
+\ifnum\month=10
+  \newcommand\season{Quainea}
+  \newcommand\seasonDesc{\ifodd\thepage calm\else pleasant\fi}
+  \setcounter{temperature}{2}
+\fi
+\ifnum\month=11
+  \newcommand\season{Minquesta}
+  \newcommand\seasonDesc{\ifodd\thepage frigid\else chilling\fi}
+  \setcounter{temperature}{0}
+\fi
+\ifnum\month=12
+  \newcommand\season{Ohta}
+  \newcommand\seasonDesc{\ifodd\thepage calm\else pleasant\fi}
+  \setcounter{temperature}{2}
+\fi