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-b93c2d0d6712master
parent
e9d812cac8
commit
340a6afbf8
|
@ -6,7 +6,7 @@ no_pick 1
|
||||||
no_magic 1
|
no_magic 1
|
||||||
type 68
|
type 68
|
||||||
auto_apply 1
|
auto_apply 1
|
||||||
randomitems missile_weapons
|
randomitems shoparchery
|
||||||
editable 64
|
editable 64
|
||||||
magicmap grey
|
magicmap grey
|
||||||
damned 1
|
damned 1
|
||||||
|
|
|
@ -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
|
Loading…
Reference in New Issue