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.22 by root, Sat Oct 16 09:16:32 2010 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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines