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

Comparing deliantra/arch/weapon/sword/t_dagger.arc (file contents):
Revision 1.4 by root, Tue Feb 6 23:29:35 2007 UTC vs.
Revision 1.11 by root, Tue Nov 3 09:59:44 2009 UTC

1object t_dagger 1object t_dagger
2name throwing dagger
3name_pl throwing daggers
4skill one handed weapons
5face t_dagger.x31
6is_animated 0
7dam 1
8nrof 1
9type 15
10attacktype 1
11materialname iron
12value 35
13weight 1500
14last_sp 4
15weapontype 2
16client_type 101
17is_thrown 1
18is_turnable 1
19body_arm -1
20editable 1024
21magicmap grey
22anim 2anim
23t_dagger.x01 3t_dagger.x01
24t_dagger.x11 4t_dagger.x11
25t_dagger.x21 5t_dagger.x21
26t_dagger.x31 6t_dagger.x31
28t_dagger.x51 8t_dagger.x51
29t_dagger.x61 9t_dagger.x61
30t_dagger.x71 10t_dagger.x71
31t_dagger.x81 11t_dagger.x81
32mina 12mina
13inherit type_weapon
14name throwing dagger
15name_pl throwing daggers
16skill one handed weapons
17face t_dagger.x31
18is_animated 0
19magicmap grey
20dam 1
21nrof 1
22attacktype 1
23materialname iron
24value 35
25weight 1500
26last_sp 4
27weapontype 2
28client_type 101
29is_thrown 1
30is_turnable 1
31body_arm -1
33end 32end
34 33

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines