ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/skills/Skill_Tools/talisman.arc
(Generate patch)

Comparing deliantra/arch/skills/Skill_Tools/talisman.arc (file contents):
Revision 1.2 by pippijn, Tue Jan 2 21:57:58 2007 UTC vs.
Revision 1.13 by root, Sat Oct 16 09:18:59 2010 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines