ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/skills/Skill_Tools/talisman.arc
Revision: 1.12
Committed: Tue Nov 3 09:59:28 2009 UTC (14 years, 8 months ago) by root
Branch: MAIN
CVS Tags: rel-3_0, rel-2_90, rel-2_92, rel-2_93
Changes since 1.11: +9 -9 lines
Log Message:
big cfarch-normalize run

File Contents

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