ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/weapon/misc/sai1.arc
Revision: 1.11
Committed: Tue Nov 3 09:59:43 2009 UTC (14 years, 8 months ago) by root
Branch: MAIN
CVS Tags: rel-2_90, rel-2_92, rel-2_93
Changes since 1.10: +4 -4 lines
Log Message:
big cfarch-normalize run

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 end
21
22 object sai2
23 inherit type_weapon
24 name sai
25 name_pl sais
26 skill one handed weapons
27 face sai_2.x11
28 magicmap black
29 dam 2
30 ac 1
31 nrof 1
32 attacktype 1
33 resist_physical 2
34 materialname bronze
35 value 80
36 weight 2000
37 last_sp 5
38 weapontype 5
39 client_type 145
40 body_arm -1
41 end
42