ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/readable/tome.arc
Revision: 1.12
Committed: Sat Oct 16 09:18:48 2010 UTC (13 years, 7 months ago) by root
Branch: MAIN
CVS Tags: HEAD
Changes since 1.11: +0 -2 lines
Log Message:
remove magicmap, visibility and glyph entries from archetypes, they are now in default.faceinfo

File Contents

# User Rev Content
1 root 1.6 object tome
2 elmex 1.11 inherit type_book
3 root 1.1 name tome
4 root 1.7 name_pl tomes
5     face tome.x11
6 root 1.5 nrof 1
7 root 1.1 subtype 4
8     value 80
9     weight 8000
10 root 1.7 client_type 1041
11 root 1.1 end
12 root 1.7
13 sf-marcmagus 1.8 object tome_empty
14     name empty tome
15     name_pl empty tomes
16     skill literacy
17 root 1.10 msg
18     It is ruled to make writing in it easier.
19     endmsg
20 sf-marcmagus 1.8 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     end
30