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.9 by root, Mon May 7 05:24:53 2007 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines