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.7 by root, Sat Mar 3 01:24:54 2007 UTC vs.
Revision 1.11 by root, Tue Nov 3 09:50:03 2009 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines