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

Comparing deliantra/arch/talisman/amulet.arc (file contents):
Revision 1.7 by root, Sat Mar 3 01:16:59 2007 UTC vs.
Revision 1.8 by root, Sat Mar 3 01:24:28 2007 UTC

1object amulet 1object amulet
2name_pl amulets
2face amulet.x11 3face amulet.x11
3color_fg orange 4nrof 1
4type 39 5type 39
5material 12 6materialname runestone
7value 250
6weight 500 8weight 500
7need_an 1
8value 250
9editable 2048
10nrof 1
11name_pl amulets
12client_type 381 9client_type 381
13body_neck -1 10body_neck -1
11color_fg orange
12editable 2048
13need_an 1
14end
15
16object amulet_gray
17name amulet
18name_pl amulets
19face amulet_gray.x11
20nrof 1
21type 39
22materialname silver and glass
23value 25
24weight 500
25client_type 381
26body_neck -1
27color_fg grey
28editable 2048
29need_an 1
14end 30end
15 31
16object amulet_white 32object amulet_white
17face amulet_white.x11
18color_fg grey
19type 39
20material 12
21materialname platinum and glass
22weight 500
23need_an 1
24value 1250
25editable 2048
26nrof 1
27name amulet 33name amulet
28name_pl amulets 34name_pl amulets
35face amulet_white.x11
36nrof 1
37type 39
38materialname platinum and glass
39value 1250
40weight 500
29client_type 381 41client_type 381
30body_neck -1 42body_neck -1
43color_fg grey
44editable 2048
45need_an 1
31end 46end
32 47
33object amulet_gray
34face amulet_gray.x11
35color_fg grey
36type 39
37material 12
38materialname silver and glass
39weight 500
40need_an 1
41value 25
42editable 2048
43nrof 1
44name amulet
45name_pl amulets
46client_type 381
47body_neck -1
48end
49

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines