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.2 by root, Tue Feb 6 22:41:06 2007 UTC vs.
Revision 1.3 by root, Sat Mar 3 00:50:48 2007 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines