Sitting: Difference between revisions

36 bytes added ,  16:01, 12 November 2020
no edit summary
(add chair list!)
No edit summary
Line 34: Line 34:
|}
|}


== Bonuses / Penalties ==
== Calculating Bonuses and Penalties ==
In general, chair bonuses and penalties are determined as listed below, based on chair level.
The following formulas are used to determine sitting bonuses or penalties that are described above.
 
{| class="wikitable"
! Chair Effect
! Requirement
! Formula
|-
| Bonus or penalty to inspect or [[disassemble]] artifacts
| None (all chair levels)
| {{Simple formula | Min(2 + ChairLevel, 4) }}
|-
| HP restored per turn
| Chair level -9 or higher
| {{Simple formula | 1 / (10 - Min(9, ChairLevel)) }}
|-
| Damage per turn
| Chair level -10 or lower
| {{Simple formula | -(ChairLevel) - 9}}
|}
 
Based on the formulas above, this means that chair bonuses and penalties are equal to the values listed below, based on chair level.
{| class="wikitable"
{| class="wikitable"
! Chair Level
! Chair Level
Line 92: Line 112:
| -8
| -8
| -1
| -1
|}
=== Formulas ===
The following formulas are used to determine sitting bonuses or penalties that are described above.
{| class="wikitable"
! Chair Effect
! Requirement
! Formula
|-
| Bonus or penalty to inspect or [[disassemble]] artifacts
| None (all chair levels)
| {{Simple formula | Min(2 + ChairLevel, 4) }}
|-
| HP restored per turn
| Chair level -9 or higher
| {{Simple formula | 1 / (10 - Min(9, ChairLevel)) }}
|-
| Damage per turn
| Chair level -10 or lower
| {{Simple formula | -(ChairLevel) - 9}}
|}
|}