Skip to content

Ship State Condition

Checks the current state of the ship. If you want to check the specific moon the ship has landed on use the Moon Name Condition.

ShipStateType

  • in_orbit: In orbit
  • landed: Landed on a moon

Properties

NameTypeDefault
ValueShipStateTypeN/A

Usage

json
{
    "type": "LethalCompany:ship:state",
    "value": "in_orbit"
}