aussig / BGS-Tally

A tool to track and report your Background Simulation (BGS) and Thargoid War (TW) activity in Elite Dangerous, implemented as an EDMC plugin. BGS Tally counts all the work you do for any faction, in any system.
https://discord.gg/YDNVtjPnnm
MIT License
31 stars 10 forks source link

Track Titan Rescues #177

Closed aussig closed 8 months ago

aussig commented 8 months ago

Pods containing captured humans can be collected from Thardoid Titans.

Collecting a pod at the titan:

{ "timestamp":"2024-03-02T06:46:24Z", "event":"CollectCargo", "Type":"ThargoidPod", "Type_Localised":"Thargoid Bio-storage Capsule", "Stolen":false }

Delivering a pod to a rescue ship:

{ "timestamp":"2024-03-02T16:51:40Z", "event":"SearchAndRescue", "MarketID":129020287, "Name":"thargoidpod", "Name_Localised":"Thargoid Bio-storage Capsule", "Count":304, "Reward":45518832 }

Note that these can of course go via carriers:

{ "timestamp":"2024-03-02T07:07:41Z", "event":"CargoTransfer", "Transfers":[ { "Type":"thargoidpod", "Type_Localised":"Thargoid Bio-storage Capsule", "Count":54, "Direction":"tocarrier" } ] }

{ "timestamp":"2024-03-02T16:43:54Z", "event":"CargoTransfer", "Transfers":[ { "Type":"thargoidpod", "Type_Localised":"Thargoid Bio-storage Capsule", "Count":304, "Direction":"toship" } ] }

Could track these with other pod types as ⚰️ or as specific items, perhaps 🏮 ?