diff --git a/ObservatoryFramework/Files/Journal/Odyssey/FCMaterials.cs b/ObservatoryFramework/Files/Journal/Odyssey/FCMaterials.cs new file mode 100644 index 0000000..b61334a --- /dev/null +++ b/ObservatoryFramework/Files/Journal/Odyssey/FCMaterials.cs @@ -0,0 +1,9 @@ +namespace Observatory.Framework.Files.Journal +{ + public class FCMaterials : JournalBase + { + public ulong MarketID { get; init; } + public string CarrierName { get; init; } + public string CarrierID { get; init; } + } +} \ No newline at end of file diff --git a/ObservatoryFramework/Files/ModulesInfo.cs b/ObservatoryFramework/Files/ModuleInfoFile.cs similarity index 87% rename from ObservatoryFramework/Files/ModulesInfo.cs rename to ObservatoryFramework/Files/ModuleInfoFile.cs index 16dc11c..a8932b5 100644 --- a/ObservatoryFramework/Files/ModulesInfo.cs +++ b/ObservatoryFramework/Files/ModuleInfoFile.cs @@ -6,7 +6,7 @@ namespace Observatory.Framework.Files /// /// Information about current player ship equipped modules. /// - public class ModulesInfo : Journal.JournalBase + public class ModuleInfoFile : Journal.JournalBase { /// /// List of all equipped modules. diff --git a/ObservatoryFramework/ObservatoryFramework.xml b/ObservatoryFramework/ObservatoryFramework.xml index e4792ea..bc034f2 100644 --- a/ObservatoryFramework/ObservatoryFramework.xml +++ b/ObservatoryFramework/ObservatoryFramework.xml @@ -556,6 +556,16 @@ Converting the ordered array of coordinates from the journal to a named tuple for clarity. + + + Elite Dangerous fcmaterials.json file. Contains data about current fleet carrier bartender stock. + + + + + List of items in stock and in demand from the carrier bartender. + + Elite Dangerous market.json file. Contains details about all available commodities available at the current station. @@ -586,12 +596,12 @@ List of all commodities available in the market. - + Information about current player ship equipped modules. - + List of all equipped modules.