ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/readable/tome.arc
Revision: 1.9
Committed: Tue Nov 3 09:49:39 2009 UTC (14 years, 8 months ago) by root
Branch: MAIN
Changes since 1.8: +0 -2 lines
Log Message:
remove editable field, elmey says so

File Contents

# User Rev Content
1 root 1.6 object tome
2 root 1.1 name tome
3 root 1.7 name_pl tomes
4     skill literacy
5     face tome.x11
6 root 1.5 nrof 1
7 root 1.1 type 8
8     subtype 4
9 root 1.7 materialname paper
10 root 1.1 value 80
11     weight 8000
12 root 1.7 client_type 1041
13 root 1.1 magicmap brown
14     end
15 root 1.7
16 sf-marcmagus 1.8 object tome_empty
17     name empty tome
18     name_pl empty tomes
19     skill literacy
20     other_arch tome
21     face tome.x11
22     nrof 1
23     type 110
24     materialname paper
25     value 80
26     weight 8000
27     container 3000
28     client_type 1041
29     msg
30     It is ruled to make writing in it easier.
31     endmsg
32     magicmap brown
33     end
34