ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/weapon/sword/t_dagger.arc
Revision: 1.10
Committed: Tue Nov 3 09:50:04 2009 UTC (14 years, 8 months ago) by root
Branch: MAIN
Changes since 1.9: +0 -1 lines
Log Message:
remove editable field, elmey says so

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