ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/shop/Floors/shop_weapo.arc
Revision: 1.6
Committed: Sat Mar 3 01:16:33 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
CVS Tags: pre_second_normalise_run
Changes since 1.5: +3 -3 lines
Log Message:
lowercase Object and More manually for the time being

File Contents

# User Rev Content
1 root 1.6 object shop_weapon
2 root 1.1 name tiles
3 root 1.5 is_floor 1
4 pippijn 1.3 face shop_weapo.x11
5 root 1.5 no_pick 1
6     no_magic 1
7 root 1.4 type 68
8 root 1.5 auto_apply 1
9 root 1.4 randomitems random_weapon
10 root 1.1 editable 64
11     magicmap grey
12 root 1.5 damned 1
13 root 1.1 end
14    
15 root 1.6 object shop_weapon_east
16 root 1.1 name tiles
17 root 1.5 is_floor 1
18 pippijn 1.3 face shop_weapo.x11
19 root 1.5 no_pick 1
20     no_magic 1
21 root 1.4 type 68
22     auto_apply 1
23 root 1.5 randomitems shopweapoeast
24 root 1.1 editable 64
25     magicmap grey
26 root 1.5 damned 1
27 root 1.1 end
28    
29 root 1.6 object shop_weapon_ancient
30 pippijn 1.2 name tiles
31 root 1.5 is_floor 1
32 pippijn 1.3 face shop_weapo.x11
33 root 1.5 no_pick 1
34     no_magic 1
35 root 1.4 type 68
36     auto_apply 1
37 root 1.5 randomitems shopweapoancient
38 pippijn 1.2 editable 64
39     magicmap grey
40 root 1.5 damned 1
41 pippijn 1.2 end
42