ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/readable/book_read.arc
Revision: 1.11
Committed: Fri Mar 19 17:53:06 2010 UTC (14 years, 3 months ago) by elmex
Branch: MAIN
CVS Tags: rel-3_0, HEAD
Changes since 1.10: +1 -4 lines
Log Message:
added book reading sounds.

File Contents

# User Rev Content
1 root 1.10 object book_empty
2     name empty book
3     name_pl empty books
4 root 1.7 skill literacy
5 root 1.10 msg
6     It is ruled to make writing in it easier.
7     endmsg
8     other_arch book_read
9     face book_empty.x11
10 root 1.5 nrof 1
11 root 1.10 type 110
12 root 1.7 materialname paper
13 sf-marcmagus 1.8 value 50
14 root 1.1 weight 3000
15 root 1.10 container 1000
16 root 1.7 client_type 1041
17 root 1.1 end
18 root 1.7
19 root 1.10 object book_read
20 elmex 1.11 inherit type_book
21 root 1.10 name book
22     name_pl books
23     face book_read.x11
24 sf-marcmagus 1.8 nrof 1
25 root 1.10 subtype 3
26 sf-marcmagus 1.8 value 50
27     weight 3000
28     client_type 1041
29     end