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.6 by root, Mon May 14 21:32:11 2007 UTC vs.
Revision 1.9 by root, Sat Aug 4 21:35:10 2007 UTC

52 52
53object type_skill_tool 53object type_skill_tool
54type 74 54type 74
55end 55end
56 56
57object type_door
58type 23
59name door
60randomitems door
61hp 400
62exp 1
63ac 10
64level 1
65alive 1
66no_pick 1
67magicmap brown
68move_block all
69sound_destroy open_door
70end
71
72object type_locked_door
73inherit type_door
74type 20
75sound_destroy misc/doorkickopen
76end
77
78object class_monster
79monster 1
80randomitems standard
81end
82
83object class_undead_monster
84inherit class_monster
85sound_destroy wn/wail
86race undead
87undead 1
88magicmap black
89end

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines