ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/readable/scroll.arc
Revision: 1.12
Committed: Sat Oct 16 09:18:48 2010 UTC (13 years, 7 months ago) by root
Branch: MAIN
CVS Tags: HEAD
Changes since 1.11: +0 -2 lines
Log Message:
remove magicmap, visibility and glyph entries from archetypes, they are now in default.faceinfo

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.1 nrof 1
8     subtype 35
9     value 30
10     weight 300
11 root 1.7 client_type 1041
12 root 1.1 end
13 root 1.7
14 sf-marcmagus 1.8 object scroll_read_empty
15     name empty scroll
16     name_pl empty scrolls
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 scroll
22     face scrollr.x11
23     nrof 1
24     type 110
25     materialname paper
26     value 30
27     weight 300
28     container 250
29     client_type 1041
30     end
31