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

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