Two-hearted: Difference between revisions

Jump to navigation Jump to search
no edit summary
(use simple formula template)
No edit summary
 
(13 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.
&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 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"
! Toughness Bonus
| {{simple formula | (Level - 1) / 2 + 2 }}
|-
! Sprint Duration Bonus
| {{simple formula | 20 + ( Level * 10 ) }}
|}
== Advancement Table  ==
== Advancement Table  ==
<div style="display:flex;flex-wrap:wrap;">
<div style="margin-right: 2.5em;">
{| class="wikitable"
{| class="wikitable"
! Level
! Mutation Level
! Toughness
! Toughness
! Sprint Duration
! Sprint Duration
Line 37: Line 52:
| 10 || +6 || +120%
| 10 || +6 || +120%
|}
|}
=== Formulas ===
 
The following formulas are used to determine damage and AV based on mutation level.{{Code Reference|namespace=XRL.World.Parts.Mutation|class=HeightenedToughness}}
</div>
 
<div style="margin-right: 2.5em;">
 
{| class="wikitable"
{| class="wikitable"
! Toughness Bonus
! Mutation Level
| {{simple formula | ( Level - 1 ) / 2 + 2 }}
! 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%
|}
 
</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%
|-
|-
! Sprint Duration Bonus
| 30 || +16 || +320%
| {{simple formula | ( 20 + ( Level * 10 ))% }}
|}
|}
</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 ==
<references />
<references />
{{Mutation Navbox}}
{{Mutation Navbox}}

Navigation menu