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.4 by root, Tue Feb 6 23:29:35 2007 UTC vs.
Revision 1.12 by root, Tue Nov 3 09:59:43 2009 UTC

1object dagger 1object dagger
2inherit type_weapon
2name_pl daggers 3name_pl daggers
3skill one handed weapons 4skill one handed weapons
4face dagger.x11 5face dagger.x11
6magicmap grey
5dam 2 7dam 2
6nrof 1 8nrof 1
7type 15
8attacktype 1 9attacktype 1
9materialname iron 10materialname iron
10value 20 11value 20
11weight 2000 12weight 2000
12last_sp 5 13last_sp 5
13weapontype 2 14weapontype 2
14client_type 101 15client_type 101
15body_arm -1 16body_arm -1
16editable 1024
17magicmap grey
18end 17end
19 18
19object dagger_r
20inherit type_weapon
21name dagger
22name_pl daggers
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
36end
37

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines