ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/weapon/bow/handcrossbow.arc
Revision: 1.9
Committed: Mon May 7 05:24:47 2007 UTC (17 years, 2 months ago) by root
Branch: MAIN
CVS Tags: rel-2_2, rel-2_1
Changes since 1.8: +2 -2 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 handcrossbow
2 name crossbow pistol
3 name_pl crossbow pistols
4 race crossbow bolts
5 skill missile weapons
6 face handcrossbow.x11
7 sp 30
8 dam 5
9 wc 1
10 nrof 1
11 inherit type_bow
12 attacktype 1
13 materialname wood
14 value 52800
15 weight 1500
16 client_type 161
17 no_strength 1
18 body_arm -1
19 editable 1024
20 magicmap brown
21 end
22
23 object handcrossbow_ivory
24 name crossbow pistol
25 name_pl crossbow pistols
26 race crossbow bolts
27 skill missile weapons
28 face handcrossbow_bone.x11
29 sp 30
30 dam 5
31 wc 1
32 nrof 1
33 inherit type_bow
34 attacktype 1
35 materialname wood
36 value 130050
37 weight 1500
38 client_type 161
39 no_strength 1
40 body_arm -1
41 editable 1024
42 magicmap brown
43 end
44