<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.omega-rl.wiki/index.php?action=history&amp;feed=atom&amp;title=Draft%3AImmobilization</id>
	<title>Draft:Immobilization - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://www.omega-rl.wiki/index.php?action=history&amp;feed=atom&amp;title=Draft%3AImmobilization"/>
	<link rel="alternate" type="text/html" href="https://www.omega-rl.wiki/index.php?title=Draft:Immobilization&amp;action=history"/>
	<updated>2026-09-21T21:30:53Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.9</generator>
	<entry>
		<id>https://www.omega-rl.wiki/index.php?title=Draft:Immobilization&amp;diff=1581&amp;oldid=prev</id>
		<title>OmegaAdmin: 整理恐惧失明禁锢与吸级机制，修正保护规则并连接相关草稿</title>
		<link rel="alternate" type="text/html" href="https://www.omega-rl.wiki/index.php?title=Draft:Immobilization&amp;diff=1581&amp;oldid=prev"/>
		<updated>2026-09-12T12:54:14Z</updated>

		<summary type="html">&lt;p&gt;整理恐惧失明禁锢与吸级机制，修正保护规则并连接相关草稿&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Version box|version=0.90.4}}&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Immobilization&amp;#039;&amp;#039;&amp;#039; prevents ordinary player movement and jumping while leaving many other actions available. It can result from a grappling monster, a trap or hazardous terrain. It is distinct from [[Draft:Sleep|sleep]], which suppresses ordinary local commands, and from a monster losing its ability to move.&amp;lt;ref&amp;gt;{{Source|command2.c|1064|1074}}; {{Source|command2.c|1168|1174}}; {{Source|command3.c|546|562}}; {{Source|time.c|29|38}}; {{Source|mon.c|791|809}}.&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
