From 99e5fb48431f1661784e182948cb766ef939b9e1 Mon Sep 17 00:00:00 2001
From: Malin Freeborn <malinfreeborn@posteo.net>
Date: Sat, 25 Nov 2023 12:43:00 +0100
Subject: [PATCH] place portal scroll

---
 loot.sty      |  2 ++
 talismans.sty | 14 ++++++++++++++
 2 files changed, 16 insertions(+)

diff --git a/loot.sty b/loot.sty
index c80549fa..4944eadd 100644
--- a/loot.sty
+++ b/loot.sty
@@ -98,6 +98,8 @@
           \minersWeed%
         \or%3
           \oceanPhial%
+        \or%
+          \labyrinthScroll%
         \or%1
           Earth \gls{boon}%
         \or%4
diff --git a/talismans.sty b/talismans.sty
index 688b6100..6bfd0ed5 100644
--- a/talismans.sty
+++ b/talismans.sty
@@ -93,3 +93,17 @@
     Underground travellers occasionally travel with a few of these creatures, in order to fit through small underground tunnels.}% Details
 }
 
+\newcommand\labyrinthScroll{
+  \talisman{Labyrinth Scroll}% Name
+    {distant, duplicated}% Enhancements
+    {Warp}% Action
+    {Fire, Earth}% Spheres
+    {movement of any kind}% Resistance
+    {A rift in space covers an opening (e.g. a door, corridor, or window) which leads to the goblin realm, far below the \gls{deep}}% Summary
+    {On the other side, stagnant, humid air spills out of a fungal garden which emanates with mana.
+    In the distance, a pale red light glows, forming a twisted silhouette of the jungle.
+
+    The portal degrades as things move through it.
+    It can handle up to \arabic{spellTargets} \glspl{hp} of creature, or equivalent weight, before it starts to collapse.
+    }% Details
+}
-- 
GitLab