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.19 by root, Sat Apr 3 03:33:42 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
26
27object type_player
28type 1
29body_range 1
30body_skill 1
31body_combat 1
32body_shield 1
33end
34
35object type_rod
36inherit type_ranged_item
37skill use magic item
38type 3
25end 39end
26 40
27object type_book 41object type_book
28skill literacy 42skill literacy
29sound elmex/paper_crumble 43sound elmex/paper_crumble
30type 8 44type 8
31materialname paper 45materialname paper
32end 46end
33 47
48object type_vein
49race mining
50food 1
51ac 50
52type 10
53invisible 1
54end
55
56object type_ranged
57type 11
58body_range -1
59end
60
61object type_ranged_item
62inherit type_ranged,class_item
63end
64
34object type_bow 65object type_bow
35inherit type_ranged 66inherit type_ranged_item
67type 14
68end
69
70object type_weapon
71type 15
72body_combat -1
73end
74
75object type_locked_door
76inherit type_door
77sound_destroy misc/doorkickopen
78type 20
36end 79end
37 80
38object type_door 81object type_door
39name door 82name door
40sound_destroy open_door 83sound_destroy open_door
48move_block all 91move_block all
49alive 1 92alive 1
50no_pick 1 93no_pick 1
51end 94end
52 95
53object type_force 96object type_shield
54face blank.x11 97type 33
55type 114 98body_shield -1
56invisible 1
57no_drop 1
58end 99end
59 100
60object type_horn 101object type_horn
61inherit type_ranged 102inherit type_ranged_item
62skill use magic item 103skill use magic item
63type 35 104type 35
64end
65
66object type_locked_door
67inherit type_door
68sound_destroy misc/doorkickopen
69type 20
70end
71
72object type_player
73type 1
74body_range 1
75body_skill 1
76body_combat 1
77body_shield 1
78end
79
80object type_ranged
81inherit class_item
82type 11
83body_range -1
84end
85
86object type_rod
87inherit type_ranged
88skill use magic item
89type 3
90end
91
92object type_shield
93type 33
94body_shield -1
95end 105end
96 106
97object type_skill 107object type_skill
98type 43 108type 43
99body_skill -1 109body_skill -1
100end 110end
101 111
102object type_skill_hth 112object type_skill_hth
103inherit type_skill 113inherit type_skill
104dam 1 114dam 1
105type 43
106body_skill -1
107body_combat -1 115body_combat -1
108end 116end
109 117
110object type_skill_tool 118object type_skill_tool
111type 74 119type 74
114object type_spell 122object type_spell
115inherit type_ranged 123inherit type_ranged
116type 101 124type 101
117end 125end
118 126
119object type_vein
120race mining
121food 1
122ac 50
123type 10
124invisible 1
125end
126
127object type_wand 127object type_wand
128inherit type_ranged 128inherit type_ranged_item
129skill use magic item 129skill use magic item
130type 109 130type 109
131end 131end
132 132
133object type_weapon 133object type_force
134face blank.x11
134type 15 135type 114
135body_combat -1 136invisible 1
137no_drop 1
136end 138end
137 139

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines