--- deliantra/arch/class/types.arc 2007/05/14 20:55:38 1.5 +++ deliantra/arch/class/types.arc 2007/08/01 16:08:14 1.7 @@ -1,8 +1,9 @@ object type_player type 1 body_combat 1 -body_shield 1 +body_skill 1 body_range 1 +body_shield 1 end object type_shield @@ -53,3 +54,23 @@ type 74 end +object type_door +type 23 +name door +randomitems door +hp 400 +exp 1 +ac 10 +level 1 +alive 1 +no_pick 1 +magicmap brown +move_block all +sound_die open_door +end + +object type_locked_door +inherit type_door +type 20 +end +