From ae7633edbdaa3aca53e4dad60fc7364ece7f8224 Mon Sep 17 00:00:00 2001 From: SilverNexus Date: Tue, 27 Feb 2024 08:24:13 -0500 Subject: [PATCH] Add bloodstone to the random gem generation. I have at least one recipe in mind to put them in in order to reduce reliance on stat potions in jeweler, and the image Draug provided is worth keeping IMO. --- shop/Floors/shop_gems.trs | 8 ++++++++ treasures.trs | 8 ++++++++ 2 files changed, 16 insertions(+) diff --git a/shop/Floors/shop_gems.trs b/shop/Floors/shop_gems.trs index a24679420..55c3786aa 100644 --- a/shop/Floors/shop_gems.trs +++ b/shop/Floors/shop_gems.trs @@ -75,4 +75,12 @@ more arch topaz chance 1 nrof 3 +more + arch bloodstone + chance 2 + nrof 4 +more + arch bloodstone + chance 2 + nrof 6 end diff --git a/treasures.trs b/treasures.trs index 2bfbdd851..d02a38aee 100644 --- a/treasures.trs +++ b/treasures.trs @@ -508,6 +508,14 @@ more arch topaz chance 3 nrof 2 +more + arch bloodstone + chance 3 + nrof 2 +more + arch bloodstone + chance 3 + nrof 7 end ##