--- deliantra/arch/class/types.arc 2007/05/12 16:08:40 1.4 +++ deliantra/arch/class/types.arc 2008/08/31 15:37:20 1.10 @@ -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 @@ -30,16 +31,19 @@ object type_horn type 35 +skill use magic item inherit class_ranged_item end object type_rod type 3 +skill use magic item inherit class_ranged_item end object type_wand type 109 +skill use magic item inherit class_ranged_item end @@ -51,6 +55,38 @@ object type_skill_tool type 74 -inherit class_ranged_item 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_destroy open_door +end + +object type_locked_door +inherit type_door +type 20 +sound_destroy misc/doorkickopen +end + +object class_monster +monster 1 +randomitems standard +end + +object class_undead_monster +inherit class_monster +sound_destroy wn/wail +race undead +undead 1 +magicmap black +end