Update subtype of dragon claws. Also add animation/face information
so that the players face can change when they get this ability. MSW 2003-12-27 git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/trunk/arch@2496 282e977c-c81d-0410-88c4-b93c2d0d6712master
parent
6bb6bd5561
commit
66f04802d5
|
@ -5,12 +5,15 @@ msg
|
|||
Your claws are enveloped in a hot blazing fire!
|
||||
endmsg
|
||||
type 74
|
||||
subtype 31
|
||||
invisible 1
|
||||
attacktype 4
|
||||
no_drop 1
|
||||
editable 0
|
||||
skill clawing
|
||||
animation red_dragon2
|
||||
end
|
||||
#
|
||||
Object ice_clawing
|
||||
name ice claws
|
||||
title clawing
|
||||
|
@ -18,12 +21,15 @@ msg
|
|||
Your claws are covered with shards of ice!
|
||||
endmsg
|
||||
type 74
|
||||
subtype 31
|
||||
invisible 1
|
||||
attacktype 16
|
||||
no_drop 1
|
||||
editable 0
|
||||
skill clawing
|
||||
animation green_dragon2
|
||||
end
|
||||
#
|
||||
Object electric_clawing
|
||||
name electric claws
|
||||
title clawing
|
||||
|
@ -31,12 +37,15 @@ msg
|
|||
Your claws emmit sparks of electricity!
|
||||
endmsg
|
||||
type 74
|
||||
subtype 31
|
||||
skill clawing
|
||||
invisible 1
|
||||
attacktype 8
|
||||
no_drop 1
|
||||
editable 0
|
||||
animation blue_dragon2
|
||||
end
|
||||
#
|
||||
Object poison_clawing
|
||||
name poison claws
|
||||
title clawing
|
||||
|
@ -44,11 +53,13 @@ msg
|
|||
Your claws are now poisoned!
|
||||
endmsg
|
||||
type 74
|
||||
subtype 31
|
||||
skill clawing
|
||||
invisible 1
|
||||
attacktype 1024
|
||||
no_drop 1
|
||||
editable 0
|
||||
animation black_dragon2
|
||||
end
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue