Anonymous

Teleport Here: Difference between revisions

From The Blockheads Wiki
m
>McClaw
No edit summary
>Abcboy
Line 8: Line 8:


==Cost==
==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 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), where ''distanceInBlocks'' represents the distance in blocks.  


[[Category:Guide]]
[[Category:Guide]]
Anonymous user