Discussion Feature Request: Journal - Log Mission Bonuses and Enemies to journal

Currently the Journal contains information about accepting completing, failing and aborting missions.

However in game after I have accepting a missions an NPC will send me a message saying "Hey get me my stuff early and there is a reward in it for you." or "Hey there is a guy after you kill him and I'll give you something extra"

I've scoured the journal and can find no trace of this, no changes to the mission, hell I can even find the message texts.

consider something like

Code:
{ "timestamp":"2018-04-15T23:42:13Z", "event":"MissionBonusAdded", "MissionID":"12345678", "AdditionalBonusReward":"7,500","BonusExpires":"2018-04-15T23:42:13Z" },

{ "timestamp":"2018-04-15T23:42:13Z", "event":"MissionEnemiesAdded", "MissionID":"12345678", "Enemies":[ { "Name":"Kainan", "Rank":"Deadly","Ship":"Anaconda","KillBounty":"12,000" } ] }

Also Can we add the Haulage flag to cargo, which identifies the mission its for.

Consider:
Code:
{ "timestamp":"2018-04-15T21:11:13Z", "event":"Cargo", "Inventory":[ { "Name":"reactivearmour", "Name_Localised":"Reactive Armour", "Count":21, "Stolen":0 },
{ "Name":"reactivearmour", "Name_Localised":"Reactive Armour", "Count":7, "Stolen":0,[B][I][U] "HaulageForMissionID":1234567[/U][/I][/B]  },
{ "Name":"reactivearmour", "Name_Localised":"Reactive Armour", "Count":11, "Stolen":0, [B]"HaulageForMissionID":7873456 [/B] },
 { "Name":"nonlethalweapons", "Name_Localised":"Non-Lethal Weapons", "Count":12, "Stolen":0 }, { "Name":"computercomponents", "Name_Localised":"Computer Components", "Count":12, "Stolen":0 }, { "Name":"consumertechnology", "Name_Localised":"Consumer Technology", "Count":13, "Stolen":0 } ] }

I have a working third party app which give me improved information about my current missions, one view sorted by expiry and and another where missions are gouped by destination and then the groups sorted by value, so I can decide which missions(s) to complete next - I'd like to include bonus information when calculating this.

thanks
 
Last edited:
Back
Top Bottom