ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/player/dragon_ability/player_claws.arc
Revision: 1.5
Committed: Sat Mar 3 01:23:55 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
CVS Tags: post_second_normalise_run, rel-2_0
Changes since 1.4: +24 -25 lines
Log Message:
second normaliser run - dude

File Contents

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