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

File Contents

# Content
1 object scroll_empty
2 name empty spell scroll
3 name_pl empty spell scrolls
4 race scrolls
5 skill use magic item
6 msg
7 Nothing is written in it.
8 endmsg
9 other_arch scroll_new
10 face scroll_empty.x11
11 nrof 1
12 type 110
13 materialname paper
14 value 1
15 weight 400
16 client_type 660
17 end
18
19 object scroll_new
20 name scroll
21 name_pl scrolls
22 race scrolls
23 skill use magic item
24 face scroll.x11
25 nrof 1
26 type 111
27 materialname paper
28 value 1
29 weight 400
30 randomitems scroll
31 client_type 661
32 end
33