Difference between revisions of "Keystone Kop (monster class)"

From NetHackWiki
Jump to navigation Jump to search
m (Wikipedia has an article about [the] Keystone Cops.)
(lede, upcoming)
 
(21 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{wikipedia|Keystone Cops}}
+
{{otheruses||the monster|Keystone Kop}}
The {{monclasssym|K}} '''Keystone Kop''' [[monster class]] comprises human law enforcers that are summoned whenever you steal from a [[shop]], such as by [[teleport]]ing out of the shop or digging downwards. They attack you by throwing [[cream pie]]s and beat you up with [[club]]s and [[rubber hose]]s they [[Monster starting inventory|bring with them]]. While they are not very difficult to eliminate, one by one, there are a lot of them, and their numbers are quite intimidating. Fortunately, they will vanish as soon as you pay or [[pacify]] the [[shopkeeper]], together with anything they pick up. Watch your missile weapons.
+
The '''Keystone Kop''' is a [[monster class]] that appears in ''[[NetHack]]'', and is represented by an uppercase [[K]] glyph ({{white|K}}). Keystone Kops are designated internally by the macro <code>'''S_KOP'''</code>.{{refsrc|include/monsym.h|51|version=NetHack 3.6.7}}
 +
 
 +
The monster class contains the following monsters:{{refsrc|src/monst.c|1483|version=NetHack 3.6.7}}
 +
 
 +
* {{monsymlink|Keystone Kop}}
 +
* {{monsymlink|Kop Sergeant}}
 +
* {{monsymlink|Kop Lieutenant}}
 +
* {{monsymlink|Kop Kaptain}}
 +
 
 +
==Common traits==
 +
The Keystone Kops are all [[male]] [[human (monster attribute)|humans]] that can be seen via [[infravision]] - all of them pick up items and have a tendency to wander, and are [[strong]] except for the basic Kop. Unlike most other human monsters, Keystone Kops are [[inediate]], respect [[Elbereth]] and do not use the {{white|@}} glyph.{{refsrc|src/monmove.c|175|nethack=3.6.7|comment=<code>onscary</code> checks for <code>[[S_HUMAN]]</code> rather than the "human" monster attribute}}
 +
 
 +
===Generation===
 +
Keystone Kops are not randomly generated, and normally-created Kops are always generated hostile.
 +
 
 +
Keystone Kops only appear if you have overtly stolen items from a [[shop]]: if you step outside but remain near the shop, one swarm is created around you; if you [[teleport]] a long distance away or leave the level, one swarm is created around the shopkeeper and another around the down stairs. If that [[shopkeeper]] is pacified, any live Kops vanish from the level along with their inventory, including any items they pick up. Each swarm of Kops consists of DL + [[d notation|d5]] ordinary Kops, as well as {{frac|3}} + 1 as many Kop Sergeants, {{frac|6}} as many Kop Lieutenants, and {{frac|12}} as many Kop Kaptains, rounded down in all cases.
 +
 
 +
The [[Tourist quest]] goal level generates several Kops in a "police station" on the western half of the level at level creation.
  
There are four kinds of Kops: {{sa|Keystone Kop}}s, {{sa|Kop Sergeant}}s, {{sa|Kop Lieutenant}}s and {{sa|Kop Kaptain}}s. Keystone Kops will not become extinct after 120 of each kind have been created,{{reffunc|makemon.c|propagate|comment=this function never marks non-randomly-generated (<code>G_NOGEN</code>) monsters such as Kops as extinct}} though they are genocidable.
+
Each Kop has a {{frac|3}} chance of [[Monster starting inventory|generating with]] either a [[club]] or [[rubber hose]] with an equal probability of each, and a {{frac|4}} chance of generating with 3 to 4 [[cream pie]]s.{{refsrc|src/makemon.c|389|nethack=3.6.7}} Kops never generate with an [[offensive item]], [[defensive item]], [[miscellaneous item]], or [[gold]], and never leave [[death drop]]s.
  
Although their symbol is {{monclasssym|K}}, they are considered [[human (monster attribute)|human]] for all other purposes, including [[sacrificing]]. They do, however, respect [[Elbereth]], but only when occupied by the [[player]].
+
Keystone Kops are all valid forms for [[polymorph]], which is generally one of the few means to encounter any of them outside of shop theft. They are also valid targets for [[genocide]], but cannot be rendered [[extinct]].{{refsrc|src/makemon.c|924|nethack=3.6.7|comment=<code>propagate</code> function never marks <code>G_NOGEN</code> monsters as extinct}}
  
==Keystone Kop==
 
{{monster
 
|name=Keystone Kop
 
|difficulty=3
 
|level=1
 
|experience=13
 
|speed=6
 
|AC=10
 
|MR=10
 
|align=9
 
|frequency=0
 
|genocidable=Yes
 
|attacks=Weapon 1d4
 
|weight=1450
 
|nutr=200
 
|size=Medium
 
|resistances=None
 
|resistances conveyed=None
 
|attributes={{attributes|A Keystone Kop|nogen=1|lgroup=1|humanoid=1|human=1|wander=1|hostile=1|male=1|collect=1|infravisible=1}}
 
|reference=[[monst.c#line1598]]
 
}}
 
{{clear}}
 
==Kop Sergeant==
 
{{monster
 
|name=Kop Sergeant
 
|difficulty=4
 
|level=2
 
|experience=22
 
|speed=8
 
|AC=10
 
|MR=10
 
|align=10
 
|frequency=0
 
|genocidable=Yes
 
|attacks=Weapon 1d6
 
|weight=1450
 
|nutr=200
 
|size=Medium
 
|resistances=None
 
|resistances conveyed=None
 
|attributes={{attributes|A Kop Sergeant|nogen=1|sgroup=1|humanoid=1|human=1|wander=1|hostile=1|strong=1|male=1|collect=1|infravisible=1}}
 
|reference=[[monst.c#line1605]]
 
}}
 
{{clear}}
 
==Kop Lieutenant==
 
{{monster
 
|name=Kop Lieutenant
 
|difficulty=5
 
|level=3
 
|experience=33
 
|speed=10
 
|AC=10
 
|MR=20
 
|align=11
 
|frequency=0
 
|genocidable=Yes
 
|attacks=Weapon 1d8
 
|weight=1450
 
|nutr=200
 
|size=Medium
 
|resistances=None
 
|resistances conveyed=None
 
|attributes={{attributes|A Kop Lieutenant|nogen=1|humanoid=1|human=1|wander=1|hostile=1|strong=1|male=1|collect=1|infravisible=1}}
 
|reference=[[monst.c#line1612]]
 
}}
 
{{clear}}
 
==Kop Kaptain==
 
{{monster
 
|name=Kop Kaptain
 
|difficulty=6
 
|level=4
 
|experience=46
 
|speed=12
 
|AC=10
 
|MR=20
 
|align=12
 
|frequency=0
 
|genocidable=Yes
 
|attacks=Weapon 2d6
 
|weight=1450
 
|nutr=200
 
|size=Medium
 
|resistances=None
 
|resistances conveyed=None
 
|attributes={{attributes|A Kop Kaptain|nogen=1|humanoid=1|human=1|wander=1|hostile=1|strong=1|male=1|collect=1|infravisible=1}}
 
|reference=[[monst.c#line1619]]
 
}}
 
{{clear}}
 
 
==Strategy==
 
==Strategy==
The Kops are a very good source of experience and [[cream pie]]s.
+
While Keystone Kops are individually not very difficult to eliminate, their numbers are quite intimidating, and they can block your path long enough for more dangerous monsters (such as the angered shopkeeper) to catch up with you. For daring players, the Kops are a very good source of experience and cream pies, and even rubber hoses should you desire one.
  
One minor strategy with shopkeepers is to steal a gold piece from the shop and leave for a distant corner of the dungeon; this will summon a slew of Kops and their equipment, followed by the shopkeeper. After slaughtering the Kops, pay or [[charm monster|pacify]] the shopkeeper.  Note that Kops that evaporate in this way don't leave death drops. Warning! If you angered him by something else than stealing, it will take at least 1000 gold to pacify him; make sure you have that much cash.
+
One strategy to generate Kops is to steal a single gold piece from the shop and leave for a distant corner of the dungeon - this will summon a slew of Kops that you can kill, after which you can pay off the shopkeeper or pacify them through other means; make sure that no Kops make off with any of your loose projectiles or equipment. Another option if you do not want to face an angry shopkeeper is to push a boulder onto the doorway of the shop before you steal.
  
Another option, if you are strong enough to deal with a mass of Kops but do not want to face an angry shopkeeper, is to push a boulder onto the doorway of the shop before you steal.
+
{{upcoming|3.7.0|As of {{commit|200cc21fb3a31452c4448fa835ca595fcabfc488}}, shopkeepers can break boulders blocking their path, though they can only break one every several turns.}}
  
 +
==History==
 +
The Keystone Kop first appears in [[NetHack 1.3d]] - from this version to [[NetHack 2.3e]], they appear in place of the kobold if the KOPS [[compile-time option]] was defined, and use the {{white|K}} glyph. In [[NetHack 3.0.0]], the Keystone Kops' higher ranks are introduced, and the monsters retain the {{white|K}} glyph, though they remain a compile-time option.
  
==UnNetHack==
+
==Origin==
In [[UnNetHack]], when a Kop is killed, there is a 1/5 chance that another is summoned near the stairs and a 1/5 chance that one appears on a random part of the level. The other 3/5 of the time, they simply die. In addition, the Kops can no longer be genocided (not that anyone ever did this).
+
{{wikipedia|Keystone Cops}}
 +
The [[wikipedia:Keystone Cops|Keystone Cops]] are an incompetent bunch of policemen featured in a series of films from 1912 to 1917.
 +
 
 +
==Variants==
 +
In variants that incorporate the [[Convict]] role, the locate level of the [[Convict quest]] generates four Keystone Kops, two Kop Sergeants, two Kop Lieutenants, and a Kop Kaptain at level creation.
 +
 
 +
===UnNetHack===
 +
In [[UnNetHack]], when a Kop is killed, there is a {{frac|5}} chance that another is summoned near the stairs, and a separate {{frac|5}} chance that one appears on a random part of the level. In addition, the Kops can no longer be genocided.
 +
 
 +
===dNetHack===
 +
In [[dNetHack]], the Keystone Kops are replaced by the [[Keter Sephiroth]], based on the Inevitables from 3rd edition ''[[Dungeons & Dragons]]''.
  
==Slash'EM Extended==
+
===SpliceHack===
In [[Slash'EM Extended]], shoplifting will generate higher-level Kops with a higher chance, and the player character's level isn't taken into account any more. In addition to swarms of Kops, the shopkeeper will also summon [[soldier]]s and hostile [[watchmen]] from thin air. On rare occasions, an [[arch-lich]] is summoned as well, making shoplifting much more dangerous for low-level characters.
+
[[SpliceHack]] adds one new Kop to the monster class:
  
Additionally, like in UnNetHack, killing a Kop will sometimes make it reappear on the current dungeon level, or sometimes it will cause the spawn of any random K-class monster instead. Kops do not disappear after pacifying the shopkeeper. Also, killing a shopkeeper or vault guard will surround the player character with a bunch of random K, regardless of who actually killed the NPC.
+
* {{blue|K}} [[Korrupt Kop]]
  
 
==Encyclopedia entry==
 
==Encyclopedia entry==
 
 
{{encyclopedia|
 
{{encyclopedia|
 
The Kops are a brilliant concept.  To take a gaggle of inept
 
The Kops are a brilliant concept.  To take a gaggle of inept
Line 142: Line 82:
 
|[ Silent Stars, by Jeanine Basinger ]
 
|[ Silent Stars, by Jeanine Basinger ]
 
}}
 
}}
 
==Origin==
 
NetHack's Kops got their name from the [[wikipedia:Keystone Cops|Keystone Cops]], an incompetent bunch of policemen featured in a series of films from 1912 to 1917.
 
 
  
 
==References==
 
==References==
 
<references />
 
<references />
 
+
{{nethack-367}}
{{nethack-343}}
 
[[Category:Monsters]]
 
 
[[Category:Monster classes]]
 
[[Category:Monster classes]]

Latest revision as of 14:28, 2 January 2024

For the monster, see Keystone Kop.

The Keystone Kop is a monster class that appears in NetHack, and is represented by an uppercase K glyph (K). Keystone Kops are designated internally by the macro S_KOP.[1]

The monster class contains the following monsters:[2]

Common traits

The Keystone Kops are all male humans that can be seen via infravision - all of them pick up items and have a tendency to wander, and are strong except for the basic Kop. Unlike most other human monsters, Keystone Kops are inediate, respect Elbereth and do not use the @ glyph.[3]

Generation

Keystone Kops are not randomly generated, and normally-created Kops are always generated hostile.

Keystone Kops only appear if you have overtly stolen items from a shop: if you step outside but remain near the shop, one swarm is created around you; if you teleport a long distance away or leave the level, one swarm is created around the shopkeeper and another around the down stairs. If that shopkeeper is pacified, any live Kops vanish from the level along with their inventory, including any items they pick up. Each swarm of Kops consists of DL + d5 ordinary Kops, as well as 13 + 1 as many Kop Sergeants, 16 as many Kop Lieutenants, and 112 as many Kop Kaptains, rounded down in all cases.

The Tourist quest goal level generates several Kops in a "police station" on the western half of the level at level creation.

Each Kop has a 13 chance of generating with either a club or rubber hose with an equal probability of each, and a 14 chance of generating with 3 to 4 cream pies.[4] Kops never generate with an offensive item, defensive item, miscellaneous item, or gold, and never leave death drops.

Keystone Kops are all valid forms for polymorph, which is generally one of the few means to encounter any of them outside of shop theft. They are also valid targets for genocide, but cannot be rendered extinct.[5]

Strategy

While Keystone Kops are individually not very difficult to eliminate, their numbers are quite intimidating, and they can block your path long enough for more dangerous monsters (such as the angered shopkeeper) to catch up with you. For daring players, the Kops are a very good source of experience and cream pies, and even rubber hoses should you desire one.

One strategy to generate Kops is to steal a single gold piece from the shop and leave for a distant corner of the dungeon - this will summon a slew of Kops that you can kill, after which you can pay off the shopkeeper or pacify them through other means; make sure that no Kops make off with any of your loose projectiles or equipment. Another option if you do not want to face an angry shopkeeper is to push a boulder onto the doorway of the shop before you steal.

The following information pertains to an upcoming version (3.7.0). If this version is now released, please verify that it is still accurate, then update the page to incorporate this information.

As of commit 200cc21f, shopkeepers can break boulders blocking their path, though they can only break one every several turns.

History

The Keystone Kop first appears in NetHack 1.3d - from this version to NetHack 2.3e, they appear in place of the kobold if the KOPS compile-time option was defined, and use the K glyph. In NetHack 3.0.0, the Keystone Kops' higher ranks are introduced, and the monsters retain the K glyph, though they remain a compile-time option.

Origin

The Keystone Cops are an incompetent bunch of policemen featured in a series of films from 1912 to 1917.

Variants

In variants that incorporate the Convict role, the locate level of the Convict quest generates four Keystone Kops, two Kop Sergeants, two Kop Lieutenants, and a Kop Kaptain at level creation.

UnNetHack

In UnNetHack, when a Kop is killed, there is a 15 chance that another is summoned near the stairs, and a separate 15 chance that one appears on a random part of the level. In addition, the Kops can no longer be genocided.

dNetHack

In dNetHack, the Keystone Kops are replaced by the Keter Sephiroth, based on the Inevitables from 3rd edition Dungeons & Dragons.

SpliceHack

SpliceHack adds one new Kop to the monster class:

Encyclopedia entry

The Kops are a brilliant concept. To take a gaggle of inept
policemen and display them over and over again in a series of
riotously funny physical punishments plays equally well to the
peanut gallery and the expensive box seats. People hate cops.
Even people who have never had anything to do with cops hate
them. Of course, we count on them to keep order and to protect
us when we need protecting, and we love them on television shows
in which they have nerves of steel and hearts of gold, but in
the abstract, as a nation, collectively we hate them. They are
too much like high school principals. We're very happy to see
their pants fall down, and they look good to us with pie on
their faces. The Keystone Kops turn up--and they get punished
for it, as they crash into each other, fall down, and suffer
indignity after indignity. Here is pure movie satisfaction.

The Kops are very skillfully presented. The comic originality
and timing in one of their chase scenes requires imagination
to think up, talent to execute, understanding of the medium,
and, of course, raw courage to perform. The Kops are madmen
presented as incompetents, and they're madmen rushing around
in modern machines. What's more, the machines they were operating
in their routines were newly invented and not yet experienced
by the average moviegoer. (In the early days of automobiles,
it was reported that there were only two cars registered in all
of Kansas City, and they ran into each other. There is both
poetry and philosophy in this fact, but most of all, there is
humor. Sennett got the humor.)

[ Silent Stars, by Jeanine Basinger ]

References