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.2 by pippijn, Tue Jan 2 22:02:32 2007 UTC vs.
Revision 1.11 by root, Tue Nov 3 09:50:03 2009 UTC

1Object dagger 1object dagger_r
2name dagger
3name_pl daggers
4skill one handed weapons
5face dagger_r.x11
6dam 2
2nrof 1 7nrof 1
8inherit type_weapon
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
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
35magicmap grey
18end 36end
37

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines