ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/talisman/amulet.arc
Revision: 1.14
Committed: Sat Oct 16 09:19:17 2010 UTC (13 years, 7 months ago) by root
Branch: MAIN
CVS Tags: HEAD
Changes since 1.13: +0 -6 lines
Log Message:
remove magicmap, visibility and glyph entries from archetypes, they are now in default.faceinfo

File Contents

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