--- deliantra/arch/readable/book_read.arc 2006/02/06 20:26:28 1.1.1.1 +++ deliantra/arch/readable/book_read.arc 2010/03/19 17:53:06 1.11 @@ -1,14 +1,29 @@ -Object book_read +object book_empty +name empty book +name_pl empty books +skill literacy +msg +It is ruled to make writing in it easier. +endmsg +other_arch book_read +face book_empty.x11 +nrof 1 +type 110 +materialname paper +value 50 +weight 3000 +container 1000 +client_type 1041 +end + +object book_read +inherit type_book name book +name_pl books +face book_read.x11 nrof 1 -face book_read.111 -type 8 subtype 3 -skill literacy -material 1 -value 13 +value 50 weight 3000 -editable 128 -name_pl books client_type 1041 end