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.18 by root, Sat Apr 3 03:09:26 2010 UTC vs.
Revision 1.24 by elmex, Thu Apr 28 14:59:16 2011 UTC

5 5
6object class_undead_monster 6object class_undead_monster
7inherit class_monster 7inherit class_monster
8race undead 8race undead
9sound_destroy wn/wail 9sound_destroy wn/wail
10magicmap black
11undead 1 10undead 1
12end 11end
13 12
14object class_item 13object class_item
15nrof 1 14nrof 1
20inherit type_ranged_item 19inherit type_ranged_item
21race mining 20race mining
22dam 1 21dam 1
23client_type 451 22client_type 451
24body_arm -2 23body_arm -2
24speed 1
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
49face vein.x11
50race mining
51food 1
52ac 50
53type 10
54invisible 1
55end
56
57object type_ranged
58type 11
59body_range -1
60end
61
62object type_ranged_item
63inherit type_ranged,class_item
64end
65
34object type_bow 66object type_bow
35inherit type_ranged_item 67inherit type_ranged_item
68type 14
69end
70
71object type_weapon
72type 15
73body_combat -1
74end
75
76object type_locked_door
77inherit type_door
78sound_destroy misc/doorkickopen
79type 20
36end 80end
37 81
38object type_door 82object type_door
39name door 83name door
40sound_destroy open_door 84sound_destroy open_door
41magicmap brown
42hp 400 85hp 400
43exp 1 86exp 1
44ac 10 87ac 10
45level 1 88level 1
46type 23 89type 23
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_item 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
81type 11
82body_range -1
83end
84
85object type_ranged_item
86inherit type_ranged,class_item
87end
88
89object type_rod
90inherit type_ranged_item
91skill use magic item
92type 3
93end
94
95object type_shield
96type 33
97body_shield -1
98end 105end
99 106
100object type_skill 107object type_skill
101type 43 108type 43
102body_skill -1 109body_skill -1
103end 110end
104 111
105object type_skill_hth 112object type_skill_hth
106inherit type_skill 113inherit type_skill
107dam 1 114dam 1
108type 43
109body_skill -1
110body_combat -1 115body_combat -1
111end 116end
112 117
113object type_skill_tool 118object type_skill_tool
114type 74 119type 74
117object type_spell 122object type_spell
118inherit type_ranged 123inherit type_ranged
119type 101 124type 101
120end 125end
121 126
122object type_vein
123race mining
124food 1
125ac 50
126type 10
127invisible 1
128end
129
130object type_wand 127object type_wand
131inherit type_ranged_item 128inherit type_ranged_item
132skill use magic item 129skill use magic item
133type 109 130type 109
134end 131end
135 132
136object type_weapon 133object type_force
134face blank.x11
137type 15 135type 114
138body_combat -1 136invisible 1
137no_drop 1
139end 138end
140 139
140object type_quad_floor
141no_pick 1
142no_drop 1
143is_floor 1
144is_quad 1
145nrof 1
146end
147
148object type_quad_wall
149move_block all
150no_pick 1
151no_drop 1
152blocksview 1
153is_quad 1
154nrof 1
155end

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines