ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Scroll/impr_weigh.arc
Revision: 1.13
Committed: Sat Oct 16 09:19:14 2010 UTC (13 years, 9 months ago) by root
Branch: MAIN
CVS Tags: HEAD
Changes since 1.12: +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_weight
2 root 1.1 name Lower Weapon Weight
3 root 1.7 name_pl Lower Weapon Weights
4     race scrolls
5 root 1.5 face scroll.x11
6 root 1.7 sp 3
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 magically make your sword lighter.
16     H<This "improves" the weight of your weapon: each scroll reduces the weight by
17 elmex 1.12 one fifth (20%). It will not, however, create weightless weapons. To use this
18     scroll you first need to prepare a weapon using a Prepare Weapon scroll. Then
19 elmex 1.11 you can read this scroll to improve the weapon.>
20     endmsg
21 root 1.1 end
22 root 1.7