ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/skills/Skill_Tools/talisman.arc
Revision: 1.4
Committed: Wed Feb 7 00:14:54 2007 UTC (17 years, 5 months ago) by root
Branch: MAIN
CVS Tags: pre_normalise_revert
Changes since 1.3: +5 -5 lines
Log Message:
remaining material conversions, this step was actually destructive because i only went for the nearest materials

File Contents

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