Closed aussig closed 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 🏮 ?
Pods containing captured humans can be collected from Thardoid Titans.
Collecting a pod at the titan:
Delivering a pod to a rescue ship:
Note that these can of course go via carriers:
Could track these with other pod types as ⚰️ or as specific items, perhaps 🏮 ?