mirror of
https://github.com/PDP-10/stacken.git
synced 2026-01-14 07:30:05 +00:00
21 lines
1016 B
Plaintext
21 lines
1016 B
Plaintext
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.
|
||
|