ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/shop/Floors/shop_weapo.arc
(Generate patch)

Comparing deliantra/arch/shop/Floors/shop_weapo.arc (file contents):
Revision 1.5 by root, Sat Mar 3 00:50:59 2007 UTC vs.
Revision 1.8 by root, Sat Oct 24 00:58:37 2009 UTC

1Object shop_weapon 1object shop_weapon
2name tiles
3face shop_weapo.x11
4type 68
5randomitems random_weapon
6no_pick 1
7auto_apply 1
8no_magic 1
9is_floor 1
10damned 1
11editable 64
12magicmap grey
13end
14
15object shop_weapon_ancient
16name tiles
17face shop_weapo.x11
18type 68
19randomitems shopweapoancient
20no_pick 1
21auto_apply 1
22no_magic 1
23is_floor 1
24damned 1
25editable 64
26magicmap grey
27end
28
29object shop_weapon_east
30name tiles
31face shop_weapo.x11
32type 68
33randomitems shopweapoeast
34no_pick 1
35auto_apply 1
36no_magic 1
37is_floor 1
38damned 1
39editable 64
40magicmap grey
41end
42
43Object shop_weapon_west
2name tiles 44name tiles
3is_floor 1 45is_floor 1
4face shop_weapo.x11 46face shop_weapo.111
5no_pick 1 47no_pick 1
6no_magic 1 48no_magic 1
7type 68 49type 68
8auto_apply 1 50auto_apply 1
9randomitems random_weapon 51randomitems shopweapowest
10editable 64 52editable 64
11magicmap grey 53magicmap grey
12damned 1 54damned 1
13end 55end
14 56
15Object shop_weapon_east
16name tiles
17is_floor 1
18face shop_weapo.x11
19no_pick 1
20no_magic 1
21type 68
22auto_apply 1
23randomitems shopweapoeast
24editable 64
25magicmap grey
26damned 1
27end
28
29Object shop_weapon_ancient
30name tiles
31is_floor 1
32face shop_weapo.x11
33no_pick 1
34no_magic 1
35type 68
36auto_apply 1
37randomitems shopweapoancient
38editable 64
39magicmap grey
40damned 1
41end
42

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines