ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/readable/book_empty.arc
Revision: 1.2
Committed: Thu Oct 15 16:00:37 2009 UTC (14 years, 7 months ago) by sf-marcmagus
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +0 -0 lines
State: FILE REMOVED
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.1 object book_empty
2     name empty book
3     name_pl empty books
4     skill literacy
5     other_arch book_read
6     face book_empty.x11
7     nrof 1
8     type 110
9     materialname paper
10     value 13
11     weight 3000
12     client_type 1041
13     editable 128
14     msg
15     It is ruled to make writing in it easier.
16     H<You can use the inscription skill to inscribe text into this book.>
17     endmsg
18     end
19