ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/weapon/sword/dagger.arc
Revision: 1.8
Committed: Sun Mar 11 15:37:03 2007 UTC (17 years, 3 months ago) by pippijn
Branch: MAIN
Changes since 1.7: +19 -0 lines
Log Message:
integrated face information with the .arc files

File Contents

# Content
1 object dagger_r
2 name_pl daggers
3 skill one handed weapons
4 face dagger_r.x11
5 dam 2
6 nrof 1
7 type 15
8 attacktype 1
9 materialname iron
10 value 20
11 weight 2000
12 last_sp 5
13 weapontype 2
14 client_type 101
15 body_arm -1
16 editable 1024
17 magicmap red
18 end
19
20 object dagger
21 name_pl daggers
22 skill one handed weapons
23 face dagger.x11
24 dam 2
25 nrof 1
26 type 15
27 attacktype 1
28 materialname iron
29 value 20
30 weight 2000
31 last_sp 5
32 weapontype 2
33 client_type 101
34 body_arm -1
35 editable 1024
36 magicmap grey
37 end
38