ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/weapon/misc/kama1.arc
Revision: 1.11
Committed: Thu Apr 29 08:31:02 2010 UTC (14 years, 2 months ago) by root
Branch: MAIN
CVS Tags: rel-3_0
Changes since 1.10: +2 -0 lines
Log Message:
make all weapons use the combat slot

File Contents

# Content
1 object kama1
2 inherit type_weapon
3 name kama
4 name_pl kamas
5 skill one handed weapons
6 face kama_1.x11
7 magicmap brown
8 dam 6
9 nrof 1
10 attacktype 1
11 materialname bronze
12 value 47
13 weight 7000
14 last_sp 5
15 weapontype 3
16 client_type 106
17 body_arm -1
18 body_combat -1
19 end
20
21 object kama2
22 inherit type_weapon
23 name kama
24 name_pl kamas
25 skill one handed weapons
26 face kama_2.x11
27 magicmap brown
28 dam 6
29 nrof 1
30 attacktype 1
31 materialname bronze
32 value 47
33 weight 7000
34 last_sp 5
35 weapontype 3
36 client_type 106
37 body_arm -1
38 body_combat -1
39 end
40