Unlock your quest by killing your quest leader
Allow killing your quest leader, just to make games winnable if you converted before doing the quest. Boost the quest leaders and give them some equipment. King Arthur gets Excalibur. Killing quest leader gives really bad luck and makes your god angry at you, and killing quest guardians gives smaller penalties. This is based on both the EvilHack implementation by k21971 <keith.simpson1971@gmail.com>, and xNetHack implementation by copperwater <aosdict@gmail.com>.
This commit is contained in:
@@ -61,7 +61,10 @@ des.door("closed",15,10)
|
||||
des.door("locked",19,10)
|
||||
des.door("locked",20,10)
|
||||
-- Neferet the Green, the quest leader
|
||||
des.monster("Neferet the Green", 23, 05)
|
||||
des.monster({ id = "Neferet the Green", coord = {23, 05}, inventory = function()
|
||||
des.object({ id = "elven cloak", spe = 5 });
|
||||
des.object({ id = "quarterstaff", spe = 5 });
|
||||
end })
|
||||
-- The treasure of the quest leader
|
||||
des.object("chest", 24, 05)
|
||||
-- apprentice guards for the audience chamber
|
||||
|
||||
Reference in New Issue
Block a user