From 1c88cde6a3bb76c32cee45ef879d19337c4e6169 Mon Sep 17 00:00:00 2001 From: Malin Freeborn <malinfreeborn@posteo.net> Date: Fri, 16 Aug 2024 21:56:32 +0200 Subject: [PATCH] make every second market a river market --- markets/bailey.tex | 43 ++++++++++++++++++++++++++++--------------- 1 file changed, 28 insertions(+), 15 deletions(-) diff --git a/markets/bailey.tex b/markets/bailey.tex index 11c2c449..7c1bbac4 100644 --- a/markets/bailey.tex +++ b/markets/bailey.tex @@ -1,4 +1,8 @@ -\section*{\Glsfmttext{village} Market} +\ifodd\value{diceNo} + \section*{\Glsfmttext{village} Market} +\else + \section*{River \Glsfmttext{village} Market} +\fi \noindent All purchases in \pgls{village} require a full morning or afternoon. @@ -54,20 +58,6 @@ Farmers chat, then barter, and finally refer the buyer to a neighbour. \end{boxtable} \fi -\begin{nametable}[Xcc]{\composeHumanName's Wood Salvage Goods} - - \textbf{Travel} & \textbf{Weight} & \textbf{Cost} \\\hline - - Cart & 13 & \mkPrice{13} \\ - - Rushlights & 0 & \mkPrice[cp]{1} \\ - - Tinder box & 0 & \mkPrice[cp]{3} \\ - - Torch & 1 & \mkPrice[cp]{11} \\ - -\end{nametable} - \begin{boxtable}[Lc] \textbf{Hospitality} & \textbf{Cost} \\\hline @@ -82,6 +72,25 @@ Farmers chat, then barter, and finally refer the buyer to a neighbour. \end{boxtable} +\begin{nametable}[Xcc]{\composeHumanName's Wood Salvage Goods} + + \textbf{Travel} & \textbf{Weight} & \textbf{Cost} \\\hline + + \ifodd\value{diceNo} + Cart & 13 & \mkPrice{13} \\ + + Rushlights & 0 & \mkPrice[cp]{1} \\ + + \else + Boat for 6 & 16 & \mkPrice{16} \\ + \fi + + Tinder box & 0 & \mkPrice[cp]{3} \\ + + Torch & 1 & \mkPrice[cp]{11} \\ + +\end{nametable} + \end{multicols} \begin{multicols}{2} @@ -105,6 +114,8 @@ Farmers chat, then barter, and finally refer the buyer to a neighbour. \end{nametable} \fi +\columnbreak + \begin{nametable}[Xcc]{\glsentrysymbol{sable}~At the Weavers, with \composeHumanName\ from the \glsentrytext{templeOfFrost}} \textbf{Clothing} & \textbf{Weight} & \textbf{Cost} \\\hline @@ -186,3 +197,5 @@ Farmers chat, then barter, and finally refer the buyer to a neighbour. \end{boxtable} \fi } + +\stepcounter{diceNo} -- GitLab