ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Scroll/impr_weigh.arc
Revision: 1.12
Committed: Tue Sep 21 13:39:21 2010 UTC (13 years, 10 months ago) by elmex
Branch: MAIN
Changes since 1.11: +2 -2 lines
Log Message:
typography fix.

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.10 magicmap white
7 root 1.7 sp 3
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 magically make your sword lighter.
17     H<This "improves" the weight of your weapon: each scroll reduces the weight by
18 elmex 1.12 one fifth (20%). It will not, however, create weightless weapons. To use this
19     scroll you first need to prepare a weapon using a Prepare Weapon scroll. Then
20 elmex 1.11 you can read this scroll to improve the weapon.>
21     endmsg
22 root 1.1 end
23 root 1.7