diff --git a/shop/Floors/shop_throw.arc b/shop/Floors/shop_throw.arc index 13d6c2714..cc6691261 100644 --- a/shop/Floors/shop_throw.arc +++ b/shop/Floors/shop_throw.arc @@ -6,7 +6,7 @@ no_pick 1 no_magic 1 type 68 auto_apply 1 -randomitems missile_weapons +randomitems shoparchery editable 64 magicmap grey damned 1 diff --git a/shop/Floors/shoparchery.trs b/shop/Floors/shoparchery.trs new file mode 100644 index 000000000..4f753eabb --- /dev/null +++ b/shop/Floors/shoparchery.trs @@ -0,0 +1,22 @@ +treasureone shoparchery + list missile_weapons + chance 99 + more + list shoparcheryonly + chance 1 +end +# +treasureone shoparcheryonly + arch reflexbow + magic 3 + chance 30 + more + arch handcrossbow + magic 3 + chance 20 + more + arch arrow + magic 3 + chance 50 + nrof 30 +end