ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/Deliantra-Client/pod/tutorial.pod
(Generate patch)

Comparing deliantra/Deliantra-Client/pod/tutorial.pod (file contents):
Revision 1.6 by root, Fri Jul 20 22:13:30 2007 UTC vs.
Revision 1.13 by pippijn, Tue Dec 23 18:52:54 2008 UTC

1=for image banner.png
2
3=head1 CFPlus Tutorial - An gentle introduction to the game client. 1=head1 Deliantra Client Tutorial - A gentle introduction to the game client
4 2
5=head2 What's Crossfire TRT - Basic Game Concepts 3=head2 What's Deliantra - Basic Game Concepts
6 4
7In the words of Frank Tore Johansen, the author of the original Crossfire 5Deliantra is a 2D MORPG (Multiplayer Online Role Playing Game). This means
8game: 6that you choose a character which will allow you to interact with a fictional
7virtual world. In that world you can meet other people, fight monsters,
8gain experience and gain treasures.
9 9
10"Crossfire is a multi-player graphical arcade and adventure game made for 10This Tutorial will guide you through the main interface elements of the
11the X Window System environment. It has certain flavours from other 11game client for Deliantra.
12games, especially gauntlet and the rogue-like games. Any number of players
13can move around in their own window, finding and using items and battling
14monsters. They can choose to cooperate or compete in the same world."
15 12
16In the years of development that have followed, Crossfire has grown to 13Later, if you managed to log in, another Tutorial will guide you through
17encompass hundreds of monsters, thousands of maps to explore, an elaborate 14the main game elements. It will teach you how to interact with the world
18magic system, over 15 character types, a system of skills, and many, many 15and other players.
19artifacts and treasures.
20 16
21Crossfire TRT is freely distributed under the General (Affero) 17Deliantra is freely distributed under the General (Affero)
22Public License (GPL) and the code may be obtained from 18Public License (GPL) and the code may be obtained from
23L<http://crossfire.schmorp.de/>. 19L<http://www.deliantra.net/>.
24 20
25=head1 Getting Started 21=head1 Getting Started
26 22
27First of all, don't be daunted by the apparent complexity of Crossfire - 23First of all, don't be daunted by the apparent complexity of Deliantra -
28in reality, Crossfire is quite easy to play and character generation is 24in reality, Deliantra is quite easy to play and character generation is
29simple. Later on, when you have some experience playing the game, you may 25simple. Later on, when you have some experience playing the game, you may
30wish to read the full manual. 26wish to read the full manual.
31 27
32=head2 User Interface Basics 28=head2 User Interface Basics
33 29
34# very short description of all ui elements 30=head3 The Button Bar
31
32First start with the button bar on top of the client window:
33
34=for image sc_button_bar.jpg
35
36That button bar consists of following buttons:
37
38=over 4
39
40=item B<Setup>
41
42Opens the client setup window, where you can make all kinds of client
43related settings. For example setting your login name and password,
44the resolution, whether the client should run in fullscreen or windowed
45mode. And lots of other things.
46
47=item B<Playerbook>
48
49This button will open one of the most important windows in the game: The
50Playerbook. It will tell you many interesting and important statistics about
51your character, for example which stats it got, which magical spells you know
52and probably most importantly, whats in your inventory.
53
54=item B<Save Config>
55
56This button will save all settings you made in the B<Setup> window.
57Also the positions of the windows will be saved, so that you don't have to
58change the layout of the windows everytime you start the client.
59
60=item B<Help!>
61
62The B<Help!> button will open the documentation for the game, where
63you will also find this tutorial. If you are stuck a look at the
64L<Game FAQ|pod/faq> or the other documentation there.
65
66=item B<Quit>
67
68This button will exit the client. Be careful not to just quit the client
69when you are logged in. You should really search for a save bed before
70exiting. Because if you logout while being in a dungeon nasty cave-ins will
71probably kill you if you are away for too long.
72
73=back
74
75=head3 Tooltips
76
77Another B<very important> source of information for beginners are the
78tooltips, which are shown when you hover with the mouse cursor above certain
79user interface elements of the client:
80
81=for image sc_tooltips.png
82
83They often reveal very useful information about the user interface elements.
84Also they answer many of the frequently asked questions about the usage of the
85client.
86
87And before you ask: No you can't disable them.
88
89=head3 Minimap
90
91=for image sc_minimap.png
92
93This minimap can usually be found on the upper left of the client window,
94it shows the rough layout of the map you are currently on. It can be helpful
95to keep track of already explored areas.
96
97=head3 Message Window
98
99Another very important window is the B<Message Window>:
100
101=for image sc_message_window.png
102
103It shows all the important textual information which occur in the game.
104The first tab, the B<Log> tab, usually shows status information about
105the server for example the message of the day.
106
107The next tab usually is the B<Map> tab, which shows any chat activity on the
108map you are currently on.
109
110The most social tab is the B<Chat> tab, where you can chat with all the to other
111players on the server.
112
113=head3 Short Log
114
115The short log, which shows the most recent information which
116occur while playing, for example stat changes (which for example happen
117when you get poisoned) or activity messages.
118
119This image shows the short log shortly after logging in:
120
121=for image sc_short_log.png
122
123=head3 Floorbox
124
125The floorbox can be found on the bottom of the client window,
126right from the middle of the bottom border:
127
128=for image sc_floorbox.png
129
130It shows whats on the floor below your character. With the right click
131context menu you can pickup things or open the inventory with the 'More...'
132button, which appears if there are too many items on the floor.
133
134=head3 Gauges
135
136The gauges on the bottom right of the client window display probably
137the most interesting things while playing:
138
139=for image sc_gauges.png
140
141The blue gauge shows your health. If this gauge hits the bottom you will
142die. The next, very shiny gauge, shows the amount of spell points you
143can spend for casting magial spells. The bluish green gauge shows how
144many grace points you got for using prayers. The last gauge shows
145how much food you got in your belly. If your food is low your health
146won't automatically improve, and you probably will starve to death.
147
148Also remember to read the tooltips about these gauges.
149
150Below those 4 gauges you find a line like this: "Exp: 928,708,227 (lvl 73)".
151It shows how much overall experience your character got. And behind that number
152you will find which level your character is. The character level influences
153many aspects of your character.
154
155Below the "Exp: ..." line you find another set of gauges: The one
156with "90%" on it shows how much experience to the next character level you already
157earned. Below that a gauge shows the same information for the level of
158a specific skill.
159
160And on the very bottom a line like this: "Range*: comet Combat: karate"
161shows which spell or skill you have readied in your "range slot" and
162which combat skill you have readied.
35 163
36=head2 Start Playing 164=head2 Start Playing
37 165
38When starting the client you will see a window in the middle of the screen: 166So, that's it for now to the user interface, you should get start playing now.
167Open the B<Setup> window:
39 168
40=for image sc_login.jpg 169=for image sc_login.jpg
41 170
42There are several settings there: 171There are two important input boxes there:
43 172
44=over 4 173=over 4
45 174
46=item B<Host:Port>
47
48In the I<Host:Port> entry you can enter the server hostname followed by
49a colon with the port. The port is per default 13326 if you just enter
50the hostname.
51
52Below the entry there is a button I<Server List>. If you click on it you
53will get a server list:
54
55=for image sc_login_srvlist.jpg
56
57You can choose from the aviable servers there.
58(B<Note:> At the time of this writing (2006-07-23) only I<cf.schmorp.de> supports
59all features that are offered by CFPlus).
60
61=item B<Username> 175=item B<Username>
62 176
63Here you have to enter the character name you would like to play 177Here you have to enter the character name you would like to play with. If you
64with.
65If you are playing for the first time, type any name you like; this will 178are playing for the first time, type any name you like; this will be your
66be your character name for the rest of the life of that character. 179character name for the rest of the life of that character. As you don't have a
67As you don't have a character yet you have to create a new 180character yet you have to create a new character. The tutorial and windows
68character. It will be explained below at the L<Character Creation>. 181popping up after you logged in for the first time with that character will
182guide you through the character creation.
69 183
70=item B<Password> 184=item B<Password>
71 185
72Next, type in any password. Remember: 186Next, type in any password. Remember: you will need to remember the same
73you will need to remember the same password again to play that character 187password again to play that character again! You can use B<Save Config> (see
74again! You can use B<Save Config> (see the buttons on the top of the window) to save your settings, 188the buttons on the top of the window) to save your settings, including name and
75including name and password, but if it gets lost recovery is difficult, so remember your 189password, but if it gets lost recovery is difficult, so remember your password
76password or write it down at a safe place. 190or write it down at a safe place.
77 191
78One more note: it's not a good idea to use "real" passwords to your 192One more note: it's not a good idea to use "real" passwords to your
79computer accounts! Doing so may make your system vulnerable to 193computer accounts! Doing so may make your system vulnerable to
80unscrupulous Crossfire server administrators. 194unscrupulous Deliantra server administrators.
81 195
82=back 196=back
83 197
84Enter the desired I<Username> and I<Password> and click on I<Login> now. 198Enter the desired I<Username> and I<Password> and click on I<Login / Register> now.
85
86=head2 Character Creation
87
88=for item sc_char_create.png
89
90Your next step will be to generate random (primary) stats for your
91character (to see the stats, you might have to open the B<Stats Window>
92using the button at the top of the screen).
93
94Hover with the mouse cursor over the stats (Str, Dex, Con, Int, Wis, Pow and Cha)
95to see what they mean or what they do.
96
97Or look at L<Character Stats>.
98
99You can let the dices reroll your stats with the I<Roll Again> button, you can
100I<Swap Stats>.
101You aren't limited to the number of times you can roll your stats - so have fun.
102Notice that the stats are always arranged that the B<Str> stat has the highest value, the
103B<Cha> stat has the lowest. You may rearrange the order of these values
104when you decide that you have rolled some decent stats. Two points: you
105can never roll a character with better stats than an average of straight
10615's, and you can't roll higher than 18 in a stat.
107
108Finally click on I<Accept> stats when you think they are fine.
109
110The next you will see after accepting the stats will be the race selection:
111
112=for image sc_char_create_race.png
113
114On the top right a text is displayed that explains the current selected race.
115If you rearrange the windows like this:
116
117=for image sc_char_create_race2.png
118
119You will also see the face of the selected race. Click on I<Next Race> and read all
120the descriptions until you find the right race for your new character.
121Keep in mind that the races also affect the L<Character Stats>.
122
123After you clicked I<Accept> you will see this:
124
125(I chose a Halfling for now)
126
127=for image sc_new_char.png
128
129The dragon on the right is another player that is currently logging in or creating his character.
130
131Now go to the south (you can move your character by with the keypad or the cursor keys).
132You will enter a hall similar to this:
133
134=for image sc_new_char_hall.png
135
136Step onto the first cell before the teleporter and the description of the character class
137will be displayed in the message window:
138
139=for image sc_new_char_class.png
140
141While each class has its particular strengths and weaknesses, in summary
142its just a fact that some classes are easier to play than others.
143
144For beginning players, the "simple fighter" characters are the easiest
145to play successfully. The B<Dwarf>, B<Human>, and B<Warrior> are among
146good earlier choices. As you gain experience with using Crossfire+ you
147may wish to branch out into other "fighter" characters such as the
148B<Thief> or B<Elf>, or try your hand at playing "spellcaster" characters
149like the B<Wizard>, B<Mage>, B<Cleric> or B<Priest>. The "exotic" races
150(e.g. B<Fireborn>, B<Quetzalcoatl> and B<Wraith>) and the B<Monk> class
151are the hardest classes to master.
152
153One more note: You will probably find any character class that has a low
154natural B<Int> (for example, the B<Barbarian> class) will have a fairly
155difficult time at higher levels. Skills, and most importantly, spells,
156will be more difficult learn. Plan to spend a lot of loot on grimores,
157prayer books and skill scrolls.
158
159If you found a class that you like step on the teleporter.
160
161=head2 The first dungeons
162
163Next you will land in the nexus:
164
165=for image sc_new_char_nexus.png
166
167Read the signs by stepping on them and read what they say.
168These signs automatically display what they have to say in the message window.
169Other signs you have to read by applying them. You apply something by middle-click
170it in the floorbox:
171
172=for image sc_new_char_floorbox_apply.png
173
174Or you can use the I<spacebar> to apply the topmost thing you see in the floorbox.
175
176For now go to the north into the newbies house. Read all signs there and follow their
177instructions.
178
179If you see NPC's there, click on them and you will enter the NPC dialouge:
180
181=for image sc_newbiew_npc_dialog.jpg
182
183The buttons on the right are options of what you can say to the NPC. You can also
184click on the links in the text to ask the NPC about that.
185
186Another note about entering commands:
187
188In crossfire most things are command driven. You can enter commands in two ways:
189
190=over 4
191
192=item B<Chat Box>
193
194=for image sc_chatbox.jpg
195
196If you plan longer chat sessions you maybe prefer this.
197
198=item B<Command Completer>
199
200=for image sc_command_completer.png
201
202Read the tooltip that occurs when you hover the mouse above the entry.
203This completer can speed up commands a lot.
204
205=back
206
207Ok, I assume now that you finished the newbies house and you are back in the nexus.
208Now walk to the left, to the exit to I<Scorn>, the main town in the world.
209It's the main meeting place for most people on the server and it offers newbie
210dungeons for the beginners.
211
212If you walk into the exit you will be teleported to scorn:
213
214To the west you see the two beginner houses. Step onto the first one:
215
216=for image sc_scorn_beginners_house.png
217
218Press spacebar to apply it to enter the house. Like the newbies house
219in the nexus read all signs and follow their orders:
220
221=for image sc_inthe_beginners_house.png
222
223After you finished that house, enter the second house and finish it.
224
225After finishing those two houses there are multiple dungeons for newbies.
226The best for you to start is the I<Newbie Tower>:
227
228=for image sc_scorn_newbie_tower.png
229
230To the north there is the I<Drinking Fountain> a well that you can enter.
231The first parts of the dungeon there are also very nice.
232
233=for image sc_scorn_drinking_fountain.png
234
235Explore Scorn, there are many dungeons in the houses. Be careful when meeting
236new monsters, ask questions on the server via the I<chat> command and read the
237documentation here for further information about some topics.
238
239Before doing further exploration you maybe want to know how to see your progress
240and where to see what level you are and what your current stats are.
241
242=head2 Displayed information
243
244The most important dialog is the I<Playerbook>, it can be opened by clicking
245on the I<Playerbook> button on the top of the window or by pressing I<Tab>.
246There are also shortcuts to them on the keys I<F2> to I<F5>. (I<F1> brings up this help).
247
248Here is a quick explanation what all main information elements in the client gui mean:
249
250=over 4
251
252=item B<Gauges and Floorbox>
253
254=for image sc_gauges_and_floorbox.png
255
256These are the gauges that display your Health, Spellpoints/Mana,
257Grace and Food. Please hover the mouse cursor above them and read the tooltips.
258On the bottom of the gauges the maximum value is displayed and on the top
259the current value.
260
261Below the gauges there is the experience and level displayed. The level is increased
262once you reached a certain amount of experience points.
263
264Below that there is the range slot. It displays the currently selected range weapon
265that you can fire with ctrl+<direction>. This could be a bow or a spell.
266
267=item B<Statusbox>
268
269=for image sc_statusbox.png
270
271It displays all the current status messages that occur while playing.
272For example what you hit, if you gained experience, if someone entered
273the game or if someone said something. The status messages will disappear over time.
274B<Note:> Most status messages are also displayed in the message window, for example
275chatters and if someone entered/left the game.
276
277=item B<Skill list>
278
279If you press I<F3> or open the playerbook via the I<Playerbook> button on the top
280of the window and select the I<Skills> tab, you will see this:
281
282=for image sc_skill_list.jpg
283
284It displays all the skills you have and displays the experience points and level you gained in each.
285
286=item B<Statistics>
287
288If you want to see what stats and resistancies you currently have, go to the I<Statistics> tab in the
289I<Playerbook> (for example by pressing I<F2>).
290
291=for image sc_statistics.jpg
292
293Resistancies protect you from a certain type of attack.
294
295=item B<Spellbook>
296
297If you want to see what spells you have learned yet, go to the I<Spellbook> tab in the
298I<Playerbook> (for example by pressing I<F4>).
299
300You wont see there any spell if you just started, but if you learn a spell, it will show up there.
301
302If you have learned some spells it should look like this:
303
304=for image sc_spellbook.jpg
305
306=back
307
308=head2 After playing
309
310If you are tired or want to take a break from playing, you have to find a I<Bed to Reality>.
311The I<Wanderers Inn> is the best place to find such a bed for a newbie:
312
313=for image sc_wanderers_inn.png
314
315Go into it and find a I<Bed to Reality>:
316
317=for image sc_bed_to_reality.png
318
319If you apply it your character will be saved. Your score will also be displayed and your rank
320on the hiscore list.
321
322=for image sc_score.png
323
324=head1 Getting Started (old)
325
326=head2 How to create a new Character
327
328When you start up Crossfire, you will be asked for a character name and a
329password (you may need to open the B<Server Setup> dialog for this using
330the button at the top of the screen). If you are playing for the first
331time, type any name you like; this will be your character name for the
332rest of the life of that character. Next, type in any password. Remember:
333you will need to remember the same password again to play that character
334again! You can use B<Save Config> to save your settings, including name
335and password, but if it gets lost recovery is difficult, so remember your
336password or write it down at a safe place.
337
338One more note: it's not a good idea to use "real" passwords to your
339computer accounts! Doing so may make your system vulnerable to
340unscrupulous Crossfire server administrators.
341
342Your next step will be to generate random (primary) stats for your
343character (to see the stats, you might have to open the B<Stats Window>
344using the button at the top of the screen). You aren't limited to the
345number of times you can roll your stats - so have fun. Notice that the
346stats are always arranged that the B<Str> stat has the highest value, the
347B<Cha> stat has the lowest. You may rearrange the order of these values
348when you decide that you have rolled some decent stats. Two points: you
349can never roll a character with better stats than an average of straight
35015's, and you can't roll higher than 18 in a stat.
351
352When you roll your character, the stats displayed are the stats you will
353get as a human (which are unmodified). When satisfied, you can step
354through a number of races, each with special bonuses in stats.
355
356The manual shows how your basic stats will be changed by choosing a
357different race. The difference between the natural stat limit and 20
358indicates the bonus/penalty assigned to rolled primary stats. For example,
359a troll has a maximum strength which is 5 higher than 20-that means he
360will begin with an additional 5 points added to his strength roll. On the
361other hand, a troll can never get above 15 in intelligence. This means
362that your rolled character will have 5 less in intelligence if you choose
363that race. You should also note that any bonus to an ability can't raise
364the final number above your racial maximum, and no penalty can give you an
365ability score less then one; the lowest it can ever get is one.
366
367=head3 Selecting a class
368
369While each class has its particular strengths and weaknesses, in summary
370its just a fact that some classes are easier to play than others.
371
372For beginning players, the "simple fighter" characters are the easiest
373to play successfully. The B<Dwarf>, B<Human>, and B<Warrior> are among
374good earlier choices. As you gain experience with using Crossfire+ you
375may wish to branch out into other "fighter" characters such as the
376B<Thief> or B<Elf>, or try your hand at playing "spellcaster" characters
377like the B<Wizard>, B<Mage>, B<Cleric> or B<Priest>. The "exotic" races
378(e.g. B<Fireborn>, B<Quetzalcoatl> and B<Wraith>) and the B<Monk> class
379are the hardest classes to master.
380
381One more note: You will probably find any character class that has a low
382natural B<Int> (for example, the B<Barbarian> class) will have a fairly
383difficult time at higher levels. Skills, and most importantly, spells,
384will be more difficult learn. Plan to spend a lot of loot on grimores,
385prayer books and skill scrolls.
386
387=head2 Playing the game
388
389#TODO biggers house, binding keys etc.
390
391=head1 Hints for Beginning Players
392
393I'm done with class selection, now there are three ways to go, where
394should I go? It is a good idea to take the northern path into the
395teleporter leading you to the beginners house. You can learn some basic
396skills there before journeying onward. Once you are there, you will get
397many things explained to you. Make sure you investigate every place in
398that house.
399
400I'm on the starting map, what do I do now? You should be in a city square
401with a few sign posts in the middle. Move over the signs and apply them
402B<spacebar> to read what they say.
403
404For beginners, there are several maps designed for them. Find these areas
405and clear them out. All throughout these levels, a player can find signs
406and books which they can read by stepping onto them and hitting B<space
407bar> to apply the book/sign. These messages will help the player to learn
408the system. Probably the first, best area for a beginning player to start
409out in is "Beginners." This area is a small house located southwest of
410your starting location.
411
412=head2 Flailing about with spells
413
414Some items are perishable. If you shoot a fireball into a room full of
415scrolls, you will notice them going up in smoke! So be careful not to
416destroy valuable items.
417
418=head2 Tips on surviving
419
420Crossfire+ is populated with a wealth of different monsters. These monsters
421can have varying immunities and attacktypes. In addition, some of them can
422be quite a bit smarter than others. It will be important for new players
423to learn the abilities of different monsters and learn just how much it
424will take to kill them.
425
426Most monsters in the game are out to mindlessly kill and destroy the
427players. Killing monsters will help boost a player's score. When fighting
428a large amount of monsters in a single room, attempt to find a narrower
429hallway so that you are not being attacked from all sides. Charging into a
430room full of Beholders would not be wise, instead, open the door and fight
431them one at a time.
432
433More advice can be found in the Survival Guide
434L<http://crossfire.real-time.com/guides/survival_guide/index.html>.
435
436=head2 Priorities for low-level characters
437
438The priority for characters below about 5th level is to gain some basic
439items. In this regard, better armour and better spells are best. Look for
440a quest among the various islands that will allow you to obtain mithril
441mail. Whenever you scrape together ~100-200 platinum pieces go shopping
442for armour and weapons (or spells). If you are a fighter type, try to have
443at least a +2 weapon, +2 helmet, +2 suit of armour, and +2 shield before
444you reach 5th level. For wizards, attempt to recover enough treasure to
445be able to buy up good attack spells. For priests, first thing to do is
446worship a god! Try to get the holy word prayer as soon as possible. Make
447sure your current god allows good potential use of this spell.
448
449For all classes, get access to the detect magic incantation as soon as
450possible. This will allow you to sort through the treasure you find while
451you're in the dungeon, and will save you time and money at the shops.
452
453=head2 Diseases
454
455Diseases are, well, diseases. They can be contageous or not, and can be
456contracted in a number of ways, and they vary greatly in their symptoms
457and dangerousness.
458
459Diseases have "levels". If you contract a disease and recover naturally,
460you're immune to that disease forever, provided the instance of the
461disease is of equal or lower level than your immunity.
462
463For example, you get a case of the flu cast by yourself at level 15. When
464you get over it, you're immune to any flu of level less than 16. When you
465become level 16 and cast the flu again, you are I<not> immune.
466
467Spells such as B<cure disease> or B<restoration> will remove a disease, but
468will not grant immunity.
469
470When cast as a spell, diseases's severity is level dependent. A 30th level
471cold is a I<lot> more severe than a level 2 cold.
472
473Undead are I<never> affected by any disease.
474
475Any priest player who isn't denied the path of wounding may learn and B<cast
476cause> B<cold>, B<flu>, B<typhoid>, B<anthrax> and B<leprosy> spells.
477
478Any priest with a high enough B<Wis> and with a religion that is attuned
479to wounding may learn to B<cast cause> B<smallpox>, B<white death> and
480B<red death> by praying at his altar.
481
482The I<damage> caused each round varies between 0 and the maximum listed
483for a disease. So you can inflict a I<mild> case of ebola, which would
484I<not> kill a monster, or a severe one capable of killing it.
485
486# TODO: disease table needs heavy reformatting
487anthrax, anthrax, Godpower
488arthritis, arthritis, Godpower
489disease_cold, cold, Godpower
490creeping_frost, creeping frost, Cold
491diarrhea, the runs, Physical
492ebola, Red Death, Godpower
493egg_disease, egg disease, Physical
494flaming_fart, flaming farts, Physical
495flu, flu, Godpower
496immolation, immolation, Fire
497incontinence, lack of bladder control, Physical
498insanity, insanity, Confusion
499leprosy, leprosy, Godpower
500bubonic_plague, Black Death, Godpower
501pneumonic_plague, pneumonic plague, Godpower
502rabies, rabies, Godpower + Confusion
503scurvy, scurvy, Physical
504smallpox, smallpox, Godpower
505tapeworms, tapeworms, Physical
506tooth_decay, tooth decay, Physical
507typhoid, typhoid, Godpower
508warts, warts, Physical
509 199
510=head1 Authors 200=head1 Authors
511 201
512Parts of this document were originally compiled, edited, and written by 202Parts of this document were originally compiled, edited, and written by
513Brian Thomas, Klaus Elsbernd, and John W. Klar. Additional information 203Brian Thomas, Klaus Elsbernd, and John W. Klar. Additional information
514compiled by Maciej Kalisiak, Gorlin, Anton Oussik and Gene Alexander. 204compiled by Maciej Kalisiak, Gorlin, Anton Oussik and Gene Alexander.
515 205
516Adapted for use by I<cfplus>, enhanced and corrected by Pippijn van 206Adapted for use by I<Deliantra>, enhanced and corrected by Pippijn van
517Steenhoven, Marc A. Lehmann and Robin Redeker. 207Steenhoven, Marc A. Lehmann and Robin Redeker.
518 208

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines