--- deliantra/arch/class/types.arc 2010/04/03 03:09:26 1.18 +++ deliantra/arch/class/types.arc 2011/04/28 14:59:16 1.24 @@ -7,7 +7,6 @@ inherit class_monster race undead sound_destroy wn/wail -magicmap black undead 1 end @@ -22,6 +21,21 @@ dam 1 client_type 451 body_arm -2 +speed 1 +end + +object type_player +type 1 +body_range 1 +body_skill 1 +body_combat 1 +body_shield 1 +end + +object type_rod +inherit type_ranged_item +skill use magic item +type 3 end object type_book @@ -31,14 +45,43 @@ materialname paper end +object type_vein +face vein.x11 +race mining +food 1 +ac 50 +type 10 +invisible 1 +end + +object type_ranged +type 11 +body_range -1 +end + +object type_ranged_item +inherit type_ranged,class_item +end + object type_bow inherit type_ranged_item +type 14 +end + +object type_weapon +type 15 +body_combat -1 +end + +object type_locked_door +inherit type_door +sound_destroy misc/doorkickopen +type 20 end object type_door name door sound_destroy open_door -magicmap brown hp 400 exp 1 ac 10 @@ -50,11 +93,9 @@ no_pick 1 end -object type_force -face blank.x11 -type 114 -invisible 1 -no_drop 1 +object type_shield +type 33 +body_shield -1 end object type_horn @@ -63,40 +104,6 @@ type 35 end -object type_locked_door -inherit type_door -sound_destroy misc/doorkickopen -type 20 -end - -object type_player -type 1 -body_range 1 -body_skill 1 -body_combat 1 -body_shield 1 -end - -object type_ranged -type 11 -body_range -1 -end - -object type_ranged_item -inherit type_ranged,class_item -end - -object type_rod -inherit type_ranged_item -skill use magic item -type 3 -end - -object type_shield -type 33 -body_shield -1 -end - object type_skill type 43 body_skill -1 @@ -105,8 +112,6 @@ object type_skill_hth inherit type_skill dam 1 -type 43 -body_skill -1 body_combat -1 end @@ -119,22 +124,32 @@ type 101 end -object type_vein -race mining -food 1 -ac 50 -type 10 -invisible 1 -end - object type_wand inherit type_ranged_item skill use magic item type 109 end -object type_weapon -type 15 -body_combat -1 +object type_force +face blank.x11 +type 114 +invisible 1 +no_drop 1 +end + +object type_quad_floor +no_pick 1 +no_drop 1 +is_floor 1 +is_quad 1 +nrof 1 end +object type_quad_wall +move_block all +no_pick 1 +no_drop 1 +blocksview 1 +is_quad 1 +nrof 1 +end