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

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