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

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