Difference between revisions of "Web"

From NetHackWiki
Jump to navigation Jump to search
m (Generation: pothole, cap)
(Generation: better to have this here actually)
Line 12: Line 12:
 
{{frac|3}} of [[giant spider]]s generated on level creation (or all of them, if you have the [[Amulet of Yendor]]) are placed on a web, and every web independently placed on level creation is generated with a giant spider atop it.{{refsrc|src/mklev.c|810|nethack=3.6.7}}{{refsrc|src/mklev.c|1392|nethack=3.6.7}}
 
{{frac|3}} of [[giant spider]]s generated on level creation (or all of them, if you have the [[Amulet of Yendor]]) are placed on a web, and every web independently placed on level creation is generated with a giant spider atop it.{{refsrc|src/mklev.c|810|nethack=3.6.7}}{{refsrc|src/mklev.c|1392|nethack=3.6.7}}
  
You can produce webs with the [[Monster (command)|#monster]] command if you are a [[spider]]. All web-related messages reflect whether things are happening to "your web" or "a spider web".
+
You can produce webs with the [[Monster (command)|#monster]] command if you are a [[spider]]. Spinning a web this way on a square with a [[pit]], [[spiked pit]], [[hole]], [[trap door]], or [[rolling boulder trap]] will instead remove the trap; spinning a web while being [[digest]]ed will cause the digesting monster to spit you out. All web-related messages will reflect whether things are happening to "your web" or "a spider web".
  
 
{{upcoming|NetHack 3.7.0|Webs created manually in a special level or [[themed room]] do not necessarily generate spiders; the level designer can pass a special flag that suppresses this behavior. In particular, the "spider nest" themed room won't generate spiders above a certain depth.}}
 
{{upcoming|NetHack 3.7.0|Webs created manually in a special level or [[themed room]] do not necessarily generate spiders; the level designer can pass a special flag that suppresses this behavior. In particular, the "spider nest" themed room won't generate spiders above a certain depth.}}

Revision as of 18:26, 22 June 2023

" web Web.png
Generates level 7+ and with giant spiders
Effect Prevents movement

A spider web is a type of non-magical trap that appears in NetHack. It is the only trap to use a double quotation mark glyph (") rather than a caret (^).

Generation

13 of giant spiders generated on level creation (or all of them, if you have the Amulet of Yendor) are placed on a web, and every web independently placed on level creation is generated with a giant spider atop it.[1][2]

You can produce webs with the #monster command if you are a spider. Spinning a web this way on a square with a pit, spiked pit, hole, trap door, or rolling boulder trap will instead remove the trap; spinning a web while being digested will cause the digesting monster to spit you out. All web-related messages will reflect whether things are happening to "your web" or "a spider web".

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

Webs created manually in a special level or themed room do not necessarily generate spiders; the level designer can pass a special flag that suppresses this behavior. In particular, the "spider nest" themed room won't generate spiders above a certain depth.

Description

When stepping into a web, you will be unable to escape it for 0–12 turns, depending on your strength:

Min Strength Max Strength Min turns stuck Max turns stuck
0 3 6 11
4 5 6 9
6 8 4 7
9 11 4 5
12 14 2 3
15 17 1 2
18 18/49 1 1
18/50 25 0 0

If your strength was high enough to escape in 0 turns, then the web is destroyed.[3] If you are wielding Sting, you will always escape in 1 turn, leaving the web intact.[4]

On monsters

A monster that walks into a web and does not destroy it will end up trapped for several turns. Acidic monsters will dissolve webs they step into, and fiery monsters (e.g. fire elementals, flaming spheres, salamanders) will burn them away.[5] Spiders, amoeboid monsters, and whirly monsters may move into webs without becoming stuck.[6]

Titanotheres, balucitheria, purple worms, jabberwocks, iron golems, balrogs, krakens, and mastodons will tear through webs on the same turn they walk into them, destroying the web.[7] Orion, The Norn, Lord Surtur and the Cyclops can also tear through webs.

The above effects also apply to players polymorphed into such forms, if applicable.

Removal

While it is possible to untrap a web or remove a monster from a web it is stuck in, this risks trapping you and spreading the web unless you are polymorphed into a spider or other 'safe' monster form.[8][9]

Walk in with greater than 18/50 strength, or burn away with a wand of fire. If you fail to #untrap a monster that is in a web, you will become stuck in a second web that is created at your current position. You can fill up the entire dungeon with webs in this way, if you so choose.

A user has suggested improving this page or section as follows:

"Elaborate on manual untrapping."

History

Webs were added in NetHack 1.3d.

Messages

You take a walk on your web.
You are a spider, and walked on a web made by you without being stuck.
There is a spider web here.
As above, but you did not make the web.
You stumble into <a/your> spider web!
You got stuck in a web. If you made the web, it's described as "your" web.
You float into <a/your> spider web!
As above, but you were levitating.
You lead <steed> into <a/your> spider web!
You were riding and your steed got stuck to a web.
You tear through <a/your> web!
Your strength was high enough to escape the web in 0 turns, the web was destroyed.
You hear the roaring of a confused bear!
A bugbear or owlbear got stuck in a web outside your sight.
<monster> is caught in <a/your> spider web.
A monster got stuck in a web.
<monster> tears through <a/your> spider web!
A monster escaped a web in 0 turns, the web was destroyed.
<monster> avoids <a/your> spider web!
A monster avoided getting stuck.
Sting cuts through the web!
You were wielding Sting and escaped without destroying the web.
You float up slightly, but you are still stuck in the web.
You started levitating while trapped in a web.
The webbing sticks to you. You're caught too!
You failed to untrap the web, and got stuck.
You succeed in removing <a/your> web.
You removed a web.[10]

Encyclopedia entry

Oh what a tangled web we weave,
When first we practise to deceive!

[ Marmion, by Sir Walter Scott ]

References