From 98a4422b15b07cc374bb0e1e2a859e33cb346096 Mon Sep 17 00:00:00 2001 From: Llywelwyn Date: Wed, 23 Aug 2023 00:02:47 +0100 Subject: [PATCH] reduces identify scroll spawnrate back down from debug number --- raws/spawn_tables.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/raws/spawn_tables.json b/raws/spawn_tables.json index d2e6823..1b73c25 100644 --- a/raws/spawn_tables.json +++ b/raws/spawn_tables.json @@ -47,7 +47,7 @@ { "id": "scrolls", "table": [ - { "id": "scroll_identify", "weight": 3000, "difficulty": 1}, + { "id": "scroll_identify", "weight": 3, "difficulty": 1}, { "id": "scroll_removecurse", "weight": 2, "difficulty": 1}, { "id": "scroll_confusion", "weight": 2, "difficulty": 1}, { "id": "scroll_magicmap", "weight": 2, "difficulty": 1},