--- deliantra/arch/player/dragon_ability/player_claws.arc 2007/02/06 22:41:06 1.2 +++ deliantra/arch/player/dragon_ability/player_claws.arc 2007/03/03 01:16:20 1.4 @@ -1,64 +1,65 @@ -object electric_clawing -name electric claws +object fire_clawing +name fire claws title clawing -skill clawing msg -Your claws emit sparks of electricity! +Your claws are enveloped in a hot blazing fire! 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 fire_clawing -name fire claws +# +object ice_clawing +name ice claws title clawing -skill clawing msg -Your claws are enveloped in a hot blazing fire! +Your claws are covered with shards of ice! 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 ice_clawing -name ice claws +# +object electric_clawing +name electric claws title clawing -skill clawing msg -Your claws are covered with shards of ice! +Your claws emit sparks of electricity! endmsg -animation pl_dragon_bl type 74 subtype 31 -attacktype 16 +skill clawing invisible 1 +attacktype 8 no_drop 1 editable 0 +animation pl_dragon_blue end - +# 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 -attacktype 1024 +skill clawing invisible 1 +attacktype 1024 no_drop 1 +animation pl_dragon_g editable 0 end +