== Effects ==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Action !! Effect of immobilization&lt;br /&gt;
|-&lt;br /&gt;
| Ordinary walking, locally or in the countryside || Prevented while the count is positive&lt;br /&gt;
|-&lt;br /&gt;
| Jumping, including with jumping boots || Prevented before choosing a destination&lt;br /&gt;
|-&lt;br /&gt;
| City destination movement || Refused while immobilized&lt;br /&gt;
|-&lt;br /&gt;
| Melee, shooting, drinking, reading, casting and using a wand || Immobilization itself does not prohibit them; other states such as fear or sleep can&lt;br /&gt;
|-&lt;br /&gt;
| Teleportation || Can change position without clearing the remaining immobilization count&lt;br /&gt;
|}&lt;br /&gt;
Blocked terrain, another creature, excessive burden and immobilization are separate reasons for movement to fail. Levitation does not override a positive immobilization count, even though it can prevent some terrain effects from applying in the first place.&amp;lt;ref&amp;gt;{{Source|command2.c|1064|1105}}; {{Source|command2.c|1128|1174}}; {{Source|command3.c|546|583}}; {{Source|command3.c|1047|1064}}; {{Source|effect3.c|503|534}}; {{Source|movef.c|9|88}}.&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
One count expires per minute-status update, including when the total exceeds 1000. The duration is not a fixed number of attempted steps: local minutes and extra city/village movement time use minute checks, ten-minute/hourly processing also invokes a minute check, and countryside hourly advances do not simulate sixty intermediate checks.&amp;lt;ref&amp;gt;{{Source|aux2.c|219|224}}; {{Source|time.c|19|23}}; {{Source|aux3.c|11|47}}; {{Source|command2.c|1091|1105}}.&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Sources ==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Source !! Added counts !! Conditions&lt;br /&gt;
|-&lt;br /&gt;
| [[Draft:Bog thing|Bog thing]] grapple || 1 per landed attack || Applied after its physical damage attempt, without a separate level roll or immunity check&lt;br /&gt;
|-&lt;br /&gt;
| Hostile [[Draft:Dragon Lord|Dragon Lord]], adjacent || Initial knockdown adds 2; grabbing or tightening a coil adds 1 || Its stages also deal damage, can skip a player action and can cast spells&lt;br /&gt;
|-&lt;br /&gt;
| Thorny hedge || 1&amp;amp;ndash;5 || One of six hedge results; the Druid patron bypasses the hedge&amp;#039;s ordinary hazards&lt;br /&gt;
|-&lt;br /&gt;
| Rubble || 2 || When random 0&amp;amp;ndash;99 is at least Agility + player level; also causes debris damage&lt;br /&gt;
|-&lt;br /&gt;
| Pit trap || 1 || Unmounted player carrying at least half maximum carrying weight; separate physical damage&lt;br /&gt;
|-&lt;br /&gt;
| Snare trap || Current difficulty || Unmounted player failing the Agility check against random 0&amp;amp;ndash;99&lt;br /&gt;
|-&lt;br /&gt;
| Lava || 2 || The ordinary lava branch, after fire damage and drowning handling; not a guarantee that the victim survives&lt;br /&gt;
|-&lt;br /&gt;
| Contact-cement statue result || 2&amp;amp;ndash;7 || One possible result when striking a statue; the current location limits which statue results can occur&lt;br /&gt;
|}&lt;br /&gt;
Damage prevention does not automatically cancel a subsequent immobilization addition. In particular, the bog thing&amp;#039;s grapple can still add its count when physical immunity or displacement prevents direct damage.&amp;lt;ref&amp;gt;{{Source|minit.h|179}}; {{Source|mmelee.c|8|20}}; {{Source|mmelee.c|118|123}}; {{Source|mspec.c|316|361}}; {{Source|move.c|81|110}}; {{Source|move.c|115|135}}; {{Source|move.c|376|390}}; {{Source|trap.c|71|94}}; {{Source|trap.c|135|147}}; {{Source|site1.c|356|410}}.&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
These terrain results apply only if the player&amp;#039;s terrain handler is reached. Shadow form and levitation can bypass particular terrain effects; mounted movement and explicit activation of the current square change those rules. They do not supply a general grapple immunity. Full monster flight and terrain rules belong to [[Draft:Monster movement|Monster movement]].&amp;lt;ref&amp;gt;{{Source|movef.c|9|88}}; {{Source|mmelee.c|118|123}}.&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Escape and recovery ==&lt;br /&gt;
A working teleport effect relocates the player without testing immobilization. It leaves the count intact, so you may still be unable to walk at the destination until it expires. An otherwise usable spell, wand or scroll can therefore create distance, but simultaneous [[Draft:Fear|fear]] blocks all three ordinary activation routes. [[Draft:Blindness|Blindness]] additionally prevents reading a scroll.&amp;lt;ref&amp;gt;{{Source|effect3.c|503|534}}; {{Source|command2.c|38|49}}; {{Source|command2.c|457|520}}.&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Ordinary healing, curing, cleansing and banishing fear do not directly clear immobilization. Removing an attacker can prevent further additions, but does not refund existing counts. If you can safely wait, the minute-status updates eventually remove them.&amp;lt;ref&amp;gt;{{Source|effect1.c|203|226}}; {{Source|effect3.c|103|137}}; {{Source|effect3.c|770|799}}; {{Source|itemf1.c|569|583}}; {{Source|aux2.c|219|224}}.&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Broader resets have different costs: [[Draft:Rampart Arms|the Arms&amp;#039; week of rest]] clears status counts below 1000, while a village void stone clears all counts and also drains mana and strips carried item magic. Reaching a distant service by walking is not a solution while movement remains blocked.&amp;lt;ref&amp;gt;{{Source|site2.c|109|131}}; {{Source|move.c|1070|1094}}.&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Monsters trapped in a pit or snare instead lose their mobile flag. They do not receive the player&amp;#039;s timed immobilization counter or its automatic minute recovery. Losing ordinary mobility also does not stop an awake monster&amp;#039;s adjacent attacks or other available attack routes.&amp;lt;ref&amp;gt;{{Source|mon.c|12|68}}; {{Source|mon.c|791|827}}.&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Strategy ==&lt;br /&gt;
Use the actions you still have. Kill or disable a grappler, drink a needed remedy, or teleport clear before repeated attacks prolong the trap. Jumping boots and newly acquired levitation do not remove an existing immobilization count.&lt;br /&gt;
&lt;br /&gt;
The bog thing is especially dangerous when fear joins immobilization: its follow-up can inflict 50 unstoppable damage and reduce Strength and Constitution. The Dragon Lord has a separate escalating constriction sequence. In either case, merely reducing the physical damage of the initial hit does not solve the control effect.&amp;lt;ref&amp;gt;{{Source|mspec.c|316|361}}; {{Source|mspec.c|384|404}}.&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Drafts]]&lt;br /&gt;
[[Category:Mechanics]]&lt;br /&gt;
[[Category:Omega 0.90.4]]&lt;/div&gt;</summary>
		<author><name>OmegaAdmin</name></author>
	</entry>
</feed>