Teleport Here: Difference between revisions

From The Blockheads Wiki
>Abcboy
mNo edit summary
>Loyoloy402
 
(4 intermediate revisions by one other user not shown)
Line 1: Line 1:
{{Stub}}
{{Stub}}
[[File:Teleport Here Icon.png|thumb|Icon]]
[[File:Teleport Here Icon.png|thumb|40px|Icon]]
'''Teleport Here''' was introduced in the 1.3 update.
[[File:Teleport Here HD Icon.png|thumb|40px|HD Icon]]
'''Teleport Here''' was introduced in [[Game updates/20130625|version 1.3]]. It is used for instantaneously moving a blockhead from one place to another.


==Using==
==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.
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.
Any in-place portal may be used as the destination; the level and its [[Workbench|origin]] are irrelevant.
Line 11: Line 12:
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 affect the 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 affect the cost.


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.  
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).


[[Category:Guide]]
[[Category:Guide]]

Latest revision as of 17:24, 18 December 2015

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

Teleport Here was introduced in version 1.3. It is used for instantaneously moving a blockhead from one place to another.

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 affect the cost.

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).