Difference between revisions of "Goblin King"

From NetHackWiki
Jump to navigation Jump to search
(Expand + EvilHack)
Line 1: Line 1:
{{monster
+
The '''Goblin King''', {{monsym|Goblin_King}}, was a monster that previously appeared in ''[[NetHack]]'' and served as the [[Elf (role)|Elf]] [[quest nemesis]]. He guarded the the Bell of Opening and the Elf's [[quest artifact]], [[The Palantir of Westernesse]]. He possessed two weapon attacks and a claw attack that could steal the quest artifact back if you were able to obtain it without killing him.
 +
 
 +
==History==
 +
The Goblin King was introduced in [[NetHack 3.1.0]], and last appeared in [[NetHack 3.2.3]] - he was rendered [[defunct]] along with the Elf role in [[NetHack 3.3.0]], which introduced the ability to choose a starting race, including [[Elf (starting race)|elves]]. The role itself was given a spiritual successor in the [[Ranger]], whose [[Ranger quest|quest branch]] has [[Scorpius]] as the role's nemesis guarding [[The Longbow of Diana|guarding a different quest artifact]].
 +
 
 +
The data for the Goblin King can still be found within monst.c in the code of 3.3.0 and later versions.{{refsrc|src/monst.c|3009|version=NetHack 3.6.6}}
 +
 
 +
==EvilHack==
 +
The Goblin King, {{brightmagenta|o}}, reappears in [[EvilHack]], where he is introduced in version 0.8.0 and serves an entirely different role - he rules over the branch known as [[Goblin Town]], and controls access to [[Mine Town]] and [[Mines' End]], requiring [[you]] to defeat him in order to gain physical access to those locations.
 +
 
 +
===Generation===
 +
The Goblin King is always generated with a [[bone]] [[quarterstaff]].
 +
 
 +
===Strategy===
 +
Despite being a very early encounter, the Goblin King can quickly bring death to those who are unwary or else take him too lightly. A decently-armored and well-equipped player should be able to handle him with care, and [[bow]]-proficient roles can make use of the spare arrows from the various [[arrow trap]]s around the level. Taking on the orcish hordes scattered around the level can also provide a decent source of armor and even the odd wand or two to tip odds in your favor.
 +
 
 +
==Monster stats by variant==
 +
<simpletabs>
 +
NetHack 3.1.0-3.2.3|{{monster
 
  |name=Goblin King
 
  |name=Goblin King
|symbol={{magenta|o}}
 
 
  |difficulty=15
 
  |difficulty=15
 
  |level=15
 
  |level=15
Line 15: Line 32:
 
  |nutr=350
 
  |nutr=350
 
  |size=Medium
 
  |size=Medium
  |resistances=
+
  |resistances=None
  |resistances conveyed=
+
  |resistances conveyed=None
  |attributes={{attributes|The Goblin King|humanoid=1|omnivore=1|nopoly=1|orc=1|hostile=1|strong=1|stalk=1|nasty=1|male=1|greedy=1|jewels=1|collect=1|magic=1|wantsarti=1|infravision=1|infravisible=1}}
+
  |attributes={{attributes|The Goblin King|humanoid=1|omnivore=1|nopoly=1|orc=1|hostile=1|strong=1|stalk=1|nasty=1|male=1|greedy=1|jewels=1|collect=1|magic=1|wantsarti=1|infravision=1|infravisible=1|waitsforu=1}}
 
}}
 
}}
  
The Goblin King was the [[Elf (role)|Elf]] [[quest nemesis]] prior to 3.3.0.
+
|-|
 +
EvilHack|{{ monster
 +
|name=Goblin King
 +
|symbol={{brightmagenta|o}}
 +
|difficulty=10
 +
|level=8
 +
|experience=22
 +
|speed=12
 +
|AC=7
 +
|MR=10
 +
|align=-15
 +
|frequency=Unique
 +
|genocidable=No
 +
|attacks=Weapon 2d6, Weapon 2d6
 +
|resistances conveyed=None
 +
|resistances=poison
 +
|attributes={{attributes|The Goblin King|humanoid=1|omnivore=1|nopoly=1|orc=1|hostile=1|strong=1|stalk=1|nasty=1|male=1|greedy=1|jewels=1|collect=1|magic=1|infravision=1|infravisible=1|waitsforu=1|mh_orc=1}}
 +
|size=Small
 +
|nutr=500
 +
|weight=1500
 +
|reference=[https://github.com/k21971/EvilHack/blob/v0.8.0/src/monst.c#L924 EvilHack 0.8.0 - monst.c, line 924]
 +
}}
  
 +
</simpletabs>
 +
{{noversion}}
 +
<!--{{variant-36x}}-->
 +
[[Category:EvilHack monsters]]
 
[[Category:Defunct features]]
 
[[Category:Defunct features]]

Revision as of 06:18, 4 October 2022

The Goblin King, o, was a monster that previously appeared in NetHack and served as the Elf quest nemesis. He guarded the the Bell of Opening and the Elf's quest artifact, The Palantir of Westernesse. He possessed two weapon attacks and a claw attack that could steal the quest artifact back if you were able to obtain it without killing him.

History

The Goblin King was introduced in NetHack 3.1.0, and last appeared in NetHack 3.2.3 - he was rendered defunct along with the Elf role in NetHack 3.3.0, which introduced the ability to choose a starting race, including elves. The role itself was given a spiritual successor in the Ranger, whose quest branch has Scorpius as the role's nemesis guarding guarding a different quest artifact.

The data for the Goblin King can still be found within monst.c in the code of 3.3.0 and later versions.[1]

EvilHack

The Goblin King, o, reappears in EvilHack, where he is introduced in version 0.8.0 and serves an entirely different role - he rules over the branch known as Goblin Town, and controls access to Mine Town and Mines' End, requiring you to defeat him in order to gain physical access to those locations.

Generation

The Goblin King is always generated with a bone quarterstaff.

Strategy

Despite being a very early encounter, the Goblin King can quickly bring death to those who are unwary or else take him too lightly. A decently-armored and well-equipped player should be able to handle him with care, and bow-proficient roles can make use of the spare arrows from the various arrow traps around the level. Taking on the orcish hordes scattered around the level can also provide a decent source of armor and even the odd wand or two to tip odds in your favor.

Monster stats by variant