Skip to content
ShadowDoctorK edited this page Apr 14, 2019 · 4 revisions

Return To Event Index

Event Information

[Game Event] This event is triggered when the ship touches down in a station or on a outpost.

Event Trigger & Variables

Create a command named "EVENT - Docked" for the Project A.L.I.C.E plug-in to trigger once the event is processed.

The following variables are populated for use:

  • Docked_Station The name of the station.
  • Docked_Type The station type (Bernal, Outpost ect...).
  • Docked_System The name of the system the station is located in.
  • Docked_Address The system's address.
  • Docked_Market The stations market ID.
  • Docked_Faction The stations controlling faction.
  • Docked_State The state of the controlling faction.
  • Docked_Government The stations government.
  • Docked_Allegiance The stations allegiance.
  • Docked_Economy The stations primary economy.
  • Docked_CokpitBreach True or False indicating if you entered the station with your cockpit breached.
  • Docked_Wanted True or False indicating if your are wanted.
  • Docked_ActiveFine True or False indicating if you have outstanding fines at the station.

Journal Entry Example

{ "timestamp":"2019-01-25T22:02:06Z", "event":"Docked", "StationName":"Haxel Port", "StationType":"Ocellus", "StarSystem":"LTT 15574", "SystemAddress":670149191105, "MarketID":3230440960, "StationFaction":{ "Name":"Democrats of LTT 15574", "FactionState":"Investment" }, "StationGovernment":"$government_Democracy;", "StationGovernment_Localised":"Democracy", "StationAllegiance":"Federation", "StationServices":[ "Dock", "Autodock", "BlackMarket", "Commodities", "Contacts", "Exploration", "Missions", "Outfitting", "CrewLounge", "Rearm", "Refuel", "Repair", "Shipyard", "Tuning", "Workshop", "MissionsGenerated", "FlightController", "StationOperations", "Powerplay", "SearchAndRescue", "MaterialTrader", "StationMenu" ], "StationEconomy":"$economy_Industrial;", "StationEconomy_Localised":"Industrial", "StationEconomies":[ { "Name":"$economy_Industrial;", "Name_Localised":"Industrial", "Proportion":0.770000 }, { "Name":"$economy_Extraction;", "Name_Localised":"Extraction", "Proportion":0.230000 } ], "DistFromStarLS":716.390076 }