ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/weapon/sword/t_dagger.arc
Revision: 1.11
Committed: Tue Nov 3 09:59:44 2009 UTC (14 years, 8 months ago) by root
Branch: MAIN
CVS Tags: rel-2_90, rel-2_92, rel-2_93
Changes since 1.10: +2 -2 lines
Log Message:
big cfarch-normalize run

File Contents

# User Rev Content
1 root 1.7 object t_dagger
2 root 1.5 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 root 1.11 inherit type_weapon
14 root 1.8 name throwing dagger
15     name_pl throwing daggers
16     skill one handed weapons
17     face t_dagger.x31
18 root 1.3 is_animated 0
19 root 1.11 magicmap grey
20 root 1.3 dam 1
21 root 1.8 nrof 1
22     attacktype 1
23     materialname iron
24     value 35
25 root 1.6 weight 1500
26 root 1.8 last_sp 4
27 root 1.3 weapontype 2
28     client_type 101
29 root 1.8 is_thrown 1
30     is_turnable 1
31 root 1.3 body_arm -1
32 root 1.1 end
33 root 1.8