ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Scroll/ench_armour.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 ench_armour
2 root 1.1 name Enchant Armour
3 root 1.7 name_pl Enchant Armours
4 root 1.1 race scrolls
5 pippijn 1.2 face scroll.x11
6 root 1.10 magicmap white
7 root 1.7 sp 1
8 root 1.1 nrof 1
9     type 123
10 root 1.7 materialname paper
11 root 1.1 value 9500
12     weight 200
13 root 1.7 client_type 1011
14     identified 1
15 root 1.5 need_an 1
16 elmex 1.11 msg
17     This scroll possesses magical powers to enchant armour.
18     H<This scroll can be used to enchant any of your armour. You first need to mark
19     a piece of armour in your inventory and then read this scroll to enhance it.>
20     endmsg
21 root 1.1 end
22 root 1.7