Discussion Discussion thread to request journal changes to improve 3rd party apps

Another desirable addition: Journal entries for on-foot weapons and suits available for sale when visiting Pioneer Supplies, with information about each, particularly if they are pre-engineered.

The use-case for this is to be able to quickly share with friends / squadron when you spot a useful suit or weapon. This already happens in various squadrons, but it's a completely manual process right now.
This is needed now more than ever, since the release of Operations.
 
I have a personal small-ish gripe with the SellOrganicData journal entry since December 2022.

JSON:
{ "timestamp":"2026-07-03T14:14:21Z", "event":"SellOrganicData", "MarketID":129045705, "BioData":[ { "Genus":"$Codex_Ent_Stratum_Genus_Name;", "Genus_Localised":"Stratum", "Species":"$Codex_Ent_Stratum_01_Name;", "Species_Localised":"Stratum Excutitus", "Variant":"$Codex_Ent_Stratum_01_K_Name;", "Variant_Localised":"Stratum Excutitus - Lime", "Value":2448900, "Bonus":0 }, { "Genus":"$Codex_Ent_Aleoids_Genus_Name;", "Genus_Localised":"Aleoida", "Species":"$Codex_Ent_Aleoids_01_Name;", "Species_Localised":"Aleoida Arcus", "Variant":"$Codex_Ent_Aleoids_01_K_Name;", "Variant_Localised":"Aleoida Arcus - Turquoise", "Value":7252500, "Bonus":0 } ] }

It should have additionally fields of system and body for each element in biodata such that its discernable from where the stuff is that we sold.

So a singe Scan within the "BioData" list should ideally look like this:

JSON:
{ "Genus":"$Codex_Ent_Stratum_Genus_Name;", "Genus_Localised":"Stratum", "Species":"$Codex_Ent_Stratum_01_Name;", "Species_Localised":"Stratum Excutitus", "Variant":"$Codex_Ent_Stratum_01_K_Name;", "Variant_Localised":"Stratum Excutitus - Lime", "Value":2448900, "Bonus":0, "system":"<Systemname/identifier>", "body":"<bodyname/identifier>" },

Where we have additional fields for where the scan is from.

Type: New field

Problem: Scans in "Biodata" could be from where ever. We cant fully know which one we actually sold.

It's the last puzzle piece to make sure one can always completely discern which exact exobiological things we've done scanning without having to go check either the system map of the system that scan was from (if we can remember which one that was).

Benefit:

Much easier to track which bodies we've already finished and sold all of the different exobiologicals.
Because sell event will tell you from where which individual scan that was sold was.
Otherwise its complete guesswork (though through educated guess one gets pretty far.)


Also I get to write a fix for my plugin and to finally close this github issue c: https://github.com/Balvald/ArtemisScannerTracker/issues/11
 
Last edited:
Another desirable addition: Journal entries for on-foot weapons and suits available for sale when visiting Pioneer Supplies, with information about each, particularly if they are pre-engineered.

The use-case for this is to be able to quickly share with friends / squadron when you spot a useful suit or weapon. This already happens in various squadrons, but it's a completely manual process right now.
I want to re-iterate this one, we could really use this :)
 
Back
Top Bottom