ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/shop/Floors/shop_weapo.arc
Revision: 1.12
Committed: Sat Oct 16 09:18:56 2010 UTC (13 years, 7 months ago) by root
Branch: MAIN
CVS Tags: HEAD
Changes since 1.11: +0 -4 lines
Log Message:
remove magicmap, visibility and glyph entries from archetypes, they are now in default.faceinfo

File Contents

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