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.5 by root, Mon May 14 20:55:38 2007 UTC vs.
Revision 1.8 by root, Wed Aug 1 19:13:17 2007 UTC

1object type_player 1object type_player
2type 1 2type 1
3body_combat 1 3body_combat 1
4body_skill 1
5body_range 1
4body_shield 1 6body_shield 1
5body_range 1
6end 7end
7 8
8object type_shield 9object type_shield
9type 33 10type 33
10body_shield -1 11body_shield -1
51 52
52object type_skill_tool 53object type_skill_tool
53type 74 54type 74
54end 55end
55 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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines