Sitting: Difference between revisions

135 bytes added ,  17:34, 24 October 2020
m
restructure a bit
m (typo)
m (restructure a bit)
Line 17: Line 17:
The {{name}} effect confers bonuses or penalties based on the Chair Level of the chair that is being sat upon.{{Code Reference|class=Chair}}
The {{name}} effect confers bonuses or penalties based on the Chair Level of the chair that is being sat upon.{{Code Reference|class=Chair}}


{| class="wikitable"
== Bonuses / Penalties ==
! 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}}
|}


{| class="wikitable"
{| class="wikitable"
Line 91: Line 75:
| -8
| -8
| -1
| -1
|}
== Formulas ==
The following formulas are used to determine sitting bonuses or penalties (as shown 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}}
|}
|}