ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/player/dragon_ability/player_claws.arc
Revision: 1.4
Committed: Sat Mar 3 01:16:20 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
CVS Tags: pre_second_normalise_run
Changes since 1.3: +4 -4 lines
Log Message:
lowercase Object and More manually for the time being

File Contents

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