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

File Contents

# User Rev Content
1 root 1.6 object scroll_2
2 elmex 1.12 inherit type_book
3 root 1.1 name scroll
4 root 1.7 name_pl scrolls
5     race scrolls
6 root 1.5 face scroll_2.x11
7 root 1.11 magicmap white
8 root 1.1 nrof 1
9     subtype 33
10     value 34
11     weight 350
12 root 1.7 client_type 1041
13 root 1.1 end
14 sf-marcmagus 1.9
15     object scroll_2_empty
16     name empty scroll
17     name_pl empty scrolls
18     skill literacy
19 root 1.11 msg
20     It is ruled to make writing in it easier.
21     endmsg
22 sf-marcmagus 1.9 other_arch scroll_2
23     face scroll_2.x11
24 root 1.11 magicmap white
25 sf-marcmagus 1.9 nrof 1
26     type 110
27     materialname paper
28     value 34
29     weight 350
30     container 250
31     client_type 1041
32     end
33