ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/SpellBook/sorcerer_book.arc
Revision: 1.11
Committed: Sat Oct 16 09:19:15 2010 UTC (13 years, 8 months ago) by root
Branch: MAIN
CVS Tags: HEAD
Changes since 1.10: +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 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.7 nrof 1
7 root 1.1 type 85
8 root 1.7 materialname paper
9 elmex 1.10 value 600
10 root 1.1 weight 5000
11 root 1.7 randomitems sorcery_book
12     client_type 1001
13 root 1.1 end
14 root 1.7
15 root 1.1 #
16     # Starting spellbooks for sorcers.
17     #
18 root 1.6 object sorcerer_book_l1
19 root 1.1 name sorcerer's spellbook
20     name_pl sorcerer's spellbooks
21 root 1.7 skill literacy
22 pippijn 1.2 face sorcerer_book.x11
23 root 1.7 nrof 1
24 root 1.1 type 85
25 root 1.7 materialname paper
26 elmex 1.10 value 200
27 root 1.1 weight 5000
28 root 1.7 randomitems sorcery_l1
29     client_type 1001
30 root 1.1 end
31 root 1.7