ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Scroll/scroll_new.arc
Revision: 1.10
Committed: Thu Oct 15 16:00:37 2009 UTC (14 years, 8 months ago) by sf-marcmagus
Branch: MAIN
CVS Tags: rel-2_82
Changes since 1.9: +0 -1 lines
Log Message:
Add inscribable arches for other book types.
Use 'container'/weight_limit to define capacity of inscribables in characters.
Add treasures/arches to specify books with/without text.
Scorn and Navar Public Libraries use these so they don't generate inscribables.
Fix bug allowing theft of blank books from libraries.
Fix bug preventing adding an adjective to a book name if the titles are used up.
Change error message on reading empty book to be more clear.
Change error message on failed inscription [too much text] to be more informative.
Looking at an inscribable will tell you what you can do with it/what its capacity is in a hint.
Fix broken debug statements in book generation.

File Contents

# User Rev Content
1 root 1.6 object scroll_new
2 root 1.1 name scroll
3 root 1.7 name_pl scrolls
4 root 1.1 race scrolls
5 root 1.7 skill use magic item
6 pippijn 1.2 face scroll.x11
7 root 1.1 nrof 1
8     type 111
9 root 1.7 materialname paper
10     value 1
11 root 1.9 weight 400
12 root 1.7 randomitems scroll
13     client_type 661
14 root 1.5 editable 2048
15 root 1.8 magicmap white
16 root 1.1 end
17 root 1.7
18 root 1.9 object scroll_empty
19     name empty spell scroll
20     name_pl empty spell scrolls
21     race scrolls
22     skill use magic item
23     face scroll_empty.x11
24     other_arch scroll_new
25     nrof 1
26     type 110
27     materialname paper
28     value 1
29     weight 400
30     client_type 660
31     editable 2048
32     magicmap white
33     msg
34     Nothing is written in it.
35     endmsg
36     end
37