Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tracking TW Rescues via Own Carrier #181

Open
aussig opened this issue Mar 11, 2024 · 0 comments
Open

Tracking TW Rescues via Own Carrier #181

aussig opened this issue Mar 11, 2024 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@aussig
Copy link
Owner

aussig commented Mar 11, 2024

A lot of players store scooped rescue items on their carriers to hand in to a rescue station later.

Currently this only works if you scoop and hand in during the same game session and also without dying.

Investigate tracking what is on the player's carrier so it can be tallied against the system collected in different game sessions and if you die, if this is possible.

Note that it will not be possible to track via other players carriers, or for other players to be tracked moving goods through your carrier.

Transfer from ship to carrier:

{ "timestamp":"2024-03-13T19:09:39Z", "event":"CargoTransfer", "Transfers":[ { "Type":"imperialslaves", "Type_Localised":"Imperial Slaves", "Count":2, "Direction":"tocarrier" } ] }
{ "timestamp":"2024-03-13T19:09:42Z", "event":"Cargo", "Vessel":"Ship", "Count":0 }

Journal entries for transfer from carrier to ship:

{ "timestamp":"2024-03-13T19:09:30Z", "event":"CargoTransfer", "Transfers":[ { "Type":"imperialslaves", "Type_Localised":"Imperial Slaves", "Count":2, "Direction":"toship" } ] }
{ "timestamp":"2024-03-13T19:09:33Z", "event":"Cargo", "Vessel":"Ship", "Count":2 }
@aussig aussig added the enhancement New feature or request label Mar 11, 2024
@aussig aussig added this to the Backlog milestone Mar 11, 2024
@aussig aussig changed the title Tracking via Own Carrier Tracking TW Rescues via Own Carrier Mar 11, 2024
@aussig aussig modified the milestones: Backlog, 3.7.0 Mar 13, 2024
@aussig aussig modified the milestones: 3.7.0, 4.0.0 Apr 4, 2024
@aussig aussig modified the milestones: 4.0.0, 4.1.0 May 8, 2024
@aussig aussig modified the milestones: 4.1.0, Backlog Sep 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant