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

File Contents

# User Rev Content
1 root 1.6 object sorcerer_book
2 root 1.1 name sorcerer's spellbook
3     name_pl sorcerer's spellbooks
4 root 1.7 skill literacy
5 pippijn 1.2 face sorcerer_book.x11
6 root 1.9 magicmap brown
7 root 1.7 nrof 1
8 root 1.1 type 85
9 root 1.7 materialname paper
10 root 1.1 value 20
11     weight 5000
12 root 1.7 randomitems sorcery_book
13     client_type 1001
14 root 1.1 end
15 root 1.7
16 root 1.1 #
17     # Starting spellbooks for sorcers.
18     #
19 root 1.6 object sorcerer_book_l1
20 root 1.1 name sorcerer's spellbook
21     name_pl sorcerer's spellbooks
22 root 1.7 skill literacy
23 pippijn 1.2 face sorcerer_book.x11
24 root 1.9 magicmap brown
25 root 1.7 nrof 1
26 root 1.1 type 85
27 root 1.7 materialname paper
28 root 1.1 value 20
29     weight 5000
30 root 1.7 randomitems sorcery_l1
31     client_type 1001
32 root 1.1 end
33 root 1.7