ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/SpellBook/prayer_book.arc
Revision: 1.4
Committed: Tue Feb 6 23:29:29 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

# Content
1 object cleric_book
2 name prayerbook
3 name_pl prayerbooks
4 skill literacy
5 face prayer_book.x11
6 nrof 1
7 type 85
8 materialname paper
9 value 20
10 weight 5000
11 randomitems prayer_book
12 client_type 1002
13 editable 2048
14 end
15
16 object cleric_book_l1
17 name prayerbook
18 name_pl prayerbooks
19 skill literacy
20 face prayer_book.x11
21 nrof 1
22 type 85
23 materialname paper
24 value 20
25 weight 5000
26 randomitems praying_l1
27 client_type 1002
28 editable 2048
29 end
30