Force Bubble: Difference between revisions

From Caves of Qud Wiki
Jump to navigation Jump to search
imported>Teamtotobot
m (Bot: Adding {{Mutation Navbox}})
(updated for current version)
Line 1: Line 1:
{{As Of Patch|2.0.201.48}}
{{Mutation
{{Mutation
| title = {{PAGENAME}}
| title = {{PAGENAME}}
| image = none
| image = none
| type = Mental
| type = Mental
| cost = 5
| cost = 4
| id = ForceBubble
| id = ForceBubble
| code = di
| code = di
| desc = You generate a force field around your person.\n\nCreates a 3x3 force field centered around yourself\nCooldown: 100 rounds\nDuration: (9 + Level * 3) rounds\nYou may fire missile weapons through the force field
| desc = You generate a force field around your person.
 
Creates a 3x3 force field centered around yourself\nDuration: &C(level based)&y rounds\nCooldown: 100 rounds\nYou may fire missile weapons through the force field.
| realitydistort =yes
| realitydistort =yes
}}
}}
{{Name}} is a [[Mutations#Mental Mutations|mental mutation]] that allows the user to create a personal {{favilink|forcefield}} around themselves.
This mutation grants the "Force Bubble" activated ability, which when used, will create a forcefield in every tile adjacent to the player, forming a contiguous "bubble". These forcefields will move with the player as they move, with the player always remaining at the center.
The forcefields created by Force Bubble are solid obstacles with 100 [[Hitpoints|HP]], {{AV}}100 [[AV]], and {{DV}}-10 [[DV]]. While this means they are not indestructible, they are incredibly difficult to penetrate with conventional weaponry. Other creatures are unable to pass through the forcefields, unless they are [[phased]] or have an implanted {{favilink|force modulator}}. Additionally, enemies are unable to fire missile weapons and ranged mutations through the forcefields, while the player is able to.
If the player moves one of their forcefields into the same tile as a creature, that creature will be pushed in the direction of the player's motion. Creatures who are standing immediately adjacent to the player when Force Bubble is used will also be pushed away. This effect does not apply to non-creature objects, such as walls or items on the ground.
The forcefields will persist for a mutation level based number of rounds before disappearing. If the forcefields are affected by [[normality]] or are crossed by a creature wearing an {{favilink|ontological anchor}}, they will instantly collapse and disappear, releasing an electrical discharge into a random adjacent tile that deals {{Heart}}{{dice tooltip|1d6}} damage.{{Code Reference|class=Forcefield}}
== Formulas ==
The following formula is used to determine duration based on mutation level.{{Code Reference|namespace=XRL.World.Parts.Mutation|class=ForceBubble}}
{|class="wikitable"
! Duration
| {{simple formula| 9 + Level * 3 }}
|}
== Advancement Table ==
{|class="wikitable"
! Mutation Level
! Duration
|-
| 1
| 12 rounds
|-
| 2
| 15 rounds
|-
| 3
| 18 rounds
|-
| 4
| 21 rounds
|-
| 5
| 24 rounds
|-
| 6
| 27 rounds
|-
| 7
| 30 rounds
|-
| 8
| 33 rounds
|-
| 9
| 36 rounds
|-
| 10
| 39 rounds
|}
== Advantages & Disadvantages ==
{{Opinion}}
=== Advantages ===
* Can be used to protect oneself from enemy attacks
* Forcefields are mobile, unlike the ones created by [[Force Wall]]
* Can be used to push enemies out of the way or push them into hazards
* The player can shoot through the forcefield while enemies can't, allowing the player to fire on enemies without fear of retaliation
=== Disadvantages ===
* High cost at character creation
* Not as flexible or dynamic as Force Wall, with a shorter duration
* Long cooldown that doesn't improve with mutation level
* Short duration
* Forcefields are weak to normality
== References ==
<references/>
{{Mutation Navbox}}
{{Mutation Navbox}}

Revision as of 08:05, 2 November 2020

This information is reliable as of patch 2.0.201.48. If this is no longer the current patch, you can help by updating it.
As of Patch This information is reliable as of patch 2.0.201.48.
Force Bubble
Category

Mental

Cost

4

ID?Use this ID to wish for the mutation
(example: mutation:ForceBubble)

ForceBubble

Reality DistortingReality distorting mutations
cannot be used under
the effects of normality.

yes

Force Bubble

You generate a force field around your person.

Creates a 3x3 force field centered around yourself
Duration: (level based) rounds
Cooldown: 100 rounds
You may fire missile weapons through the force field.

Force Bubble is a mental mutation that allows the user to create a personal forcefield around themselves.

This mutation grants the "Force Bubble" activated ability, which when used, will create a forcefield in every tile adjacent to the player, forming a contiguous "bubble". These forcefields will move with the player as they move, with the player always remaining at the center.

The forcefields created by Force Bubble are solid obstacles with 100 HP, ♦100 AV, and ○-10 DV. While this means they are not indestructible, they are incredibly difficult to penetrate with conventional weaponry. Other creatures are unable to pass through the forcefields, unless they are phased or have an implanted force modulator. Additionally, enemies are unable to fire missile weapons and ranged mutations through the forcefields, while the player is able to.

If the player moves one of their forcefields into the same tile as a creature, that creature will be pushed in the direction of the player's motion. Creatures who are standing immediately adjacent to the player when Force Bubble is used will also be pushed away. This effect does not apply to non-creature objects, such as walls or items on the ground.

The forcefields will persist for a mutation level based number of rounds before disappearing. If the forcefields are affected by normality or are crossed by a creature wearing an ontological anchor, they will instantly collapse and disappear, releasing an electrical discharge into a random adjacent tile that deals ♥1d61-6 (Avg: 3.5) damage.[1]

Formulas

The following formula is used to determine duration based on mutation level.[2]

Duration
9 + Level × 3

Advancement Table

Mutation Level Duration
1 12 rounds
2 15 rounds
3 18 rounds
4 21 rounds
5 24 rounds
6 27 rounds
7 30 rounds
8 33 rounds
9 36 rounds
10 39 rounds

Advantages & Disadvantages

This section is opinion-based. Your mileage may vary.

Advantages

  • Can be used to protect oneself from enemy attacks
  • Forcefields are mobile, unlike the ones created by Force Wall
  • Can be used to push enemies out of the way or push them into hazards
  • The player can shoot through the forcefield while enemies can't, allowing the player to fire on enemies without fear of retaliation

Disadvantages

  • High cost at character creation
  • Not as flexible or dynamic as Force Wall, with a shorter duration
  • Long cooldown that doesn't improve with mutation level
  • Short duration
  • Forcefields are weak to normality

References

  1. XRL.World.Parts.Forcefield
  2. XRL.World.Parts.Mutation.ForceBubble