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.11 by elmex, Fri Mar 19 17:53:06 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
6magicmap brown
6nrof 1 7nrof 1
7type 8
8subtype 4 8subtype 4
9materialname paper
10value 80 9value 80
11weight 8000 10weight 8000
12client_type 1041 11client_type 1041
13editable 128
14magicmap brown
15end 12end
16 13
17object tome_empty 14object tome_empty
18name empty tome 15name empty tome
19name_pl empty tomes 16name_pl empty tomes
20skill literacy 17skill literacy
18msg
19It is ruled to make writing in it easier.
20endmsg
21other_arch tome 21other_arch tome
22face tome.x11 22face tome.x11
23magicmap brown
23nrof 1 24nrof 1
24type 110 25type 110
25materialname paper 26materialname paper
26value 80 27value 80
27weight 8000 28weight 8000
28container 3000 29container 3000
29client_type 1041 30client_type 1041
30editable 128
31msg
32It is ruled to make writing in it easier.
33endmsg
34magicmap brown
35end 31end
36 32

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines