Cobweb/ja: Difference between revisions

From Minecraft Parkour Wiki
Content added Content deleted
(Created page with "クモの巣は中を通ると減速する特殊ブロックである。")
No edit summary
Line 1: Line 1:
<languages/>
<languages/>
クモの巣は中を通ると減速る特殊ブロックである。
クモの巣は中を通ると減速効果を受ける特殊ブロックである。
<br />[[File:Cobweb Bounds.png|thumb|345x345px|プレイヤーは自身のバウンディングボックスがオレンジの範囲と0.001mより長く重なると効果を受ける]]
Cobwebs are '''intangible''' in the sense that the player can move through: クモの巣には [[Special:MyLanguage/Blocks|当たり判定]]がない。


しかしクモの巣には1マスより'''0.001b'''小さい「効果範囲」がある。プレイヤーのバウンディングボックスがこの効果範囲と重なると、速度が0になり、移動が阻害される。
<div lang="en" dir="ltr" class="mw-content-ltr">
But cobwebs do have an "effect box" that is '''0.001b''' smaller than a full block. If the player's bounding box intersects with this effect box, their velocity will be set to 0 and their movement will be hindered.
</div>





Revision as of 11:37, 12 May 2022

Other languages:

クモの巣は中を通ると減速効果を受ける特殊ブロックである。


プレイヤーは自身のバウンディングボックスがオレンジの範囲と0.001mより長く重なると効果を受ける

Cobwebs are intangible in the sense that the player can move through: クモの巣には 当たり判定がない。

しかしクモの巣には1マスより0.001b小さい「効果範囲」がある。プレイヤーのバウンディングボックスがこの効果範囲と重なると、速度が0になり、移動が阻害される。


In particular, the player is able to stand next to a cobweb if they are at most 0.001m away from the edge.

In that case, the player is able to move normally while "touching" the cobweb's borders.




動きへの影響



Vertical Movement:

Vertical speed is slowed down by a factor of 20, and is reset on every tick.

Jumping is severely limited, and reaches just 0.021m[1] in height.

The player will then immediately start falling at a constant speed of -0.00392 m/t[2].


Horizontal Movement:

Horizontal speed is slowed down by a factor of 4, and is reset on every tick.

This means the player will move at a constant speed of 0.03185 m/t when sprinting on ground, or 0.00637 m/t while airborne[3].

Or, respectively with 45° Strafe, 0.0325 m/t when sprinting on ground, and 0.0065 m/t while airborne[4].


Calculations:

  1. 0.42 / 20
  2. (-0.08*0.98) / 20
  3. (0.098 * 1.3 * 0.2) / 4
  4. (0.1 * 1.3 * 0.2) / 4