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

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