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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines