ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/shop/Floors/shop_weapo.arc
Revision: 1.9
Committed: Sat Oct 24 00:59:57 2009 UTC (14 years, 8 months ago) by root
Branch: MAIN
CVS Tags: rel-2_82
Changes since 1.8: +1 -1 lines
Log Message:
add kilij and shopwest treasurelist and shoptile

File Contents

# User Rev Content
1 root 1.6 object shop_weapon
2 root 1.1 name tiles
3 pippijn 1.3 face shop_weapo.x11
4 root 1.7 type 68
5     randomitems random_weapon
6 root 1.5 no_pick 1
7 root 1.7 auto_apply 1
8 root 1.5 no_magic 1
9 root 1.7 is_floor 1
10     damned 1
11 root 1.1 editable 64
12     magicmap grey
13     end
14    
15 root 1.7 object shop_weapon_ancient
16 root 1.1 name tiles
17 pippijn 1.3 face shop_weapo.x11
18 root 1.7 type 68
19     randomitems shopweapoancient
20 root 1.5 no_pick 1
21 root 1.7 auto_apply 1
22 root 1.5 no_magic 1
23 root 1.7 is_floor 1
24     damned 1
25 root 1.1 editable 64
26     magicmap grey
27     end
28    
29 root 1.7 object shop_weapon_east
30 pippijn 1.2 name tiles
31 pippijn 1.3 face shop_weapo.x11
32 root 1.7 type 68
33     randomitems shopweapoeast
34 root 1.5 no_pick 1
35 root 1.7 auto_apply 1
36 root 1.5 no_magic 1
37 root 1.7 is_floor 1
38     damned 1
39 pippijn 1.2 editable 64
40     magicmap grey
41     end
42    
43 root 1.8 Object shop_weapon_west
44     name tiles
45     is_floor 1
46 root 1.9 face shop_weapo.x11
47 root 1.8 no_pick 1
48     no_magic 1
49     type 68
50     auto_apply 1
51     randomitems shopweapowest
52     editable 64
53     magicmap grey
54     damned 1
55     end
56