ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/talisman/amulet.arc
Revision: 1.3
Committed: Tue Feb 6 22:41:35 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
CVS Tags: post_first_cfarch_normalize_run
Changes since 1.2: +27 -27 lines
Log Message:
simply ran cfarch-normalize on all arches

File Contents

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