ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/weapon/misc/sai1.arc
Revision: 1.12
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.11: +2 -0 lines
Log Message:
make all weapons use the combat slot

File Contents

# Content
1 object sai1
2 inherit type_weapon
3 name sai
4 name_pl sais
5 skill one handed weapons
6 face sai_1.x11
7 magicmap black
8 dam 2
9 ac 1
10 nrof 1
11 attacktype 1
12 resist_physical 2
13 materialname bronze
14 value 80
15 weight 2000
16 last_sp 5
17 weapontype 5
18 client_type 145
19 body_arm -1
20 body_combat -1
21 end
22
23 object sai2
24 inherit type_weapon
25 name sai
26 name_pl sais
27 skill one handed weapons
28 face sai_2.x11
29 magicmap black
30 dam 2
31 ac 1
32 nrof 1
33 attacktype 1
34 resist_physical 2
35 materialname bronze
36 value 80
37 weight 2000
38 last_sp 5
39 weapontype 5
40 client_type 145
41 body_arm -1
42 body_combat -1
43 end
44