From: <gi...@cr...> - 2025-07-28 16:05:16
|
via 33c2588a93d816b10b3e78f712e56469ea3178e7 (commit) from 204c02f503a10b0d37091dd08d9445664050f487 (commit) ----------------------------------------------------------------------- commit 33c2588a93d816b10b3e78f712e56469ea3178e7 Author: patrick <xd...@gm...> Date: Mon Jul 28 11:59:39 2025 -0400 Tweak Tiny Tomes The Tiny Tomes bookshop sells spellbooks with only one spell in them. With the advent of parchments, there's not really much of a distinction between those and a spellbook with one spell, except that the spellbook requires more keypresses to figure out what the hell is in it. Rather than completely cut the entire shop, since people seem to like it, instead it now sells the second-tiniest spellbooks, with two spells each. Also, lower the weighting on two of my spellbook shops, since their frequency was stepping on part of the purpose of parchments. ----------------------------------------------------------------------- Summary of changes: crawl-ref/source/dat/des/builder/shops.des | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/crawl-ref/source/dat/des/builder/shops.des b/crawl-ref/source/dat/des/builder/shops.des index 0de132f0eb..b558a8232e 100644 --- a/crawl-ref/source/dat/des/builder/shops.des +++ b/crawl-ref/source/dat/des/builder/shops.des @@ -1990,6 +1990,7 @@ ENDMAP NAME: nicolae_shop_i_like_big_books TAGS: transparent extra DEPTH: D:4-, Depths, Elf, Snake +WEIGHT: 5 KFEAT: S = book shop type:Tremendous suffix:Tomes count:8 ; \ any randbook numspells:8 KFEAT: p = c @@ -2009,8 +2010,9 @@ ENDMAP NAME: nicolae_shop_i_like_small_books_too TAGS: transparent extra DEPTH: D:4-, Depths, Elf, Snake +WEIGHT: 5 KFEAT: S = book shop type:Tiny suffix:Tomes count:8 ; \ - any randbook numspells:1 + any randbook numspells:2 KFEAT: p = c COLOUR: p : blue / red / magenta / lightgreen / lightred / lightmagenta / yellow MAP -- Dungeon Crawl Stone Soup |