From 340a6afbf85e0920b25bc857d5f2873173441bcc Mon Sep 17 00:00:00 2001 From: mikeeusa Date: Tue, 27 Sep 2005 02:09:01 +0000 Subject: [PATCH] CVS: arch: added shoparchery and shoparcheyonly lists and updated the shop_throw floor accordingly, adds ability to have specific shop-only items git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/trunk/arch@3717 282e977c-c81d-0410-88c4-b93c2d0d6712 --- shop/Floors/shop_throw.arc | 2 +- shop/Floors/shoparchery.trs | 22 ++++++++++++++++++++++ 2 files changed, 23 insertions(+), 1 deletion(-) create mode 100644 shop/Floors/shoparchery.trs 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