ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/shop/Floors/shop_weapo.arc
Revision: 1.4
Committed: Tue Feb 6 22:41:16 2007 UTC (17 years, 5 months ago) by root
Branch: MAIN
CVS Tags: post_first_cfarch_normalize_run, pre_normalise_revert
Changes since 1.3: +18 -18 lines
Log Message:
simply ran cfarch-normalize on all arches

File Contents

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