Anonymous user
Teleport Here: Difference between revisions
m
→Cost
>Abcboy mNo edit summary |
>Abcboy m (→Cost) |
||
Line 11: | Line 11: | ||
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), where ''distanceInBlocks'' represents the distance in blocks. | ||
[[Category:Guide]] | [[Category:Guide]] |