ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/skills/inscription.arc
(Generate patch)

Comparing deliantra/arch/skills/inscription.arc (file contents):
Revision 1.9 by root, Tue Nov 3 09:49:41 2009 UTC vs.
Revision 1.10 by root, Wed Nov 21 11:50:57 2012 UTC

1object skill_inscription 1object skill_inscription
2inherit type_skill 2inherit type_skill
3name inscription 3name inscription
4skill inscription 4skill inscription
5msg
6You can inscribe empty scrolls and books with a text. This is useful to
7create messages, especially via the Imperial Post Office (IPO).
8
9You can also write spell scrolls with a spell known to you. You need
10L<mana|stat_mana>, time and an old scroll for that. Backfire effects are
11possible. Only available as a 'writing pen'.
12
13How to write into a mail scroll/books etc.:
14
15 mark <name of scroll> # or use the menu
16 use_skill inscription <your message goes here>
17
18How to rewrite a spell scroll:
19
20 mark <name of scroll> # or use the menu
21 cast <spell> # prepare the spell you want to write
22 use_skill inscription # write the spell on the scroll
23
24If you succeed, the scroll will be a scroll of the spell you chose and
25your level of inscription as its level. Hence, you don't need to be that
26level in the spell skill to write higher level spellscrolls.
27
28Caution: Magic spell writing can be risky to one's health. There can be
29some negative effects if one fails to write a spell scroll. The most
30benign is that one becomes confused for a short time. Other effects are
31more severe and can even be dangerous.
32endmsg
5exp 100 33exp 100
6level 250 34level 250
7subtype 22 35subtype 22
8invisible 1 36invisible 1
9no_drop 1 37no_drop 1

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines