ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/shop/Floors/shop_weapo.arc
Revision: 1.2
Committed: Wed May 3 20:01:00 2006 UTC (18 years, 2 months ago) by pippijn
Branch: MAIN
Changes since 1.1: +14 -0 lines
Log Message:
Adding new shop images and an ancient weapon shop treasure list (cfextended)

File Contents

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