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.3 by pippijn, Tue Jan 2 21:57:50 2007 UTC vs.
Revision 1.10 by root, Tue Nov 3 09:49:41 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
11magicmap grey
12end
13
14object shop_weapon_ancient
15name tiles
16face shop_weapo.x11
17type 68
18randomitems shopweapoancient
19no_pick 1
20auto_apply 1
21no_magic 1
22is_floor 1
23damned 1
24magicmap grey
25end
26
27object shop_weapon_east
28name tiles
29face shop_weapo.x11
30type 68
31randomitems shopweapoeast
32no_pick 1
33auto_apply 1
34no_magic 1
35is_floor 1
36damned 1
37magicmap grey
38end
39
40Object shop_weapon_west
2name tiles 41name tiles
3is_floor 1 42is_floor 1
4face shop_weapo.x11 43face shop_weapo.x11
5no_pick 1 44no_pick 1
6no_magic 1 45no_magic 1
7type 68 46type 68
8auto_apply 1 47auto_apply 1
9randomitems random_weapon 48randomitems shopweapowest
10editable 64
11magicmap grey 49magicmap grey
12damned 1 50damned 1
13end 51end
14 52
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