ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/readable/mailscroll.arc
(Generate patch)

Comparing deliantra/arch/readable/mailscroll.arc (file contents):
Revision 1.1 by root, Sun Aug 12 05:59:24 2007 UTC vs.
Revision 1.5 by elmex, Fri Mar 19 17:53:06 2010 UTC

1object mailscroll 1object mailscroll
2inherit type_book
2name mail scroll 3name mail scroll
3name_pl mail scrolls 4name_pl mail scrolls
4race scrolls 5race scrolls
5skill literacy
6face scroll.x11 6face scroll.x11
7magicmap white
7nrof 1 8nrof 1
8type 8
9subtype 35 9subtype 35
10materialname paper
11value 30 10value 30
12weight 300 11weight 300
13client_type 1040 12client_type 1040
14editable 2048
15magicmap white
16end 13end
17 14
18object mailscroll_empty 15object mailscroll_empty
19name empty mail scroll 16name empty mail scroll
20name_pl empty mail scrolls 17name_pl empty mail scrolls
21race scrolls 18race scrolls
22skill literacy 19skill literacy
20msg
21Nothing is written in it.
22endmsg
23other_arch mailscroll
23face scroll_empty.x11 24face scroll_empty.x11
24other_arch mailscroll 25magicmap white
25nrof 1 26nrof 1
26type 110 27type 110
27subtype 1 28subtype 1
28materialname paper 29materialname paper
29value 30 30value 30
30weight 300 31weight 300
32container 500
31client_type 1040 33client_type 1040
32editable 2048
33magicmap white
34msg
35Nothing is written in it.
36H<You can use the inscription skill to inscribe a letter into this scroll.>
37endmsg
38end 34end
39 35

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines