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

File Contents

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