ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Scroll/scroll_new.arc
Revision: 1.9
Committed: Sun Aug 12 05:59:24 2007 UTC (16 years, 10 months ago) by root
Branch: MAIN
CVS Tags: rel-2_81, rel-2_80, rel-2_6, rel-2_7, rel-2_4, rel-2_5, rel-2_2, rel-2_72, rel-2_73, rel-2_71, rel-2_76, rel-2_77, rel-2_74, rel-2_75, rel-2_54, rel-2_55, rel-2_56, rel-2_79, rel-2_53, rel-2_32, rel-2_78, rel-2_61, rel-2_43, rel-2_42, rel-2_41
Changes since 1.8: +22 -1 lines
Log Message:
- new type: INSCRIBABLE
- inscription only works on inscribable items (spellscrolls special cased)
- add new empty scroll, empty book and empty mailscroll archetypes
- use mailscroll in ipo.

File Contents

# User Rev Content
1 root 1.6 object scroll_new
2 root 1.1 name scroll
3 root 1.7 name_pl scrolls
4 root 1.1 race scrolls
5 root 1.7 skill use magic item
6 pippijn 1.2 face scroll.x11
7 root 1.1 nrof 1
8     type 111
9 root 1.7 materialname paper
10     value 1
11 root 1.9 weight 400
12 root 1.7 randomitems scroll
13     client_type 661
14 root 1.5 editable 2048
15 root 1.8 magicmap white
16 root 1.1 end
17 root 1.7
18 root 1.9 object scroll_empty
19     name empty spell scroll
20     name_pl empty spell scrolls
21     race scrolls
22     skill use magic item
23     face scroll_empty.x11
24     other_arch scroll_new
25     nrof 1
26     type 110
27     materialname paper
28     value 1
29     weight 400
30     client_type 660
31     editable 2048
32     magicmap white
33     msg
34     Nothing is written in it.
35     H<You can use the inscription skill to inscribe a spell into this scroll.>
36     endmsg
37     end
38