ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/readable/tome.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
Changes since 1.10: +1 -3 lines
Log Message:
added book reading sounds.

File Contents

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