From: <gi...@cr...> - 2025-07-19 22:55:16
|
via 725f2bf89b83c88494685919e5542142a45bd49e (commit) from 1d9b2a2d9d895fd0744b551bb47ea7c2468f2956 (commit) ----------------------------------------------------------------------- commit 725f2bf89b83c88494685919e5542142a45bd49e Author: regret-index <clo...@ho...> Date: Sat Jul 19 20:20:50 2025 -0230 Fix Ozocubu's trove failing to place (#4118) RypoFalem is correct that the shield egos shouldn't specify two weights for the same item, which entirely fails to place. To try and get some of the original intent of making the shields rarer, most of the other other items in its slot have been increased in total weight. Fixes #4118. ----------------------------------------------------------------------- Summary of changes: crawl-ref/source/dat/des/portals/trove.des | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/crawl-ref/source/dat/des/portals/trove.des b/crawl-ref/source/dat/des/portals/trove.des index f0f6017794..05c4f859f5 100644 --- a/crawl-ref/source/dat/des/portals/trove.des +++ b/crawl-ref/source/dat/des/portals/trove.des @@ -773,9 +773,9 @@ NSUBST: d = 6:d / *:?, g = 6:g / *:? trove_offense(_G, trove_weap_brand(_G, "freezing"), trove_standard_magic(_G, "ice", true), trove_good_talisman(_G, "rC"), "ice magic") -trove_defense(_G, "robe ego:resistance good_item / scarf ego:resistance w:5 / \ - ice dragon scales good_item / ice dragon scales randart" .. - " / " .. trove_ego_shield(_G, "cold_resistance w:1", "rC w:1"), +trove_defense(_G, "robe ego:resistance good_item w:15 / scarf ego:resistance / \ + ice dragon scales good_item w:15 / ice dragon scales randart" .. + " / " .. trove_ego_shield(_G, "cold_resistance", "rC"), trove_ego_gen_armour(_G, "cold_resistance", "rC"), trove_jewel_type(_G, "rC"), trove_cons(_G, {"identify w:1 q:3"}, -- Dungeon Crawl Stone Soup |