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.3 by root, Tue Nov 3 09:49:39 2009 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
14magicmap white
15end 13end
16 14
17object mailscroll_empty 15object mailscroll_empty
18name empty mail scroll 16name empty mail scroll
19name_pl empty mail scrolls 17name_pl empty mail scrolls
20race scrolls 18race scrolls
21skill literacy 19skill literacy
20msg
21Nothing is written in it.
22endmsg
23other_arch mailscroll
22face scroll_empty.x11 24face scroll_empty.x11
23other_arch mailscroll 25magicmap white
24nrof 1 26nrof 1
25type 110 27type 110
26subtype 1 28subtype 1
27materialname paper 29materialname paper
28value 30 30value 30
29weight 300 31weight 300
30container 500 32container 500
31client_type 1040 33client_type 1040
32magicmap white
33msg
34Nothing is written in it.
35endmsg
36end 34end
37 35

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines