ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/readable/book_empty.arc
Revision: 1.1
Committed: Sun Aug 12 05:59:24 2007 UTC (16 years, 10 months ago) by root
Branch: MAIN
CVS Tags: rel-2_81, rel-2_80, rel-2_6, rel-2_7, rel-2_4, rel-2_5, rel-2_2, rel-2_72, rel-2_73, rel-2_71, rel-2_76, rel-2_77, rel-2_74, rel-2_75, rel-2_54, rel-2_55, rel-2_78, rel-2_79, rel-2_53, rel-2_32, rel-2_56, rel-2_61, rel-2_43, rel-2_42, rel-2_41
Log Message:
- new type: INSCRIBABLE
- inscription only works on inscribable items (spellscrolls special cased)
- add new empty scroll, empty book and empty mailscroll archetypes
- use mailscroll in ipo.

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