From 9132b6ae2f90acb4457074de76580bff339283da Mon Sep 17 00:00:00 2001 From: Timothy Warren Date: Tue, 18 Jan 2022 09:43:19 -0500 Subject: [PATCH] Add town portal scroll spawns --- raws/spawns.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/raws/spawns.json b/raws/spawns.json index 13d4501..7cba000 100644 --- a/raws/spawns.json +++ b/raws/spawns.json @@ -38,6 +38,12 @@ "min_depth": 0, "max_depth": 100 }, + { + "name": "Town Portal Scroll", + "weight": 4, + "min_depth": 0, + "max_depth": 100 + }, { "name": "Dagger", "weight": 3, @@ -401,6 +407,23 @@ "base_value": 50.0, "vendor_category": "alchemy" }, + { + "name": "Town Portal Scroll", + "renderable": { + "glyph": ")", + "fg": "#AAAAFF", + "bg": "#000000", + "order": 2 + }, + "consumable": { + "effects": { + "town_portal": "" + } + }, + "weight_lbs": 0.5, + "base_value": 20.0, + "vendor_category": "alchemy" + }, { "name": "Rations", "renderable": {