From 2c3737b01cffe845054b22afe4cc36be35e6e7e0 Mon Sep 17 00:00:00 2001
From: Malin Freeborn <malinfreeborn@posteo.net>
Date: Sat, 4 May 2024 16:48:32 +0200
Subject: [PATCH] place boons and ingredients in lootMagic

---
 loot.sty     | 24 +++++++++++++++++-------
 monsters.sty |  2 +-
 2 files changed, 18 insertions(+), 8 deletions(-)

diff --git a/loot.sty b/loot.sty
index bef59976..9b05150d 100644
--- a/loot.sty
+++ b/loot.sty
@@ -144,17 +144,27 @@
 \newcommand{\lootMagic}{%
   \iftoggle{genExamples}{}%
     {%
-      \ifnum\value{diceNo2}>5\setcounter{diceNo2}{1}\fi%
+      \ifnum\value{diceNo2}>10\setcounter{diceNo2}{1}\fi%
       \ifcase\value{diceNo2}\relax%
-        Earth \gls{ingredient}%
+        auroch hooves%
       \or%1
-        Air \gls{ingredient}%
+        sack of griffin feathers%
       \or%2
-        Fire \gls{ingredient}%
+        marching mushrooms%
       \or%3
-        Water \gls{ingredient}%
-      \else%4
-        Fate \gls{ingredient}%
+        Earth \gls{boon}%
+      \or%4
+        Air \gls{boon}%
+      \or%5
+        stirge queen in a phial%
+      \or%6
+        woodspy beak%
+      \or%7
+        Fire \gls{boon}%
+      \or%8
+        Water \gls{boon}%
+      \else%9
+        Fate \gls{boon}%
       \fi%
       \stepcounter{diceNo2}%
     }%
diff --git a/monsters.sty b/monsters.sty
index efc7a1eb..151f27ae 100644
--- a/monsters.sty
+++ b/monsters.sty
@@ -1278,7 +1278,7 @@
       \fi
     }% SKILLS
     {\snapcaster}% KNACKS
-    {\lootMagic, \lootMedium, \lootJewellery}% EQUIPMENT
+    {preserved \lootMagic, \lootMedium, \lootJewellery}% EQUIPMENT
     {\undead}% ABILITIES
 }
 
-- 
GitLab