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

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