ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/readable/book_clasp.arc
Revision: 1.9
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.8: +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.7 object book_clasp
2 root 1.1 name book
3 root 1.8 name_pl books
4     skill literacy
5     face book_clasp.x11
6 root 1.6 nrof 1
7 root 1.1 type 8
8     subtype 1
9 root 1.8 materialname paper
10 root 1.2 value 65
11 root 1.1 weight 4000
12 root 1.8 client_type 1041
13 root 1.1 editable 128
14     magicmap green
15     end
16 root 1.8
17 sf-marcmagus 1.9 object book_clasp_empty
18     name empty book
19     name_pl empty books
20     skill literacy
21     other_arch book_clasp
22     face book_clasp.x11
23     nrof 1
24     type 110
25     materialname paper
26     value 65
27     weight 4000
28     container 1500
29     client_type 1041
30     editable 128
31     msg
32     It is ruled to make writing in it easier.
33     endmsg
34     magicmap green
35     end
36