--- deliantra/arch/treasures/random.trs 2008/07/14 10:56:19 1.11 +++ deliantra/arch/treasures/random.trs 2009/10/15 16:00:37 1.12 @@ -958,11 +958,18 @@ end # treasureone random_read - arch book_empty - chance 35 + list random_read_text + chance 85 + more + list random_read_empty + chance 15 + end +treasureone random_read_text + arch book_read + chance 75 more arch tome - chance 45 + chance 40 more arch book_clasp chance 65 @@ -973,6 +980,22 @@ arch scroll_2 chance 35 end +treasureone random_read_empty + arch book_empty + chance 75 + more + arch tome_empty + chance 40 + more + arch book_clasp_empty + chance 65 + more + arch scroll_read_empty + chance 65 + more + arch scroll_2_empty + chance 35 + end # list 16. Make the improve weapon scrolls possibly, but just give # them a very low chance. In the old method, they were supposed to # appear in shops, but never did, due to how the code worked out.