| 12345678910111213141516171819202122232425262728293031323334353637 |
- - type: entity
- id: ActionMechCycleEquipment
- name: Cycle
- description: Cycles currently selected equipment
- components:
- - type: InstantAction
- itemIconStyle: NoItem
- icon:
- sprite: Interface/Actions/actions_mecha.rsi
- state: mech_cycle_equip_on
- event: !type:MechToggleEquipmentEvent
- useDelay: 0.5
- - type: entity
- id: ActionMechOpenUI
- name: Control Panel
- description: Opens the control panel for the mech
- components:
- - type: InstantAction
- itemIconStyle: NoItem
- icon:
- sprite: Interface/Actions/actions_mecha.rsi
- state: mech_view_stats
- event: !type:MechOpenUiEvent
- useDelay: 1
- - type: entity
- id: ActionMechEject
- name: Eject
- description: Ejects the pilot from the mech
- components:
- - type: InstantAction
- itemIconStyle: NoItem
- icon:
- sprite: Interface/Actions/actions_mecha.rsi
- state: mech_eject
- event: !type:MechEjectPilotEvent
|