ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/talisman/amulet.arc
Revision: 1.8
Committed: Sat Mar 3 01:24:28 2007 UTC (17 years, 3 months ago) by root
Branch: MAIN
CVS Tags: post_second_normalise_run, rel-2_0
Changes since 1.7: +26 -28 lines
Log Message:
second normaliser run - dude

File Contents

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