ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/weapon/artifact/mournblade.arc
Revision: 1.12
Committed: Sat Oct 16 09:19:37 2010 UTC (13 years, 9 months ago) by root
Branch: MAIN
CVS Tags: HEAD
Changes since 1.11: +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.6 object mournblade
2 root 1.10 inherit type_weapon
3 root 1.1 name Mournblade
4 root 1.7 name_pl Mournblades
5     skill two handed weapons
6     face mournblade.x11
7     str 1
8     sp 1
9     dam 9
10 root 1.5 nrof 1
11 root 1.7 attacktype 384
12     resist_magic 30
13     resist_drain 100
14     materialname iron
15     value 170000
16 root 1.5 weight 25000
17     magic 4
18 root 1.7 last_sp 8
19 root 1.1 weapontype 1
20 root 1.7 client_type 100
21     item_power 15
22     body_arm -2
23 root 1.11 body_combat -1
24 root 1.1 end
25 root 1.7