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

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