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, 8 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

# 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 end
12    
13 root 1.7 object shop_weapon_ancient
14 root 1.1 name tiles
15 pippijn 1.3 face shop_weapo.x11
16 root 1.7 type 68
17     randomitems shopweapoancient
18 root 1.5 no_pick 1
19 root 1.7 auto_apply 1
20 root 1.5 no_magic 1
21 root 1.7 is_floor 1
22     damned 1
23 root 1.1 end
24    
25 root 1.7 object shop_weapon_east
26 pippijn 1.2 name tiles
27 pippijn 1.3 face shop_weapo.x11
28 root 1.7 type 68
29     randomitems shopweapoeast
30 root 1.5 no_pick 1
31 root 1.7 auto_apply 1
32 root 1.5 no_magic 1
33 root 1.7 is_floor 1
34     damned 1
35 pippijn 1.2 end
36    
37 root 1.11 object shop_weapon_west
38 root 1.8 name tiles
39 root 1.9 face shop_weapo.x11
40 root 1.11 type 68
41     randomitems shopweapowest
42 root 1.8 no_pick 1
43 root 1.11 auto_apply 1
44 root 1.8 no_magic 1
45 root 1.11 is_floor 1
46 root 1.8 damned 1
47     end
48