ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/weapon/sword/t_dagger.arc
Revision: 1.5
Committed: Fri Feb 9 01:52:49 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
CVS Tags: pre_normalise_revert
Changes since 1.4: +11 -11 lines
Log Message:
pout anim sections first because the loader nukes is_animated flag

File Contents

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