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

From NetHackWiki
Jump to navigation Jump to search
(de-SLEX)
(lede, upcoming)
 
(13 intermediate revisions by 2 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 of various ranks. While they are each not very difficult to eliminate on their own, their numbers are quite intimidating, and they can block your path long enough for more dangerous monsters to catch up with you.
+
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}}
  
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.
+
===Generation===
 +
Keystone Kops are not randomly generated, and normally-created Kops are always generated hostile.
  
Unlike other [[human (monster attribute)|humans]], the Keystone Kop is a valid [[polymorph|polyform]], and they also respect Elbereth (but only when occupied by the [[player]]); although their symbol is {{monclasssym|K}}, they are considered human for all other purposes, including [[sacrificing]].
+
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.  
  
==Generation==
+
The [[Tourist quest]] goal level generates several Kops in a "police station" on the western half of the level at level creation.
Kops are not randomly generated, and normally only appear when you overtly steal 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. Each swarm consists of a number of ordinary Kops equal to the dungeon level plus [[d notation|d5]], {{frac|3}}+1 that many sergeants, {{frac|6}} that many lieutenants, and {{frac|12}} that many kaptains, rounded down in all cases. If the [[shopkeeper]] is pacified by any means, any remaining Kops are removed from the level, along with their inventories, including anything they may have picked up.
 
  
The [[Tourist quest]] goal level generates several Kops in a "police station" in the left half of the level.
+
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.
  
Each Kop has a {{frac|3}} chance to receive a [[club]] or [[rubber hose]] (with equal probability) and a {{frac|4}} chance to receive 3 to 4 [[cream pie]]s. Kops never generate with an [[offensive item]], [[defensive item]], [[miscellaneous item]], or [[gold]], and never leave [[death drop]]s.
+
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 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.
  
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.
+
{{upcoming|3.7.0|As of {{commit|200cc21fb3a31452c4448fa835ca595fcabfc488}}, shopkeepers can break boulders blocking their path, though they can only break one every several turns.}}
  
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.
+
==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.
  
 
==Origin==
 
==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.
+
{{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==
 
==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.
  
===Convict patch===
+
===UnNetHack===
In the [[Convict]] patch, and variants that integrate it, the [[Convict quest]] locate level has some Kops.
+
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.
  
===UnNetHack===
+
===dNetHack===
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. In addition, the Kops can no longer be genocided.
+
In [[dNetHack]], the Keystone Kops are replaced by the [[Keter Sephiroth]], based on the Inevitables from 3rd edition ''[[Dungeons & Dragons]]''.
  
 
===SpliceHack===
 
===SpliceHack===
{{monster
+
[[SpliceHack]] adds one new Kop to the monster class:
|name=Korrupt Kop
+
 
|symbol={{cyan|K}}
+
* {{blue|K}} [[Korrupt Kop]]
|difficulty=5
 
|level=3
 
|experience=33
 
|speed=10
 
|AC=10
 
|MR=20
 
|align=11
 
|frequency=1
 
|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=[https://github.com/NullCGT/SpliceHack/blob/Spl-R-1.1.0/src/monst.c#L2562 SpliceHack 1.1.0 L2562]
 
}}
 
[[SpliceHack]] adds a new Kop, the Korrupt Kop. It is exactly like the Kop Lieutenant, except that it can sometimes be randomly generated.
 
  
 
==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 178: Line 85:
 
==References==
 
==References==
 
<references />
 
<references />
 
+
{{nethack-367}}
{{nethack-360}}
 
[[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