ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/readable/scroll.arc
Revision: 1.11
Committed: Fri Mar 19 17:53:06 2010 UTC (14 years, 2 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 scroll
2 elmex 1.11 inherit type_book
3 root 1.1 name scroll
4 root 1.7 name_pl scrolls
5 root 1.1 race scrolls
6 pippijn 1.2 face scrollr.x11
7 root 1.10 magicmap white
8 root 1.1 nrof 1
9     subtype 35
10     value 30
11     weight 300
12 root 1.7 client_type 1041
13 root 1.1 end
14 root 1.7
15 sf-marcmagus 1.8 object scroll_read_empty
16     name empty scroll
17     name_pl empty scrolls
18     skill literacy
19 root 1.10 msg
20     It is ruled to make writing in it easier.
21     endmsg
22 sf-marcmagus 1.8 other_arch scroll
23     face scrollr.x11
24 root 1.10 magicmap white
25 sf-marcmagus 1.8 nrof 1
26     type 110
27     materialname paper
28     value 30
29     weight 300
30     container 250
31     client_type 1041
32     end
33