| 1 |
=encoding utf-8 |
| 2 |
|
| 3 |
=head1 Glossary |
| 4 |
|
| 5 |
=head2 skill scroll |
| 6 |
|
| 7 |
A B<skill scroll> L<$ARCH/scrollr.x11> is a special |
| 8 |
scroll that, when successfully read, teaches you the basics of a given |
| 9 |
L<Skill|pod/skill_help>. Wether you successfully read and learn the skill |
| 10 |
depends on your L<intelligence|stat_Int>. |
| 11 |
|
| 12 |
=head2 range slot |
| 13 |
|
| 14 |
Your character has different "weapon/item" slots, one of which is the |
| 15 |
ranged slot. It can contain a spell, a L<skill|pod/skill_help> or a |
| 16 |
ranged weapon. It will be used whenever you invoke your ranged attack |
| 17 |
(usually B<Shift+direction>). |
| 18 |
|
| 19 |
=head2 primary statistics |
| 20 |
|
| 21 |
These are the 7 main stats: L<Strength|stat_Str>, L<Dexterity|stat_Dex>, |
| 22 |
L<Constitution|stat_Con>, L<Intelligence|stat_Int>, L<Wisdom|stat_Wis>, |
| 23 |
L<Charisma|stat_Cha>. |
| 24 |
|
| 25 |
=head2 secondary statistics |
| 26 |
|
| 27 |
There are 6 secondary statistics: |
| 28 |
L<Weapon Class|stat_Wc> (Wc), |
| 29 |
L<Armor Class|stat_Ac> (Ac), |
| 30 |
L<Damage|stat_Dam> (Dam), |
| 31 |
L<Armor|stat_Arm> (Arm), |
| 32 |
L<Speed|stat_Spd> (Spd), |
| 33 |
and |
| 34 |
L<Weapon Speed|stat_WSp> (WSp). |
| 35 |
|
| 36 |
=head2 space |
| 37 |
|
| 38 |
A B<mapspace> is a square part of the world, that is just large enough to |
| 39 |
hold your character or a small monster. |
| 40 |
|