ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/weapon/artifact/frostbrand.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 frostbrand
2 root 1.10 inherit type_weapon
3 root 1.1 name Frostbrand
4 root 1.7 name_pl Frostbrands
5     skill two handed weapons
6     face frostbrand.x11
7     dam 9
8 root 1.5 nrof 1
9 root 1.7 attacktype 16
10     resist_fire 30
11     materialname iron
12     value 85000
13 root 1.5 weight 22000
14 root 1.1 magic 3
15 root 1.7 last_sp 8
16 root 1.1 weapontype 1
17 root 1.7 client_type 100
18     item_power 5
19     body_arm -2
20 root 1.11 body_combat -1
21 root 1.1 end
22 root 1.7