ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/weapon/sword/t_dagger.arc
Revision: 1.7
Committed: Sat Mar 3 01:17:20 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
CVS Tags: pre_second_normalise_run
Changes since 1.6: +1 -1 lines
Log Message:
lowercase Object and More manually for the time being

File Contents

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