ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/weapon/sword/dagger.arc
Revision: 1.12
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.11: +9 -9 lines
Log Message:
big cfarch-normalize run

File Contents

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