Teleportation: Difference between revisions

no edit summary
imported>Teamtotobot
m (Bot: Adding {{Mutation Navbox}})
No edit summary
 
(14 intermediate revisions by 7 users not shown)
Line 1: Line 1:
{{Mutation
{{Mutation
| title = {{PAGENAME}}
| title = {{PAGENAME}}
| image = none
| image = {{mutation page image}}
| type = Mental
| type = Mental
| cost = 5
| cost = 5
| id = Teleportation
| id = Teleportation
| code = dx
| startingmutation = yes
| gameversion = 2.0.206.63
| desc = You teleport to a nearby location.
| desc = You teleport to a nearby location.


Cooldown: (125 - 10 * Level), minimum 5 rounds
Teleport to a random location within a designated area.\nUncertainty radius: &C(level based)&y \nCooldown: &C(level based)&y rounds
| realitydistort =yes
| realitydistort = yes
}}
}}
Teleportation can only be used if:
{{Name}} is a [[Mutations#Mental Mutations|mental mutation]] that allows the player to teleport instantaneously to a nearby location, with a certain margin of error.
* It is to an empty cell
 
* The cell has already been seen by the player
Teleportation grants the "Teleport" ability, which when used, will prompt the player to pick a tile to use the ability on. The selected tile must be a visible or previously explored tile. Around the selected tile will be shown an area containing all of the possible tiles the player can be teleported to, the radius of which is determined by mutation level.
* The player is not [[Astrally burdened]]
 
* The creature is not on the World Map
Confirming one's selection will cause the player to instantly teleport to a random tile within the area shown around the selected tile. If Teleport is successful, it will be placed on cooldown for a mutation level-based number of rounds. If the randomly chosen tile is occupied by a wall or other impassable obstacle, Teleport will print "{{qud text|&YYou are shunted!}}" to the message log and will attempt to find an empty tile within 1 tile to place the player in instead; if such a tile cannot be found, Teleport will fail and its cooldown will not be incurred.
== Formulas ==
The following formulas are used to determine uncertainty radius and cooldown based on mutation level.{{Code Reference|namespace=XRL.World.Parts.Mutation|class=Teleportation}}
{|class="wikitable"
! Uncertainty Radius
| {{simple formula| 13 - Level }}
|-
! Cooldown
| {{simple formula| 103 - 3 * Level }}
|}
If the uncertainty radius becomes smaller than 2, it will be set to 2 instead. Additionally, if the cooldown becomes lower than 5, it will be set to 5 instead.
== Advancement Table ==
 
<div style="display:flex;flex-wrap:wrap;">
 
<div style="margin-right: 2.5em;">
 
{|class="wikitable"
! Mutation<br>Level
! Uncertainty<br>Radius
! Cooldown
|-
| 1
| 12 tiles
| 100 rounds
|-
| 2
| 11 tiles
| 97 rounds
|-
| 3
| 10 tiles
| 94 rounds
|-
| 4
| 9 tiles
| 91 rounds
|-
| 5
| 8 tiles
| 88 rounds
|-
| 6
| 7 tiles
| 85 rounds
|-
| 7
| 6 tiles
| 82 rounds
|-
| 8
| 5 tiles
| 79 rounds
|-
| 9
| 4 tiles
| 76 rounds
|-
| 10
| 3 tiles
| 73 rounds
|}
 
</div>
 
<div style="margin-right: 2.5em;">
 
{|class="wikitable"
! Mutation<br>Level
! Uncertainty<br>Radius
! Cooldown
|-
| 11
| 2 tiles
| 70 rounds
|-
| 12
| 2 tiles
| 67 rounds
|-
| 13
| 2 tiles
| 64 rounds
|-
| 14
| 2 tiles
| 61 rounds
|-
| 15
| 2 tiles
| 58 rounds
|-
| 16
| 2 tiles
| 55 rounds
|-
| 17
| 2 tiles
| 52 rounds
|-
| 18
| 2 tiles
| 49 rounds
|-
| 19
| 2 tiles
| 46 rounds
|-
| 20
| 2 tiles
| 43 rounds
|}
 
</div>
 
<div style="margin-right: 2.5em;">
 
{|class="wikitable"
! Mutation<br>Level
! Uncertainty<br>Radius
! Cooldown
|-
| 21
| 2 tiles
| 40 rounds
|-
| 22
| 2 tiles
| 37 rounds
|-
| 23
| 2 tiles
| 34 rounds
|-
| 24
| 2 tiles
| 31 rounds
|-
| 25
| 2 tiles
| 28 rounds
|-
| 26
| 2 tiles
| 25 rounds
|-
| 27
| 2 tiles
| 22 rounds
|-
| 28
| 2 tiles
| 19 rounds
|-
| 29
| 2 tiles
| 16 rounds
|-
| 30
| 2 tiles
| 13 rounds
|}
 
</div>
</div>
 
== Ability Cooldown ==
The cooldown for {{name}} is influenced both by mutation level and by willpower (WI). The following tables indicate {{name|possessive}} willpower-adjusted cooldown (CD) at mutation levels 1, 5, 10, and 20.
 
<div style="display:flex;flex-wrap:wrap;"><div style="margin-right: 2.5em;">
{{willpower cooldown table | 100 | '''Level 1 willpower-adjusted cooldowns:'''}}
</div><div style="margin-right: 2.5em;">
{{willpower cooldown table | 88 | '''Level 5 willpower-adjusted cooldowns:'''}}
</div><div style="margin-right: 2.5em;">
{{willpower cooldown table | 73 | '''Level 10 willpower-adjusted cooldowns:'''}}
</div><div style="margin-right: 2.5em;">
{{willpower cooldown table | 43 | '''Level 20 willpower-adjusted cooldowns:'''}}
</div></div>
 
== Advantages & Disadvantages ==
{{Opinion}}
=== Advantages ===
* Very effective way of removing oneself from danger
* Repeated use can make traveling through zones much quicker
* Great synergy with {{favilink|Clairvoyance}}, allowing one to teleport to areas they couldn't normally see
=== Disadvantages ===
* Unless you leave the map, enemy will have supernatural knowledge of where you ran off to and chase you down
* Very high cost at character creation
* Cannot teleport to unexplored tiles
* Long cooldown
* Degree of uncertainty makes teleporting extremely imprecise, especially at low levels, and potentially dangerous if the player is teleported to an undesirable location
 
==Creatures with Teleportation==
{{Creatures with the mutation|Teleportation}}
 
== References ==
<references/>
{{Mutation Navbox}}
{{Mutation Navbox}}
{{OnEat|id=TeleportOnEat|name=Teleport}}