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

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