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

Comparing deliantra/arch/class/types.arc (file contents):
Revision 1.3 by root, Mon May 7 06:24:14 2007 UTC vs.
Revision 1.5 by root, Mon May 14 20:55:38 2007 UTC

14type 15 14type 15
15body_combat -1 15body_combat -1
16end 16end
17 17
18object class_ranged 18object class_ranged
19end
20
21object class_ranged_item
22inherit class_ranged
19body_range -1 23body_range -1
20end 24end
21 25
22object type_bow 26object type_bow
23type 14 27type 14
24inherit class_ranged 28inherit class_ranged_item
25end 29end
26 30
27object type_horn 31object type_horn
28type 35 32type 35
29inherit class_ranged 33inherit class_ranged_item
30end 34end
31 35
32object type_rod 36object type_rod
33type 3 37type 3
34inherit class_ranged 38inherit class_ranged_item
35end 39end
36 40
37object type_wand 41object type_wand
38type 109 42type 109
39inherit class_ranged 43inherit class_ranged_item
40end 44end
41 45
42object type_skill 46object type_skill
43type 43 47type 43
48body_skill -1
44inherit class_ranged 49inherit class_ranged
45end 50end
46 51
47object type_skill_tool 52object type_skill_tool
48type 74 53type 74
49inherit class_ranged
50end 54end
51 55

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines