ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/skills/Skill_Tools/talisman.arc
Revision: 1.9
Committed: Mon May 7 05:24:42 2007 UTC (17 years, 2 months ago) by root
Branch: MAIN
Changes since 1.8: +4 -4 lines
Log Message:
- introduce a new naming scheme:
  type_xxx # for base classes defining a type
  class_xxx # for base classes not defining a type
- define some base classes in class/types.arc
- use them for bows, players, weapons, bows, horns, shields, wands
- preset the new body slots with their default values

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     body_skill -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     body_skill -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     body_skill -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     body_skill -1
80 root 1.7 editable 2048
81 root 1.8 magicmap grey
82 root 1.1 end
83 root 1.7