ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/shop/Floors/shop_weapo.arc
Revision: 1.3
Committed: Tue Jan 2 21:57:50 2007 UTC (17 years, 6 months ago) by pippijn
Branch: MAIN
CVS Tags: pre_first_cfarch_normalize_run
Changes since 1.2: +3 -3 lines
Log Message:
renamed pngs from \.1(..) to \.x\1

File Contents

# User Rev Content
1 root 1.1 Object shop_weapon
2     name tiles
3     is_floor 1
4 pippijn 1.3 face shop_weapo.x11
5 root 1.1 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 pippijn 1.3 face shop_weapo.x11
19 root 1.1 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 pippijn 1.3 face shop_weapo.x11
33 pippijn 1.2 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