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, 1 month 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

# 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 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 inherit type_skill_tool
20 subtype 31
21 attacktype 8
22 invisible 1
23 no_drop 1
24 editable 0
25 end
26
27 object fire_clawing
28 name fire claws
29 title clawing
30 skill clawing
31 msg
32 Your claws are enveloped in a hot blazing fire!
33 endmsg
34 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 inherit type_skill_tool
46 subtype 31
47 attacktype 4
48 invisible 1
49 no_drop 1
50 editable 0
51 end
52
53 object ice_clawing
54 name ice claws
55 title clawing
56 skill clawing
57 msg
58 Your claws are covered with shards of ice!
59 endmsg
60 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 inherit type_skill_tool
72 subtype 31
73 attacktype 16
74 invisible 1
75 no_drop 1
76 editable 0
77 end
78
79 object poison_clawing
80 name poison claws
81 title clawing
82 skill clawing
83 msg
84 Your claws are now poisoned!
85 endmsg
86 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 inherit type_skill_tool
98 subtype 31
99 attacktype 1024
100 invisible 1
101 no_drop 1
102 editable 0
103 end
104