ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/weapon/sword/dagger.arc
(Generate patch)

Comparing deliantra/arch/weapon/sword/dagger.arc (file contents):
Revision 1.6 by root, Sat Mar 3 01:17:20 2007 UTC vs.
Revision 1.12 by root, Tue Nov 3 09:59:43 2009 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines