--- deliantra/arch/class/types.arc 2010/03/31 14:44:25 1.16 +++ deliantra/arch/class/types.arc 2010/04/02 21:26:11 1.17 @@ -3,14 +3,6 @@ monster 1 end -object class_ranged -end - -object class_ranged_item -inherit class_ranged -body_range -1 -end - object class_undead_monster inherit class_monster race undead @@ -19,9 +11,28 @@ undead 1 end +object class_item +nrof 1 +weight 1000000000 +end + +object class_vein_extractor +inherit type_ranged +race mining +dam 1 +client_type 451 +body_arm -2 +end + +object type_book +skill literacy +sound elmex/paper_crumble +type 8 +materialname paper +end + object type_bow -inherit class_ranged_item -type 14 +inherit type_ranged end object type_door @@ -47,7 +58,7 @@ end object type_horn -inherit class_ranged_item +inherit type_ranged skill use magic item type 35 end @@ -66,46 +77,55 @@ body_shield 1 end +object type_ranged +inherit class_item +type 11 +body_range -1 +end + object type_rod -inherit class_ranged_item +inherit type_ranged skill use magic item type 3 end -object type_vein -type 10 -invisible 1 -ac 50 -food 1 -race mining -end - -object class_vein_extractor -inherit type_bow -client_type 451 -body_arm -2 -dam 1 -nrof 1 -race mining -end - object type_shield type 33 body_shield -1 end object type_skill -inherit class_ranged type 43 body_skill -1 end +object type_skill_hth +inherit type_skill +dam 1 +type 43 +body_skill -1 +body_combat -1 +end + object type_skill_tool type 74 end +object type_spell +inherit type_ranged +type 101 +end + +object type_vein +race mining +food 1 +ac 50 +type 10 +invisible 1 +end + object type_wand -inherit class_ranged_item +inherit type_ranged skill use magic item type 109 end @@ -115,9 +135,3 @@ body_combat -1 end -object type_book -type 8 -materialname paper -skill literacy -sound elmex/paper_crumble -end