ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/SpellBook/evoker_book.arc
Revision: 1.3
Committed: Tue Feb 6 22:41:31 2007 UTC (17 years, 5 months ago) by root
Branch: MAIN
CVS Tags: post_first_cfarch_normalize_run
Changes since 1.2: +12 -11 lines
Log Message:
simply ran cfarch-normalize on all arches

File Contents

# User Rev Content
1 root 1.3 object evoker_book
2 root 1.1 name evoker's spellbook
3     name_pl evoker's spellbooks
4 root 1.3 skill literacy
5 pippijn 1.2 face evoker_book.x11
6 root 1.3 nrof 1
7 root 1.1 type 85
8     material 1
9     value 20
10     weight 5000
11 root 1.3 randomitems evocation_book
12     client_type 1001
13 root 1.1 editable 2048
14     magicmap brown
15     end
16 root 1.3
17     object evoker_book_l1
18 root 1.1 name evoker's spellbook
19     name_pl evoker's spellbooks
20 root 1.3 skill literacy
21 pippijn 1.2 face evoker_book.x11
22 root 1.3 nrof 1
23 root 1.1 type 85
24     material 1
25     value 20
26     weight 5000
27 root 1.3 randomitems evocation_l1
28     client_type 1001
29 root 1.1 editable 2048
30     magicmap brown
31     end
32 root 1.3