ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/skills/Skill_Tools/talisman.arc
Revision: 1.10
Committed: Mon May 14 21:32:11 2007 UTC (17 years, 1 month ago) by root
Branch: MAIN
CVS Tags: rel-2_82, rel-2_81, rel-2_80, rel-2_6, rel-2_7, rel-2_4, rel-2_5, rel-2_2, rel-2_1, rel-2_72, rel-2_73, rel-2_71, rel-2_76, rel-2_77, rel-2_74, rel-2_75, rel-2_54, rel-2_55, rel-2_56, rel-2_79, rel-2_53, rel-2_32, rel-2_78, rel-2_61, rel-2_43, rel-2_42, rel-2_41
Changes since 1.9: +4 -4 lines
Log Message:
breath life into completely broken skill tools

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.7 nrof 1
6 root 1.1 type 39
7 root 1.7 materialname runestone
8     value 300
9 root 1.5 weight 1000
10 root 1.1 client_type 451
11     body_neck -1
12 root 1.7 editable 2048
13 root 1.8 magicmap grey
14 root 1.1 end
15 root 1.7
16     object talisman_evocation
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.7 nrof 1
23 root 1.9 inherit type_skill_tool
24 root 1.7 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.7 editable 2048
30 root 1.8 magicmap grey
31 root 1.1 end
32 root 1.7
33     object talisman_pyromancy
34 root 1.1 name talisman
35 root 1.7 name_pl talismans
36     title of pyromancy
37     skill pyromancy
38 pippijn 1.2 face talisman.x11
39 root 1.7 nrof 1
40 root 1.9 inherit type_skill_tool
41 root 1.7 materialname runestone
42     value 3000
43 root 1.5 weight 1000
44 root 1.1 client_type 451
45 root 1.10 body_neck -1
46 root 1.7 editable 2048
47 root 1.8 magicmap grey
48 root 1.1 end
49 root 1.7
50     object talisman_sorcery
51 root 1.1 name talisman
52 root 1.7 name_pl talismans
53     title of sorcery
54     skill sorcery
55 pippijn 1.2 face talisman.x11
56 root 1.7 nrof 1
57 root 1.9 inherit type_skill_tool
58 root 1.7 materialname runestone
59     value 3000
60 root 1.5 weight 1000
61 root 1.1 client_type 451
62 root 1.10 body_neck -1
63 root 1.7 editable 2048
64 root 1.8 magicmap grey
65 root 1.1 end
66 root 1.7
67     object talisman_summoning
68 root 1.1 name talisman
69 root 1.7 name_pl talismans
70     title of summoning
71     skill summoning
72 pippijn 1.2 face talisman.x11
73 root 1.7 nrof 1
74 root 1.9 inherit type_skill_tool
75 root 1.7 materialname runestone
76     value 3000
77 root 1.5 weight 1000
78 root 1.1 client_type 451
79 root 1.10 body_neck -1
80 root 1.7 editable 2048
81 root 1.8 magicmap grey
82 root 1.1 end
83 root 1.7