ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/SpellBook/sorcerer_book.arc
Revision: 1.4
Committed: Tue Feb 6 23:29:30 2007 UTC (17 years, 5 months ago) by root
Branch: MAIN
CVS Tags: pre_normalise_revert
Changes since 1.3: +2 -2 lines
Log Message:
replace material by materilname in all simple cases

File Contents

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