ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/shop/Floors/shop_weapo.arc
Revision: 1.11
Committed: Tue Nov 3 09:59:26 2009 UTC (14 years, 8 months ago) by root
Branch: MAIN
CVS Tags: rel-3_0, rel-2_90, rel-2_92, rel-2_93
Changes since 1.10: +9 -9 lines
Log Message:
big cfarch-normalize run

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.11 magicmap grey
5 root 1.7 type 68
6     randomitems random_weapon
7 root 1.5 no_pick 1
8 root 1.7 auto_apply 1
9 root 1.5 no_magic 1
10 root 1.7 is_floor 1
11     damned 1
12 root 1.1 end
13    
14 root 1.7 object shop_weapon_ancient
15 root 1.1 name tiles
16 pippijn 1.3 face shop_weapo.x11
17 root 1.11 magicmap grey
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 end
26    
27 root 1.7 object shop_weapon_east
28 pippijn 1.2 name tiles
29 pippijn 1.3 face shop_weapo.x11
30 root 1.11 magicmap grey
31 root 1.7 type 68
32     randomitems shopweapoeast
33 root 1.5 no_pick 1
34 root 1.7 auto_apply 1
35 root 1.5 no_magic 1
36 root 1.7 is_floor 1
37     damned 1
38 pippijn 1.2 end
39    
40 root 1.11 object shop_weapon_west
41 root 1.8 name tiles
42 root 1.9 face shop_weapo.x11
43 root 1.11 magicmap grey
44     type 68
45     randomitems shopweapowest
46 root 1.8 no_pick 1
47 root 1.11 auto_apply 1
48 root 1.8 no_magic 1
49 root 1.11 is_floor 1
50 root 1.8 damned 1
51     end
52