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, 7 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

# Content
1 object dagger
2 inherit type_weapon
3 name_pl daggers
4 skill one handed weapons
5 face dagger.x11
6 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 body_combat -1
17 end
18
19 object dagger_r
20 inherit type_weapon
21 name dagger
22 name_pl daggers
23 skill one handed weapons
24 face dagger_r.x11
25 dam 2
26 nrof 1
27 attacktype 1
28 materialname iron
29 value 20
30 weight 2000
31 last_sp 5
32 weapontype 2
33 client_type 101
34 body_arm -1
35 body_combat -1
36 end
37