Adding an eastern weapon shop floor
git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/trunk/arch@4332 282e977c-c81d-0410-88c4-b93c2d0d6712master
parent
91dcece793
commit
ce380c9521
|
|
@ -11,3 +11,18 @@ editable 64
|
|||
magicmap grey
|
||||
damned 1
|
||||
end
|
||||
|
||||
Object shop_weapon_east
|
||||
name tiles
|
||||
is_floor 1
|
||||
face shop_weapo.111
|
||||
no_pick 1
|
||||
no_magic 1
|
||||
type 68
|
||||
auto_apply 1
|
||||
randomitems shopweapoeast
|
||||
editable 64
|
||||
magicmap grey
|
||||
damned 1
|
||||
end
|
||||
|
||||
|
|
|
|||
|
|
@ -0,0 +1,50 @@
|
|||
treasureone shopweapoeast
|
||||
list random_weapon
|
||||
chance 60
|
||||
more
|
||||
list shopweapoeastweaps
|
||||
chance 40
|
||||
end
|
||||
#
|
||||
treasureone shopweapoeastweaps
|
||||
arch kama1
|
||||
magic 3
|
||||
chance 5
|
||||
more
|
||||
arch kama2
|
||||
magic 3
|
||||
chance 5
|
||||
more
|
||||
arch sai1
|
||||
magic 3
|
||||
chance 5
|
||||
more
|
||||
arch sai2
|
||||
magic 3
|
||||
chance 5
|
||||
more
|
||||
arch nunchacu_1
|
||||
magic 3
|
||||
chance 20
|
||||
more
|
||||
arch nunchacu_2
|
||||
magic 3
|
||||
chance 10
|
||||
more
|
||||
arch taifu_1
|
||||
magic 3
|
||||
chance 10
|
||||
more
|
||||
arch t_star1
|
||||
magic 3
|
||||
chance 20
|
||||
more
|
||||
arch hooksword
|
||||
magic 3
|
||||
chance 10
|
||||
more
|
||||
arch katana_1
|
||||
magic 3
|
||||
chance 10
|
||||
end
|
||||
|
||||
Loading…
Reference in New Issue