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

Comparing deliantra/arch/readable/tome.arc (file contents):
Revision 1.8 by sf-marcmagus, Thu Oct 15 16:00:37 2009 UTC vs.
Revision 1.12 by root, Sat Oct 16 09:18:48 2010 UTC

1object tome 1object tome
2inherit type_book
2name tome 3name tome
3name_pl tomes 4name_pl tomes
4skill literacy
5face tome.x11 5face tome.x11
6nrof 1 6nrof 1
7type 8
8subtype 4 7subtype 4
9materialname paper
10value 80 8value 80
11weight 8000 9weight 8000
12client_type 1041 10client_type 1041
13editable 128
14magicmap brown
15end 11end
16 12
17object tome_empty 13object tome_empty
18name empty tome 14name empty tome
19name_pl empty tomes 15name_pl empty tomes
20skill literacy 16skill literacy
17msg
18It is ruled to make writing in it easier.
19endmsg
21other_arch tome 20other_arch tome
22face tome.x11 21face tome.x11
23nrof 1 22nrof 1
24type 110 23type 110
25materialname paper 24materialname paper
26value 80 25value 80
27weight 8000 26weight 8000
28container 3000 27container 3000
29client_type 1041 28client_type 1041
30editable 128
31msg
32It is ruled to make writing in it easier.
33endmsg
34magicmap brown
35end 29end
36 30

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines