ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/weapon/sword/t_dagger.arc
Revision: 1.12
Committed: Thu Apr 29 08:31:03 2010 UTC (14 years, 2 months ago) by root
Branch: MAIN
CVS Tags: rel-3_0
Changes since 1.11: +1 -0 lines
Log Message:
make all weapons use the combat slot

File Contents

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