1
0
mirror of https://github.com/PDP-10/stacken.git synced 2026-01-14 07:30:05 +00:00
Lars Brinkhoff 6e18f5ebef Extract files from tape images.
Some tapes could not be extracted.
2021-01-29 10:47:33 +01:00

21 lines
1016 B
Plaintext
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

There are 6 spells available, SUMMON, FORCE, WHERE, CHANGE, SLEEP and WISH.
Anyone may attempt to cast any number of them, with the chance of success based
on some percentage times their level of experience (novice=1 to witch/wizard=
10). If the spell works, you will be told, otherwise you'll get a failure
message, possibly hinting at what magical item would let you do it every time.
Furthermore, the power of the magic might put you to sleep.
SUMMON <name> 2% Make <name> drop everything and teleport to
where you are.
FORCE <name> TO <command> 2% Make <name> do the <command> .
WHERE <item> 3% Give an accurate description of where the
<item> is, and who's carrying it.
WHERE <name> 3% As above but tells you where the player is
CHANGE <name> 5% Makes <name>'s sex change...
SLEEP <name> 6% Puts <name> to sleep (like FORCE <name> TO
SLEEP) .
WISH , <message> 10% Make the request <message> of the Powers
That Be.
NB: Legends and above can WHERE with 100% chance.