ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/weapon/misc/sai1.arc
Revision: 1.13
Committed: Sat Oct 16 09:19:45 2010 UTC (13 years, 9 months ago) by root
Branch: MAIN
CVS Tags: HEAD
Changes since 1.12: +0 -2 lines
Log Message:
remove magicmap, visibility and glyph entries from archetypes, they are now in default.faceinfo

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 dam 2
8 ac 1
9 nrof 1
10 attacktype 1
11 resist_physical 2
12 materialname bronze
13 value 80
14 weight 2000
15 last_sp 5
16 weapontype 5
17 client_type 145
18 body_arm -1
19 body_combat -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 dam 2
29 ac 1
30 nrof 1
31 attacktype 1
32 resist_physical 2
33 materialname bronze
34 value 80
35 weight 2000
36 last_sp 5
37 weapontype 5
38 client_type 145
39 body_arm -1
40 body_combat -1
41 end
42