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

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