ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/class/types.arc
Revision: 1.6
Committed: Mon May 14 21:32:11 2007 UTC (17 years ago) by root
Branch: MAIN
CVS Tags: rel-2_1
Changes since 1.5: +2 -1 lines
Log Message:
breath life into completely broken skill tools

File Contents

# Content
1 object type_player
2 type 1
3 body_combat 1
4 body_skill 1
5 body_range 1
6 body_shield 1
7 end
8
9 object type_shield
10 type 33
11 body_shield -1
12 end
13
14 object type_weapon
15 type 15
16 body_combat -1
17 end
18
19 object class_ranged
20 end
21
22 object class_ranged_item
23 inherit class_ranged
24 body_range -1
25 end
26
27 object type_bow
28 type 14
29 inherit class_ranged_item
30 end
31
32 object type_horn
33 type 35
34 inherit class_ranged_item
35 end
36
37 object type_rod
38 type 3
39 inherit class_ranged_item
40 end
41
42 object type_wand
43 type 109
44 inherit class_ranged_item
45 end
46
47 object type_skill
48 type 43
49 body_skill -1
50 inherit class_ranged
51 end
52
53 object type_skill_tool
54 type 74
55 end
56