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.21 by root, Sat Apr 10 22:42:12 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
81end 80end
82 81
83object type_door 82object type_door
84name door 83name door
85sound_destroy open_door 84sound_destroy open_door
86magicmap brown
87hp 400 85hp 400
88exp 1 86exp 1
89ac 10 87ac 10
90level 1 88level 1
91type 23 89type 23
137type 114 135type 114
138invisible 1 136invisible 1
139no_drop 1 137no_drop 1
140end 138end
141 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