ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/weapon/sword/t_dagger.arc
Revision: 1.13
Committed: Sat Oct 16 09:19:48 2010 UTC (13 years, 8 months ago) by root
Branch: MAIN
CVS Tags: HEAD
Changes since 1.12: +0 -1 lines
Log Message:
remove magicmap, visibility and glyph entries from archetypes, they are now in default.faceinfo

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.11 inherit type_weapon
14 root 1.8 name throwing dagger
15     name_pl throwing daggers
16     skill one handed weapons
17     face t_dagger.x31
18 root 1.3 is_animated 0
19     dam 1
20 root 1.8 nrof 1
21     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.12 body_combat -1
32 root 1.1 end
33 root 1.8