ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/talisman/amulet.arc
Revision: 1.5
Committed: Wed Feb 7 00:14:54 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
CVS Tags: pre_normalise_revert
Changes since 1.4: +1 -1 lines
Log Message:
remaining material conversions, this step was actually destructive because i only went for the nearest materials

File Contents

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