ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/weapon/bow/handcrossbow.arc
Revision: 1.11
Committed: Mon Oct 15 18:52:15 2007 UTC (16 years, 8 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_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.10: +2 -2 lines
Log Message:
- enforce new rule: the race field should actually be the archetype name
  of the base archetype for bows, not some random id.
- renamed crossbow bolts race to "bolt".

File Contents

# User Rev Content
1 root 1.6 object handcrossbow
2 root 1.7 name crossbow pistol
3     name_pl crossbow pistols
4 root 1.11 race bolt
5 root 1.7 skill missile weapons
6 pippijn 1.2 face handcrossbow.x11
7 root 1.7 sp 30
8 root 1.5 dam 5
9 root 1.1 wc 1
10 root 1.7 nrof 1
11 root 1.9 inherit type_bow
12 root 1.7 attacktype 1
13     materialname wood
14 root 1.5 value 52800
15 root 1.7 weight 1500
16     client_type 161
17 root 1.5 no_strength 1
18 root 1.7 body_arm -1
19 root 1.5 editable 1024
20 root 1.8 magicmap brown
21 root 1.1 end
22    
23 root 1.6 object handcrossbow_ivory
24 root 1.7 name crossbow pistol
25     name_pl crossbow pistols
26 root 1.11 race bolt
27 root 1.7 skill missile weapons
28 pippijn 1.2 face handcrossbow_bone.x11
29 root 1.7 sp 30
30 root 1.5 dam 5
31 root 1.1 wc 1
32 root 1.7 nrof 1
33 root 1.9 inherit type_bow
34 root 1.7 attacktype 1
35     materialname wood
36 root 1.5 value 130050
37 root 1.7 weight 1500
38     client_type 161
39 root 1.5 no_strength 1
40 root 1.7 body_arm -1
41 root 1.5 editable 1024
42 root 1.8 magicmap brown
43 root 1.1 end
44