Two-hearted: Difference between revisions

791 bytes added ,  05:43, 22 October 2020
m
no edit summary
(use simple formula template)
mNo edit summary
Line 1: Line 1:
{{As Of Patch|2.0.201.47}}
{{Mutation
{{Mutation
| title = {{PAGENAME}}
| title = {{PAGENAME}}
Line 7: Line 8:
| code = b4
| code = b4
| desc = You have two hearts.
| desc = You have two hearts.
&C+(level based)&y Toughness\nYou can sprint for &C(level based)%&y longer.
&C+(level based)&y Toughness\nYou can sprint for &C(level based)%&y longer.
| realitydistort =no
| realitydistort =no
}}
}}
{{Name}} is a [[Mutations#Physical Mutations|physical mutation]] that increases the player's [[Toughness]] 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"
! Toughness Bonus
| {{simple formula | (Level - 1) / 2 + 2 }}
|-
! Sprint Duration Bonus
| {{simple formula | 20 + ( Level * 10 ) }}
|}
== Advancement Table  ==
== Advancement Table  ==
{| class="wikitable"
{| class="wikitable"
Line 37: Line 47:
| 10 || +6 || +120%
| 10 || +6 || +120%
|}
|}
=== Formulas ===
==Advantages & Disadvantages==
The following formulas are used to determine damage and AV based on mutation level.{{Code Reference|namespace=XRL.World.Parts.Mutation|class=HeightenedToughness}}
===Advantages===
{| class="wikitable"
* Grants increased Toughness, which increases the player's health, bolsters their regeneration rate, and factors into certain [[Save|saving throws]]
! Toughness Bonus
* Can grant dramatically increased sprinting duration, allowing one to flee a fight or close a gap in melee more easily
| {{simple formula | ( Level - 1 ) / 2 + 2 }}
* Gaining Toughness through this mutation can allow one to spend their attribute points on other [[Attributes]]
|-
===Disadvantages===
! Sprint Duration Bonus
* Moderate cost on character generation
| {{simple formula | ( 20 + ( Level * 10 ))% }}
* Relatively low initial Toughness bonus; increases slowly with additional levels
|}
 
== References ==
== References ==
<references />
<references />
{{Mutation Navbox}}
{{Mutation Navbox}}