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

File Contents

# User Rev Content
1 root 1.1 object mailscroll
2 elmex 1.5 inherit type_book
3 root 1.1 name mail scroll
4     name_pl mail scrolls
5     race scrolls
6     face scroll.x11
7 root 1.4 magicmap white
8 root 1.1 nrof 1
9     subtype 35
10     value 30
11     weight 300
12     client_type 1040
13     end
14    
15     object mailscroll_empty
16     name empty mail scroll
17     name_pl empty mail scrolls
18     race scrolls
19     skill literacy
20 root 1.4 msg
21     Nothing is written in it.
22     endmsg
23     other_arch mailscroll
24 root 1.1 face scroll_empty.x11
25 root 1.4 magicmap white
26 root 1.1 nrof 1
27     type 110
28     subtype 1
29     materialname paper
30     value 30
31     weight 300
32 sf-marcmagus 1.2 container 500
33 root 1.1 client_type 1040
34     end
35