ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/doc/spell-docs/spell-info.ps
Revision: 1.1
Committed: Fri Feb 3 07:12:44 2006 UTC (18 years, 5 months ago) by root
Content type: application/postscript
Branch: MAIN
Branch point for: UPSTREAM
Log Message:
Initial revision

File Contents

# User Rev Content
1 root 1.1 %!PS-Adobe-1.0
2     %%Creator: offa:chrisc (Christopher Carpinello)
3     %%Title: spell-info.txt
4     %%CreationDate: Fri Mar 26 17:01:35 1993
5     %%DocumentFonts: Courier-Bold Courier-BoldOblique
6     % Start of enscript.pro -- prolog for text file translator
7     % Copyright (c) 1984,1985,1987 Adobe Systems Incorporated. All Rights Reserved.
8     % GOVERNMENT END USERS: See Notice file in TranScript library directory
9     % -- probably /usr/lib/ps/Notice
10     % RCSID: $Header: /cvsroot/crossfire/crossfire/doc/spell-docs/spell-info.ps,v 1.2 1999/07/13 06:02:51 cvs Exp $
11     save/EnscriptJob exch def
12     /StartEnscriptDoc{$enscript begin}def
13     /$enscript 50 dict def $enscript begin
14     /EndEnscriptDoc{end}def
15     /S/show load def
16     /X{exch 0 rmoveto S}def
17     /Y{exch 0 exch rmoveto S}def
18     /B{3 1 roll moveto S}def
19     /F{$fd exch get setfont}def
20     /StartPage{/svpg save def .05 dup scale}def
21     /EndPage{svpg restore showpage}def
22     /DoPreFeed{/statusdict where{pop
23     statusdict/prefeed known{statusdict exch/prefeed exch put 0}if}if pop}def
24     /Landscape{90 rotate 0 -15840 translate}def
25     /SetStTime{statusdict /manualfeedtimeout 120 put} def
26     /SetStatus{statusdict /manualfeed true put
27     statusdict /product get (LaserWriter) eq
28     {version (23.0) eq % Don't redefine EndPage if printer is not "Classic LW"
29     {/EndPage {svpg restore
30     {statusdict /printerstatus get exec 16#22000000 and 0 eq{exit}if}loop
31     showpage}def}if }if}def
32    
33     /ISO-Latin-1 [
34     /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
35     /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
36     /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
37     /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
38     /space /exclam /quotedbl /numbersign /dollar /percent /ampersand
39     /quoteright /parenleft /parenright /asterisk /plus /comma /hyphen
40     /period /slash /zero /one /two /three /four /five /six /seven /eight
41     /nine /colon /semicolon /less /equal /greater /question /at /A /B /C /D
42     /E /F /G /H /I /J /K /L /M /N /O /P /Q /R /S /T /U /V /W /X /Y /Z
43     /bracketleft /backslash /bracketright /asciicircum /underscore
44     /quoteleft /a /b /c /d /e /f /g /h /i /j /k /l /m /n /o /p /q /r /s /t
45     /u /v /w /x /y /z /braceleft /bar /braceright /asciitilde /.notdef
46     /dotlessi /dieresis/ring /grave /acute /circumflex/tilde /macron
47     /brev /dotaccent /cedilla /.notdef /.notdef /.notdef /.notdef /.notdef
48     /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
49     /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
50     /space /exclamdown /cent /sterling /currency /yen /brokenbar /section
51     /dieresis /copyright /ordfeminine /guillemotleft /logicalnot /endash /registered
52     /macron /degree /plusminus /twosuperior /threesuperior /acute /mu
53     /paragraph /bullet /cedilla /onesuperior /ordmasculine /guillemotright
54     /onequarter /onehalf /threequarters /questiondown /Agrave /Aacute /Acircumflex
55     /Atilde /Adieresis /Aring /AE /Ccedilla /Egrave /Eacute /Ecircumflex
56     /Edieresis /Igrave /Iacute /Icircumflex /Idieresis /Eth /Ntilde
57     /Ograve /Oacute /Ocircumflex /Otilde /Odieresis /multiply /Oslash /Ugrave
58     /Uacute /Ucircumflex /Udieresis /Yacute /Thorn /germandbls /agrave
59     /aacute /acircumflex /atilde /adieresis /aring /ae /ccedilla /egrave
60     /eacute /ecircumflex /edieresis /igrave /iacute /icircumflex /idieresis
61     /eth /ntilde /ograve /oacute /ocircumflex /otilde /odieresis
62     /divide /oslash /ugrave /uacute /ucircumflex /udieresis /yacute
63     /thorn /ydieresis ] def
64    
65     /SetUpFonts
66     {dup/$fd exch array def{
67     findfont dup maxlength dict begin
68     { 1 index /FID ne { def } { pop pop } ifelse } forall
69     /Encoding ISO-Latin-1 def
70     /FontName /Null def
71     FontName currentdict definefont
72     end
73     exch scalefont $fd 3 1 roll put}repeat}def
74    
75     /InitGaudy{/TwoColumn exch def /BarLength exch def
76     /ftD /Times-Bold findfont 12 UP scalefont def
77     /ftF /Times-Roman findfont 14 UP scalefont def
78     /ftP /Helvetica-Bold findfont 30 UP scalefont def}def
79     /U{1440 mul}def
80     /UP{U 72 div}def
81     /LB{/pts exch UP def /charcolor exch def /boxcolor exch def /font exch def
82     /label exch def /dy exch def /dx exch def /lly exch def /llx exch def
83     gsave boxcolor setgray
84     llx lly moveto dx 0 rlineto 0 dy rlineto dx neg 0 rlineto closepath fill
85     /lines label length def
86     /yp lly dy add dy lines pts mul sub 2 div sub pts .85 mul sub def
87     font setfont charcolor setgray
88     label {dup stringwidth pop 2 div llx dx 2 div add exch sub yp moveto show
89     /yp yp pts sub def}forall grestore}def
90     /Gaudy{/Page exch def /Date exch def /File exch def /Comment exch def
91     .25 U 10.2 U BarLength .1 sub U .25 U [File] ftF .97 0 14 LB
92     .25 U 10.45 U BarLength .1 sub U .25 U [Comment] ftF 1 0 14 LB
93     .25 U 10.2 U 1 U .5 U Date ftD .7 0 12 LB
94     BarLength .75 sub U 10.2 U 1 U .5 U [Page] ftP .7 1 30 LB
95     TwoColumn{BarLength 2 div .19 add U 10.2 U moveto 0 -10 U rlineto stroke}if
96     }def
97     end
98     StartEnscriptDoc % end fixed prolog
99     1 160 /Courier-Bold
100     0 240 /Courier-BoldOblique
101     2 SetUpFonts
102     %%EndProlog
103     %%Page: ? 1
104     StartPage
105     0 F
106     900 14940(Level)B
107     900 14680(=====)B
108     2052 14160(The level of a spell indicates the difficulty of the spell as)B
109     900 13900(well as defining how advanced a spell-user must be before he may fully)B
110     900 13640(grasp the knowledge to cast the spell.)B
111     900 12860(Type)B
112     900 12600(====)B
113     2052 12080(A spell is either a wizard based or priest based spell.)B
114     900 11820(Anyone except a cleric or priest attempting to cast a priest based)B
115     900 11560(spell \(a prayer\) will not receive a Wisdom bonus to successfully cast)B
116     900 11300(the spell \(and has a high chance of fumbling the spell unless the)B
117     900 11040(caster has an unusally inherent high Wisdom\).)B
118     900 10260(Speed)B
119     900 10000(=====)B
120     2052 9480(The speed \(in game rounds\) determines how long it takes to)B
121     900 9220(cast such a spell. The lower the speed, the faster the spell may be)B
122     900 8960(cast.)B
123     900 8180(Range)B
124     900 7920(=====)B
125     2052 7400(The range of a spell limits how far reaching the spell will)B
126     900 7140(effectively work. The range of a spell is usually denoted in 10' \(one)B
127     900 6880(sqaure\) increments. Thus a spell with a range of 1 will only affect)B
128     900 6620(those play squares surrounding the caster. Furthermore, there are)B
129     900 6360(several other common ranges:)B
130     2052 5840(When a spell has a range of "self", only the caster may be)B
131     900 5580(affected by the spell.)B
132     2052 5060(The most common spell range is that of "touch". This denotes)B
133     900 4800(that the caster much touch the recipient of the spell in order to)B
134     900 4540(release the spell effects \(as for "self", the caster may cast the)B
135     900 4280(spell on himself\).)B
136     2052 3760(A "special" range for missile spells indicates that the spell)B
137     900 3500(will last until it impacts an object \(a PC, monster, or wall\). For)B
138     900 3240(cone spells, it usually denotes that the range depends on some)B
139     900 2980(modifer, such as the caster's Wisdom level. If this is the case, it)B
140     900 2720(will be stated in the long spell description.)B
141     900 1940(Duration)B
142     900 1680(========)B
143     -520(The duration of a spell \(expressed in game rounds\) indicates)Y
144     900 900(how long the effects of the spell will last. Several common ranges are:)B
145     EndPage
146     %%Page: ? 2
147     StartPage
148     0 F
149     2052 14940("instant" duration spells have effects which are noticeable)B
150     900 14680(immediately. Cone spells with an "instant" duration indicate that the)B
151     900 14420(effects of the cone do not linger on game squares more than 1 round.)B
152     2052 13900(The "standard" duration for spells is 500 rounds.)B
153     2052 13380(A "permanent" duration is forever.)B
154     2052 12860("special" durations last until a specific event occurs, or the)B
155     900 12600("standard" duration for the spell expires. Only one protection or)B
156     900 12340(change player attribute spell may be in effect on a player at any one)B
157     900 12080(time. If another such spell is cast upon a player, then the modifiers)B
158     900 11820(of the previous spell are replaced by those of the new spell.)B
159     EndPage
160     %%Trailer
161     EndEnscriptDoc
162     EnscriptJob restore