ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/shop/Floors/shop_weapo.arc
Revision: 1.10
Committed: Tue Nov 3 09:49:41 2009 UTC (14 years, 8 months ago) by root
Branch: MAIN
Changes since 1.9: +0 -4 lines
Log Message:
remove editable field, elmey says so

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 magicmap grey
12     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.7 type 68
18     randomitems shopweapoancient
19 root 1.5 no_pick 1
20 root 1.7 auto_apply 1
21 root 1.5 no_magic 1
22 root 1.7 is_floor 1
23     damned 1
24 root 1.1 magicmap grey
25     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.7 type 68
31     randomitems shopweapoeast
32 root 1.5 no_pick 1
33 root 1.7 auto_apply 1
34 root 1.5 no_magic 1
35 root 1.7 is_floor 1
36     damned 1
37 pippijn 1.2 magicmap grey
38     end
39    
40 root 1.8 Object shop_weapon_west
41     name tiles
42     is_floor 1
43 root 1.9 face shop_weapo.x11
44 root 1.8 no_pick 1
45     no_magic 1
46     type 68
47     auto_apply 1
48     randomitems shopweapowest
49     magicmap grey
50     damned 1
51     end
52