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

# User Rev Content
1 pippijn 1.8 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 root 1.6 object dagger
21 root 1.7 name_pl daggers
22     skill one handed weapons
23     face dagger.x11
24     dam 2
25 root 1.5 nrof 1
26     type 15
27 root 1.7 attacktype 1
28     materialname iron
29     value 20
30 root 1.5 weight 2000
31 root 1.7 last_sp 5
32 root 1.1 weapontype 2
33     client_type 101
34     body_arm -1
35 root 1.7 editable 1024
36     magicmap grey
37 root 1.1 end
38 root 1.7