mech.yml 926 B

12345678910111213141516171819202122232425262728293031323334353637
  1. - type: entity
  2. id: ActionMechCycleEquipment
  3. name: Cycle
  4. description: Cycles currently selected equipment
  5. components:
  6. - type: InstantAction
  7. itemIconStyle: NoItem
  8. icon:
  9. sprite: Interface/Actions/actions_mecha.rsi
  10. state: mech_cycle_equip_on
  11. event: !type:MechToggleEquipmentEvent
  12. useDelay: 0.5
  13. - type: entity
  14. id: ActionMechOpenUI
  15. name: Control Panel
  16. description: Opens the control panel for the mech
  17. components:
  18. - type: InstantAction
  19. itemIconStyle: NoItem
  20. icon:
  21. sprite: Interface/Actions/actions_mecha.rsi
  22. state: mech_view_stats
  23. event: !type:MechOpenUiEvent
  24. useDelay: 1
  25. - type: entity
  26. id: ActionMechEject
  27. name: Eject
  28. description: Ejects the pilot from the mech
  29. components:
  30. - type: InstantAction
  31. itemIconStyle: NoItem
  32. icon:
  33. sprite: Interface/Actions/actions_mecha.rsi
  34. state: mech_eject
  35. event: !type:MechEjectPilotEvent