Portal: Difference between revisions

207 bytes removed ,  15 April 2014
m
no edit summary
>Abcboy
>Abcboy
mNo edit summary
Line 7: Line 7:
|Use=Crafting
|Use=Crafting
|Location/Made On=Spawn/Workbench
|Location/Made On=Spawn/Workbench
|Needs=None/1 Stone, 100 Time Crystals
|Needs=None/1 Stone, 120 Time Crystals
|Stackable=Yes (99)
|Stackable=Yes (99)
}}
}}
:''"Place a portal anywhere." (description for crafting a portal at a level 2 [[Workbench]])''
:''"Place a portal anywhere." (description for crafting a portal at a level 2 [[workbench]])''


A '''portal''' is an object through which the first [[Blockhead]] warped into a [[world]] enters. Each world starts with one portal. Additional portals can be crafted at a workbench. The portal can subsequently be used to [[craft]] items, make in-app purchases, and warp in up to four additional Blockheads.
A '''portal''' is an object through which the first [[blockhead]] warped into a [[world]] enters. Each world starts with one portal. Additional portals can be crafted at a workbench. The portal can subsequently be used to [[craft]] items, make in-app purchases, and warp in up to four additional blockheads.


==Where Found==
==Where Found==
A portal can be crafted at a level 2 workbench for one stone and 100 [[Time Crystal|time crystals]].
A portal can be crafted at a level 2 workbench for one stone and 120 [[Time Crystal|time crystals]]. Prior to [[Game updates/20140402|version 1.5]], it instead required 100 time crystals.


{{Craft
{{Craft
Line 24: Line 24:
|Name2=Time Crystal
|Name2=Time Crystal
|Qty1=1
|Qty1=1
|Qty2=100
|Qty2=120
|QtyOutput=1
|QtyOutput=1
|Time1=1
|Time1=1
Line 30: Line 30:


==Products==
==Products==
With the proper resources, a portal can be used to "warp in" a variety of [[items]]. Without upgrades, the only item that can be obtained is a [[Workbench]]. With upgrades, a [[:Category:Gem|gem]] [[pickaxe]], [[Golden Bed|golden bed]], or [[Portal Chest|portal chest]] can also be acquired.
With the proper resources, a portal can be used to "warp in" a variety of [[items]].
 
===Level 1===
===Level 1===
[[File:Portal 1.png|thumb|75px|Level 1]]
[[File:Portal 1.png|thumb|75px|Level 1]]
{{Bench|header}}
{{Bench|header}}
{{Bench|entry|Workbench|The gateway to crafting.|1|Dirt|image1=Workbench 1 Icon.png|Time1=0.5|Time2=0.25}}
{{Bench|entry|Workbench|The gateway to crafting.|1|Dirt|image1=Workbench 1 Icon.png|Time1=0.5|Time2=0.25}}
{{Bench|iap|Blockhead|Warp in up to 5 Blockheads.|50 - 200 [[Time Crystal]]s and 5 [[fruit]]}}
{{Bench|iap|Blockhead|Warp in up to 5 blockheads.|50 - 200 [[Time Crystal]]s and 5 [[fruit]]}}
{{Bench|iap|Double-Time|Permanently doubles craft speed and halves rush cost for all crafting in all worlds.|$2.99 (USD)}}
{{Bench|iap|Double-Time|Permanently doubles craft speed and halves rush cost for all crafting in all worlds.|$2.99 (USD)}}
{{Bench|iap|Time Crystal|Purchase time crystals and save time.|Free - $24.99 (USD)}}
{{Bench|iap|Time Crystal|Purchase time crystals and save time.|Free - $24.99 (USD)}}
Line 161: Line 160:


==Additional Portals==
==Additional Portals==
A level 2 [[workbench]] can be used to create additional portals for one [[stone]] and 100 [[Time Crystal|time crystals]]. These portals are level 1 and placed directly into a Blockhead's [[inventory]]. They can then be placed much as any other [[Crafting Surface|crafting surface]] except that they are three block spaces tall. This is because they have both a portal's two-high "loop" and a single [[stone]] block as a base.
A level 2 [[workbench]] can be used to create additional portals for one [[stone]] and 120 [[Time Crystal|time crystals]]. These portals are level 1 and placed directly into a Blockhead's [[inventory]]. They can then be placed much as any other [[Crafting Surface|crafting surface]] except that they are three blocks tall. This is because they have both a portal's two-high "loop" and a single [[stone]] block as a base.


Unlike a world's default portal, the block an added portal stands on is patterned as [[Construction|placed]] stone, not smooth, natural stone. They also offer the option of being picked up and relocated by a Blockhead. Like the original portal, it can be upgraded and produce any of the appropriate products.
Unlike a world's default portal, the block an added portal stands on is patterned as [[Construction|placed]] stone, not smooth, natural stone. They also offer the option of being picked up and relocated by a blockhead. Like the original portal, it can be upgraded and produce any of the appropriate products.


==Warp In Blockhead==
==Warp In Blockhead==
Players can warp in up to five total Blockheads. The first Blockhead in a [[world]] is always free, the next costs 50 time crystals and five (5) randomly decided fruit. The second costs 100 time crystals and five randomly selected fruit, third 150 time crystals and five randomly selected fruit, and fourth 200 time crystals and five randomly selected fruit. The fifth costs 200 time crystals and five randomly selected fruit.
Players can warp in up to five total blockheads. The first blockhead in a [[world]] is always free. The second blockhead costs 50 time crystals and five randomly-selected fruit. Each succescive blockhead costs 50 more time crystals than the previous, going up to 200 time crystals and five fruit for the fifth blockhead.


With the introduction of [[death]] in [[Game_updates/20140402|version 1.5]], it should be noted that the cost and selected fruit is based on the number of currently active blockheads in the world for that player.
With the introduction of [[death]] in [[Game updates/20140402|version 1.5]], it should be noted that the cost and selected fruit is based on the number of currently active blockheads in the world for that player.


==Teleport Here==
==Teleport Here==
:{{See also|Teleport Here}}
:{{See also|Teleport Here}}
Beginning with version 1.3, a Blockhead can be instantly moved from anywhere in the [[world]] to a selected portal by expending a variable number of [[Time Crystal|time crystals]]. 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.
Beginning with [[Game updates/20130625|version 1.3]], a Blockhead can be instantly moved from anywhere in the [[world]] to a selected portal by expending a variable number of [[Time Crystal|time crystals]]. 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.


==Gallery==
==Gallery==
Anonymous user