Two-hearted: Difference between revisions

From Caves of Qud Wiki
Jump to navigation Jump to search
imported>Scungilli Man
m (Corrected point cost.)
No edit summary
 
(15 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{Mutation
{{Mutation
| title = {{PAGENAME}}
| title = {{PAGENAME}}
| image = none
| image = {{mutation page image}}
| type = Physical
| type = Physical
| cost = 3
| cost = 3
| id = HeightenedToughness
| id = TwoHearted
| code = b4
| startingmutation = yes
| gameversion = 2.0.206.63
| desc = You have two hearts.
| desc = You have two hearts.
 
&C+(level based)&y Toughness\nYou can sprint for &C(level based)%&y longer.
+(2+[Level/3]) Toughness\nYou can sprint for (20+[lvl*10])% longer
| realitydistort =no
| realitydistort =no
}}
}}
== Progression ==
{{Name}} is a [[Mutations#Physical Mutations|physical mutation]] that bolsters the player's [[Toughness]] and increases their [[sprint]] duration by a mutation level based percentage.
== Formulas ==
The following formulas are used to determine Toughness bonus and sprint duration based on mutation level.{{Code Reference|namespace=XRL.World.Parts.Mutation|class=HeightenedToughness}}
{| class="wikitable"
{| class="wikitable"
! Level
! Toughness Bonus
| {{simple formula | (Level - 1) / 2 + 2 }}
|-
! Sprint Duration Bonus
| {{simple formula | 20 + ( Level * 10 ) }}
|}
== Advancement Table  ==
 
<div style="display:flex;flex-wrap:wrap;">
 
<div style="margin-right: 2.5em;">
 
{| class="wikitable"
! Mutation Level
! Toughness
! Toughness
! Sprint Duration
! Sprint Duration
Line 36: Line 51:
|-
|-
| 10 || +6 || +120%
| 10 || +6 || +120%
|}
</div>
<div style="margin-right: 2.5em;">
{| class="wikitable"
! Mutation Level
! Toughness
! Sprint Duration
|-
| 11 || +7 || +130%
|-
| 12 || +7 || +140%
|-
| 13 || +8 || +150%
|-
|-
|11+
| 14 || +8 || +160%
| +(<small>2+[lvl/3]</small>)
| +(<small>20+[lvl*10]</small>)%
|-
|-
| 15 || +9 || +170%
|-
| 16 || +9 || +180%
|-
| 17 || +10 || +190%
|-
| 18 || +10 || +200%
|-
| 19 || +11 || +210%
|-
| 20 || +11 || +220%
|}
</div>
<div style="margin-right: 2.5em;">
{| class="wikitable"
! Mutation Level
! Toughness
! Sprint Duration
|-
| 21 || +12 || +230%
|-
| 22 || +12 || +240%
|-
| 23 || +13 || +250%
|-
| 24 || +13 || +260%
|-
| 25 || +14 || +270%
|-
| 26 || +14 || +280%
|-
| 27 || +15 || +290%
|-
| 28 || +15 || +300%
|-
| 29 || +16 || +310%
|-
| 30 || +16 || +320%
|}
|}


<br />
</div>
</div>
 
==Advantages & Disadvantages==
===Advantages===
* Grants increased Toughness, which increases the player's health and regeneration rate, and factors into certain [[Save|saving throws]]
* Can grant dramatically increased sprinting duration, allowing one to flee a fight or close a gap in melee more easily
* Gaining Toughness through this mutation can allow one to spend their attribute points on other [[Attributes]]
===Disadvantages===
* Moderate cost on character generation
* Relatively low initial Toughness bonus; increases slowly with additional levels
 
==Creatures with Two-hearted==
{{Creatures with the mutation|Two-hearted}}


== References ==
<references />
{{Mutation Navbox}}
{{Mutation Navbox}}

Latest revision as of 00:03, 4 February 2024

Two-hearted
Twohearted mutation.png
Category

Physical

Cost

3

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

TwoHearted

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

no

Two-hearted

You have two hearts.
+(level based) Toughness
You can sprint for (level based)% longer.

Two-hearted is a physical mutation that bolsters the player's Toughness and increases their sprint duration by a mutation level based percentage.

Formulas

The following formulas are used to determine Toughness bonus and sprint duration based on mutation level.[1]

Toughness Bonus
(Level - 1) / 2 + 2
Sprint Duration Bonus
20 + ( Level × 10 )

Advancement Table

Mutation Level Toughness Sprint Duration
1 +2 +30%
2 +2 +40%
3 +3 +50%
4 +3 +60%
5 +4 +70%
6 +4 +80%
7 +5 +90%
8 +5 +100%
9 +6 +110%
10 +6 +120%
Mutation Level Toughness Sprint Duration
11 +7 +130%
12 +7 +140%
13 +8 +150%
14 +8 +160%
15 +9 +170%
16 +9 +180%
17 +10 +190%
18 +10 +200%
19 +11 +210%
20 +11 +220%
Mutation Level Toughness Sprint Duration
21 +12 +230%
22 +12 +240%
23 +13 +250%
24 +13 +260%
25 +14 +270%
26 +14 +280%
27 +15 +290%
28 +15 +300%
29 +16 +310%
30 +16 +320%

Advantages & Disadvantages

Advantages

  • Grants increased Toughness, which increases the player's health and regeneration rate, and factors into certain saving throws
  • Can grant dramatically increased sprinting duration, allowing one to flee a fight or close a gap in melee more easily
  • Gaining Toughness through this mutation can allow one to spend their attribute points on other Attributes

Disadvantages

  • Moderate cost on character generation
  • Relatively low initial Toughness bonus; increases slowly with additional levels

Creatures with Two-hearted

References

  1. XRL.World.Parts.Mutation.HeightenedToughness