ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Scroll/impr_ench.arc
Revision: 1.11
Committed: Sat Mar 27 13:16:36 2010 UTC (14 years, 4 months ago) by elmex
Branch: MAIN
CVS Tags: rel-3_0
Changes since 1.10: +5 -0 lines
Log Message:
added mining archetypes, fixed the improvement archetypes to use it. and documented everything in the msg.

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.10 magicmap white
7 root 1.7 sp 4
8 root 1.1 nrof 1
9     type 124
10 root 1.7 materialname paper
11 root 1.1 value 10000
12     weight 200
13 root 1.7 client_type 1016
14     identified 1
15 elmex 1.11 msg
16     This scroll will improve your weapon magically.
17     H<You first need to prepare a weapon using a Prepare Weapon scroll.
18     Then you can read this scroll to improve it's magic bonus.>
19     endmsg
20 root 1.1 end
21 root 1.7