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.7 by root, Wed Aug 1 16:08:14 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_die open_door
70end
71
72object type_locked_door
73inherit type_door
74type 20
75end
76

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines