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.17 by root, Fri Apr 2 21:26:11 2010 UTC vs.
Revision 1.18 by root, Sat Apr 3 03:09:26 2010 UTC

15nrof 1 15nrof 1
16weight 1000000000 16weight 1000000000
17end 17end
18 18
19object class_vein_extractor 19object class_vein_extractor
20inherit type_ranged 20inherit type_ranged_item
21race mining 21race mining
22dam 1 22dam 1
23client_type 451 23client_type 451
24body_arm -2 24body_arm -2
25end 25end
30type 8 30type 8
31materialname paper 31materialname paper
32end 32end
33 33
34object type_bow 34object type_bow
35inherit type_ranged 35inherit type_ranged_item
36end 36end
37 37
38object type_door 38object type_door
39name door 39name door
40sound_destroy open_door 40sound_destroy open_door
56invisible 1 56invisible 1
57no_drop 1 57no_drop 1
58end 58end
59 59
60object type_horn 60object type_horn
61inherit type_ranged 61inherit type_ranged_item
62skill use magic item 62skill use magic item
63type 35 63type 35
64end 64end
65 65
66object type_locked_door 66object type_locked_door
76body_combat 1 76body_combat 1
77body_shield 1 77body_shield 1
78end 78end
79 79
80object type_ranged 80object type_ranged
81inherit class_item
82type 11 81type 11
83body_range -1 82body_range -1
84end 83end
85 84
85object type_ranged_item
86inherit type_ranged,class_item
87end
88
86object type_rod 89object type_rod
87inherit type_ranged 90inherit type_ranged_item
88skill use magic item 91skill use magic item
89type 3 92type 3
90end 93end
91 94
92object type_shield 95object type_shield
123type 10 126type 10
124invisible 1 127invisible 1
125end 128end
126 129
127object type_wand 130object type_wand
128inherit type_ranged 131inherit type_ranged_item
129skill use magic item 132skill use magic item
130type 109 133type 109
131end 134end
132 135
133object type_weapon 136object type_weapon

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines