ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/player/dragon_ability/player_claws.arc
Revision: 1.7
Committed: Mon May 7 05:24:36 2007 UTC (17 years, 2 months ago) by root
Branch: MAIN
CVS Tags: rel-2_82, rel-2_81, rel-2_80, rel-2_6, rel-2_7, rel-2_4, rel-2_5, rel-2_2, rel-2_1, rel-2_72, rel-2_73, rel-2_71, rel-2_76, rel-2_77, rel-2_74, rel-2_75, rel-2_54, rel-2_55, rel-2_56, rel-2_79, rel-2_53, rel-2_32, rel-2_78, rel-2_61, rel-2_43, rel-2_42, rel-2_41
Changes since 1.6: +4 -4 lines
Log Message:
- introduce a new naming scheme:
  type_xxx # for base classes defining a type
  class_xxx # for base classes not defining a type
- define some base classes in class/types.arc
- use them for bows, players, weapons, bows, horns, shields, wands
- preset the new body slots with their default values

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 pippijn 1.6 anim
9     pl_dragon_bl.x11
10     pl_dragon_bl.x12
11     pl_dragon_bl.x31
12     pl_dragon_bl.x32
13     pl_dragon_bl.x51
14     pl_dragon_bl.x52
15     pl_dragon_bl.x71
16     pl_dragon_bl.x72
17     facings 4
18     mina
19 root 1.7 inherit type_skill_tool
20 root 1.1 subtype 31
21 root 1.5 attacktype 8
22 root 1.1 invisible 1
23     no_drop 1
24     editable 0
25     end
26 root 1.5
27     object fire_clawing
28     name fire claws
29 root 1.1 title clawing
30 root 1.5 skill clawing
31 root 1.1 msg
32 root 1.5 Your claws are enveloped in a hot blazing fire!
33 root 1.1 endmsg
34 pippijn 1.6 anim
35     pl_dragon_r.x11
36     pl_dragon_r.x12
37     pl_dragon_r.x31
38     pl_dragon_r.x32
39     pl_dragon_r.x51
40     pl_dragon_r.x52
41     pl_dragon_r.x71
42     pl_dragon_r.x72
43     facings 4
44     mina
45 root 1.7 inherit type_skill_tool
46 root 1.1 subtype 31
47 root 1.5 attacktype 4
48 root 1.1 invisible 1
49     no_drop 1
50     editable 0
51     end
52 root 1.5
53     object ice_clawing
54     name ice claws
55 root 1.1 title clawing
56 root 1.5 skill clawing
57 root 1.1 msg
58 root 1.5 Your claws are covered with shards of ice!
59 root 1.1 endmsg
60 pippijn 1.6 anim
61     pl_dragon_bl.x11
62     pl_dragon_bl.x12
63     pl_dragon_bl.x31
64     pl_dragon_bl.x32
65     pl_dragon_bl.x51
66     pl_dragon_bl.x52
67     pl_dragon_bl.x71
68     pl_dragon_bl.x72
69     facings 4
70     mina
71 root 1.7 inherit type_skill_tool
72 root 1.1 subtype 31
73 root 1.5 attacktype 16
74 root 1.1 invisible 1
75     no_drop 1
76     editable 0
77     end
78 root 1.5
79 root 1.4 object poison_clawing
80 root 1.1 name poison claws
81     title clawing
82 root 1.5 skill clawing
83 root 1.1 msg
84     Your claws are now poisoned!
85     endmsg
86 pippijn 1.6 anim
87     pl_dragon_g.x11
88     pl_dragon_g.x12
89     pl_dragon_g.x31
90     pl_dragon_g.x32
91     pl_dragon_g.x51
92     pl_dragon_g.x52
93     pl_dragon_g.x71
94     pl_dragon_g.x72
95     facings 4
96     mina
97 root 1.7 inherit type_skill_tool
98 root 1.1 subtype 31
99 root 1.5 attacktype 1024
100 root 1.3 invisible 1
101 root 1.1 no_drop 1
102     editable 0
103     end
104