ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Scroll/impr_ench.arc
Revision: 1.12
Committed: Sat Oct 16 09:19:14 2010 UTC (13 years, 8 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 improve_enchantment
2 root 1.1 name Enchant Weapon
3 root 1.7 name_pl Enchant Weapons
4     race scrolls
5 root 1.5 face scroll.x11
6 root 1.7 sp 4
7 root 1.1 nrof 1
8     type 124
9 root 1.7 materialname paper
10 root 1.1 value 10000
11     weight 200
12 root 1.7 client_type 1016
13     identified 1
14 elmex 1.11 msg
15     This scroll will improve your weapon magically.
16     H<You first need to prepare a weapon using a Prepare Weapon scroll.
17     Then you can read this scroll to improve it's magic bonus.>
18     endmsg
19 root 1.1 end
20 root 1.7