ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/weapon/sword/dagger.arc
Revision: 1.10
Committed: Mon Oct 26 10:29:09 2009 UTC (14 years, 8 months ago) by root
Branch: MAIN
Changes since 1.9: +1 -0 lines
Log Message:
fix many plurals, or sometimes just atmospherically enhance them

File Contents

# Content
1 object dagger_r
2 name dagger
3 name_pl daggers
4 skill one handed weapons
5 face dagger_r.x11
6 dam 2
7 nrof 1
8 inherit type_weapon
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 editable 1024
18 magicmap red
19 end
20
21 object dagger
22 name_pl daggers
23 skill one handed weapons
24 face dagger.x11
25 dam 2
26 nrof 1
27 inherit type_weapon
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 editable 1024
37 magicmap grey
38 end
39