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

# Content
1 object shop_weapon
2 name tiles
3 face shop_weapo.x11
4 type 68
5 randomitems random_weapon
6 no_pick 1
7 auto_apply 1
8 no_magic 1
9 is_floor 1
10 damned 1
11 magicmap grey
12 end
13
14 object shop_weapon_ancient
15 name tiles
16 face shop_weapo.x11
17 type 68
18 randomitems shopweapoancient
19 no_pick 1
20 auto_apply 1
21 no_magic 1
22 is_floor 1
23 damned 1
24 magicmap grey
25 end
26
27 object shop_weapon_east
28 name tiles
29 face shop_weapo.x11
30 type 68
31 randomitems shopweapoeast
32 no_pick 1
33 auto_apply 1
34 no_magic 1
35 is_floor 1
36 damned 1
37 magicmap grey
38 end
39
40 Object shop_weapon_west
41 name tiles
42 is_floor 1
43 face shop_weapo.x11
44 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