Modding:Active Parts: Difference between revisions

Jump to navigation Jump to search
(→‎Statuses: add order)
Line 7: Line 7:


These are the possible active part statuses. Only the status Operational represents working functionality; other statuses are failure modes.
These are the possible active part statuses. Only the status Operational represents working functionality; other statuses are failure modes.
The order shown indicates when in the process of evaluating status the given status occurs. If more than one status potentially applies, the earlier one is used.
{| class="wikitable"
{| class="wikitable"
|-
|-
! Active Part Statuses
! Active Part Statuses
! Order
|-
|-
| Operational
| Operational
| 12
|-
|-
| NeedsSubject
| NeedsSubject
| 1
|-
|-
| EMP
| EMP
| 3
|-
|-
| Broken
| Broken
| 4
|-
|-
| Rusted
| Rusted
| 5
|-
|-
| Booting
| Booting
| 6
|-
|-
| NotHanging
| NotHanging
| 7
|-
|-
| SwitchedOff
| SwitchedOff
| 2
|-
|-
| RealityStabilized
| RealityStabilized
| 9
|-
|-
| LimbIncompatible
| LimbIncompatible
| 8
|-
|-
| PrimarySystemOffline
| PrimarySystemOffline
| 11
|-
|-
| Unpowered
| Unpowered
| 12
|-
|-
| LocallyDefinedFailure
| LocallyDefinedFailure
| 10
|}
|}