Teleport Here: Difference between revisions

From The Blockheads Wiki
>Craig.Davison
mNo edit summary
>McClaw
No edit summary
Line 1: Line 1:
{{Stub}}
{{Stub}}
Teleport Here was introduced in the 1.3 update.
'''Teleport Here''' was introduced in the 1.3 update.


To use teleport here you need to select the portal you want to teleport and then select teleport here. The distance to portal will have and effect on the cost in [[Time Crystal]]s to travel there.
==Using==
[[Category:Tool]]
To use Teleport Here the player need to select the [[portal]] they want to teleport their current [[Blockhead]] to and then select Teleport Here from the portal's menu. The Blockhead will be immediately transferred from wherever they are to in front of the portal. A cloud of "sparks" will surround the Blockhead and quickly disperse.
 
Any in-place portal may be used as the destination; the level and its [[Workbench|origin]] are irrelevant.
 
==Cost==
The distance to portal will have and effect on the cost in [[Time Crystal]]s to travel there. The portal's level or origin does not seem to matter.
 
The number of crystals required depends on the distance between the two points (Blockhead and portal), ranging from 10 if within 409 block widths to 200 if at least 8192 block widths away. The formula for teleportation is clamp(''distanceInBlocks'' * 200 / 8192, 10, 200), where ''distanceInBlocks'' represents the distance in blocks.
 
[[Category:Guide]]

Revision as of 08:42, 29 July 2013

This article is a stub. 
You can help The Blockheads Wiki expanding it.

Teleport Here was introduced in the 1.3 update.

Using

To use Teleport Here the player need to select the portal they want to teleport their current Blockhead to and then select Teleport Here from the portal's menu. The Blockhead will be immediately transferred from wherever they are to in front of the portal. A cloud of "sparks" will surround the Blockhead and quickly disperse.

Any in-place portal may be used as the destination; the level and its origin are irrelevant.

Cost

The distance to portal will have and effect on the cost in Time Crystals to travel there. The portal's level or origin does not seem to matter.

The number of crystals required depends on the distance between the two points (Blockhead and portal), ranging from 10 if within 409 block widths to 200 if at least 8192 block widths away. The formula for teleportation is clamp(distanceInBlocks * 200 / 8192, 10, 200), where distanceInBlocks represents the distance in blocks.