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