ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/player/dragon_ability/player_claws.arc
Revision: 1.1
Committed: Mon Feb 6 20:27:13 2006 UTC (18 years, 5 months ago) by root
Branch: MAIN
Branch point for: UPSTREAM
Log Message:
Initial revision

File Contents

# User Rev Content
1 root 1.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