--- deliantra/arch/weapon/sword/dagger.arc 2007/02/06 23:29:35 1.4 +++ deliantra/arch/weapon/sword/dagger.arc 2009/11/03 09:59:43 1.12 @@ -1,10 +1,30 @@ object dagger +inherit type_weapon name_pl daggers skill one handed weapons face dagger.x11 +magicmap grey +dam 2 +nrof 1 +attacktype 1 +materialname iron +value 20 +weight 2000 +last_sp 5 +weapontype 2 +client_type 101 +body_arm -1 +end + +object dagger_r +inherit type_weapon +name dagger +name_pl daggers +skill one handed weapons +face dagger_r.x11 +magicmap red dam 2 nrof 1 -type 15 attacktype 1 materialname iron value 20 @@ -13,7 +33,5 @@ weapontype 2 client_type 101 body_arm -1 -editable 1024 -magicmap grey end