ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/player/dragon_ability/player_claws.arc
(Generate patch)

Comparing deliantra/arch/player/dragon_ability/player_claws.arc (file contents):
Revision 1.4 by root, Sat Mar 3 01:16:20 2007 UTC vs.
Revision 1.5 by root, Sat Mar 3 01:23:55 2007 UTC

1object electric_clawing
2name electric claws
3title clawing
4skill clawing
5msg
6Your claws emit sparks of electricity!
7endmsg
8animation pl_dragon_blue
9type 74
10subtype 31
11attacktype 8
12invisible 1
13no_drop 1
14editable 0
15end
16
1object fire_clawing 17object fire_clawing
2name fire claws 18name fire claws
3title clawing 19title clawing
20skill clawing
4msg 21msg
5Your claws are enveloped in a hot blazing fire! 22Your claws are enveloped in a hot blazing fire!
6endmsg 23endmsg
24animation pl_dragon_r
7type 74 25type 74
8subtype 31 26subtype 31
27attacktype 4
9invisible 1 28invisible 1
10attacktype 4
11no_drop 1 29no_drop 1
12editable 0 30editable 0
13skill clawing
14animation pl_dragon_r
15end 31end
16# 32
17object ice_clawing 33object ice_clawing
18name ice claws 34name ice claws
19title clawing 35title clawing
36skill clawing
20msg 37msg
21Your claws are covered with shards of ice! 38Your claws are covered with shards of ice!
22endmsg 39endmsg
40animation pl_dragon_bl
23type 74 41type 74
24subtype 31 42subtype 31
43attacktype 16
25invisible 1 44invisible 1
26attacktype 16
27no_drop 1 45no_drop 1
28editable 0 46editable 0
29skill clawing
30animation pl_dragon_bl
31end 47end
32# 48
33object electric_clawing
34name electric claws
35title clawing
36msg
37Your claws emit sparks of electricity!
38endmsg
39type 74
40subtype 31
41skill clawing
42invisible 1
43attacktype 8
44no_drop 1
45editable 0
46animation pl_dragon_blue
47end
48#
49object poison_clawing 49object poison_clawing
50name poison claws 50name poison claws
51title clawing 51title clawing
52skill clawing
52msg 53msg
53Your claws are now poisoned! 54Your claws are now poisoned!
54endmsg 55endmsg
56animation pl_dragon_g
55type 74 57type 74
56subtype 31 58subtype 31
57skill clawing 59attacktype 1024
58invisible 1 60invisible 1
59attacktype 1024
60no_drop 1 61no_drop 1
61animation pl_dragon_g
62editable 0 62editable 0
63end 63end
64 64
65

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines