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

File Contents

# Content
1 object talisman
2 name talisman
3 name_pl talismans
4 face talisman.x11
5 nrof 1
6 type 39
7 materialname runestone
8 value 300
9 weight 1000
10 client_type 451
11 body_neck -1
12 end
13
14 object talisman_evocation
15 inherit type_skill_tool
16 name talisman
17 name_pl talismans
18 title of evocation
19 skill evocation
20 face talisman.x11
21 nrof 1
22 materialname runestone
23 value 3000
24 weight 1000
25 client_type 451
26 body_neck -1
27 end
28
29 object talisman_pyromancy
30 inherit type_skill_tool
31 name talisman
32 name_pl talismans
33 title of pyromancy
34 skill pyromancy
35 face talisman.x11
36 nrof 1
37 materialname runestone
38 value 3000
39 weight 1000
40 client_type 451
41 body_neck -1
42 end
43
44 object talisman_sorcery
45 inherit type_skill_tool
46 name talisman
47 name_pl talismans
48 title of sorcery
49 skill sorcery
50 face talisman.x11
51 nrof 1
52 materialname runestone
53 value 3000
54 weight 1000
55 client_type 451
56 body_neck -1
57 end
58
59 object talisman_summoning
60 inherit type_skill_tool
61 name talisman
62 name_pl talismans
63 title of summoning
64 skill summoning
65 face talisman.x11
66 nrof 1
67 materialname runestone
68 value 3000
69 weight 1000
70 client_type 451
71 body_neck -1
72 end
73