ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/weapon/misc/sai1.arc
Revision: 1.10
Committed: Tue Nov 3 09:50:03 2009 UTC (14 years, 8 months ago) by root
Branch: MAIN
Changes since 1.9: +0 -2 lines
Log Message:
remove editable field, elmey says so

File Contents

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