ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/weapon/sword/dagger.arc
Revision: 1.14
Committed: Sat Oct 16 09:19:47 2010 UTC (13 years, 8 months ago) by root
Branch: MAIN
CVS Tags: HEAD
Changes since 1.13: +0 -2 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.12 object dagger
2     inherit type_weapon
3 pippijn 1.8 name_pl daggers
4     skill one handed weapons
5 root 1.12 face dagger.x11
6 pippijn 1.8 dam 2
7     nrof 1
8     attacktype 1
9     materialname iron
10     value 20
11     weight 2000
12     last_sp 5
13     weapontype 2
14     client_type 101
15     body_arm -1
16 root 1.13 body_combat -1
17 pippijn 1.8 end
18    
19 root 1.12 object dagger_r
20     inherit type_weapon
21     name dagger
22 root 1.7 name_pl daggers
23     skill one handed weapons
24 root 1.12 face dagger_r.x11
25 root 1.7 dam 2
26 root 1.5 nrof 1
27 root 1.7 attacktype 1
28     materialname iron
29     value 20
30 root 1.5 weight 2000
31 root 1.7 last_sp 5
32 root 1.1 weapontype 2
33     client_type 101
34     body_arm -1
35 root 1.13 body_combat -1
36 root 1.1 end
37 root 1.7