ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/talisman/amulet.arc
Revision: 1.10
Committed: Tue Nov 3 09:49:50 2009 UTC (14 years, 7 months ago) by root
Branch: MAIN
Changes since 1.9: +0 -3 lines
Log Message:
remove editable field, elmey says so

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 magicmap orange
12 need_an 1
13 end
14
15 object amulet_gray
16 name amulet
17 name_pl amulets
18 face amulet_gray.x11
19 nrof 1
20 type 39
21 materialname silver and glass
22 value 25
23 weight 500
24 client_type 381
25 body_neck -1
26 magicmap grey
27 need_an 1
28 end
29
30 object amulet_white
31 name amulet
32 name_pl amulets
33 face amulet_white.x11
34 nrof 1
35 type 39
36 materialname platinum and glass
37 value 1250
38 weight 500
39 client_type 381
40 body_neck -1
41 magicmap grey
42 need_an 1
43 end
44