pauper legacy

Give a different introduction (the "legacy" text) when starting play
as a pauper.
This commit is contained in:
PatR
2024-09-20 22:19:59 -07:00
parent 7787d83f50
commit 9a0fc62127
2 changed files with 25 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
-- NetHack quest.lua $NHDT-Date: 1652196288 2022/05/10 15:24:48 $ $NHDT-Branch: NetHack-3.7 $:$NHDT-Revision: 1.7 $
-- NetHack quest.lua $NHDT-Date: 1726894904 2024/09/21 05:01:44 $ $NHDT-Branch: NetHack-3.7 $:$NHDT-Revision: 1.10 $
-- Copyright (c) 2021 by Pasi Kallinen
-- NetHack may be freely redistributed. See license for details.
-- TODO:
@@ -153,6 +153,28 @@ to recover the Amulet for your deity, or die in the
attempt. Your hour of destiny has come. For the sake
of us all: Go bravely with %d!]],
},
-- starting with 'pauper' option set, last paragraph differs from normal legacy
pauper_legacy = {
synopsis = "[%dC has chosen you to recover the Amulet of Yendor for %dI.]",
output = "menu",
text = [[It is written in the Book of %d:
After the Creation, the cruel god Moloch rebelled
against the authority of Marduk the Creator.
Moloch stole from Marduk the most powerful of all
the artifacts of the gods, the Amulet of Yendor,
and he hid it in the dark cavities of Gehennom, the
Under World, where he now lurks, and bides his time.
Your %G %d seeks to possess the Amulet, and with it
to gain deserved ascendance over the other gods.
You, an untrained %r, have been unable to adequately
prepare to be the instrument of %d. Nevertheless, you
are destined to recover the Amulet for your deity, or die
in the attempt. Your hour of destiny has come. For the
sake of us all: Go bravely with %d!]],
},
quest_complete_no_bell = {
text = [["The silver bell which was hoarded by %n will be
essential in locating the Amulet of Yendor."]],