ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/weapon/sword/t_dagger.arc
Revision: 1.4
Committed: Tue Feb 6 23:29:35 2007 UTC (17 years, 5 months ago) by root
Branch: MAIN
Changes since 1.3: +1 -1 lines
Log Message:
replace material by materilname in all simple cases

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 root 1.4 materialname iron
12 root 1.3 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