--- deliantra/arch/player/dragon_ability/player_claws.arc 2006/02/06 20:27:13 1.1 +++ deliantra/arch/player/dragon_ability/player_claws.arc 2007/02/06 22:41:06 1.2 @@ -1,65 +1,64 @@ -Object fire_clawing -name fire claws +object electric_clawing +name electric claws title clawing +skill clawing msg -Your claws are enveloped in a hot blazing fire! +Your claws emit sparks of electricity! endmsg +animation pl_dragon_blue type 74 subtype 31 +attacktype 8 invisible 1 -attacktype 4 no_drop 1 editable 0 -skill clawing -animation pl_dragon_r end -# -Object ice_clawing -name ice claws + +object fire_clawing +name fire claws title clawing +skill clawing msg -Your claws are covered with shards of ice! +Your claws are enveloped in a hot blazing fire! endmsg +animation pl_dragon_r type 74 subtype 31 +attacktype 4 invisible 1 -attacktype 16 no_drop 1 editable 0 -skill clawing -animation pl_dragon_bl end -# -Object electric_clawing -name electric claws + +object ice_clawing +name ice claws title clawing +skill clawing msg -Your claws emit sparks of electricity! +Your claws are covered with shards of ice! endmsg +animation pl_dragon_bl type 74 subtype 31 -skill clawing +attacktype 16 invisible 1 -attacktype 8 no_drop 1 editable 0 -animation pl_dragon_blue end -# -Object poison_clawing + +object poison_clawing name poison claws title clawing +skill clawing msg Your claws are now poisoned! endmsg +animation pl_dragon_g type 74 subtype 31 -skill clawing -invisible 1 attacktype 1024 +invisible 1 no_drop 1 -animation pl_dragon_g editable 0 end -