ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/weapon/sword/t_dagger.arc
Revision: 1.3
Committed: Tue Feb 6 22:41:56 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
CVS Tags: post_first_cfarch_normalize_run
Changes since 1.2: +20 -19 lines
Log Message:
simply ran cfarch-normalize on all arches

File Contents

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