ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/readable/scroll.arc
Revision: 1.8
Committed: Thu Oct 15 16:00:37 2009 UTC (14 years, 7 months ago) by sf-marcmagus
Branch: MAIN
CVS Tags: rel-2_82
Changes since 1.7: +20 -0 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
2 root 1.1 name scroll
3 root 1.7 name_pl scrolls
4 root 1.1 race scrolls
5 root 1.7 skill literacy
6 pippijn 1.2 face scrollr.x11
7 root 1.1 nrof 1
8     type 8
9     subtype 35
10 root 1.7 materialname paper
11 root 1.1 value 30
12     weight 300
13 root 1.7 client_type 1041
14 root 1.1 editable 128
15     magicmap white
16     end
17 root 1.7
18 sf-marcmagus 1.8 object scroll_read_empty
19     name empty scroll
20     name_pl empty scrolls
21     skill literacy
22     other_arch scroll
23     face scrollr.x11
24     nrof 1
25     type 110
26     materialname paper
27     value 30
28     weight 300
29     container 250
30     client_type 1041
31     editable 128
32     msg
33     It is ruled to make writing in it easier.
34     endmsg
35     magicmap white
36     end
37