ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Scroll/scroll_new.arc
Revision: 1.12
Committed: Tue Nov 3 09:59:32 2009 UTC (14 years, 8 months ago) by root
Branch: MAIN
CVS Tags: rel-3_0, rel-2_90, rel-2_92, rel-2_93
Changes since 1.11: +19 -19 lines
Log Message:
big cfarch-normalize run

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 magicmap white
12 nrof 1
13 type 110
14 materialname paper
15 value 1
16 weight 400
17 client_type 660
18 end
19
20 object scroll_new
21 name scroll
22 name_pl scrolls
23 race scrolls
24 skill use magic item
25 face scroll.x11
26 magicmap white
27 nrof 1
28 type 111
29 materialname paper
30 value 1
31 weight 400
32 randomitems scroll
33 client_type 661
34 end
35