From 38966210929e8604cba1e05eaede43bb3e5ad80c Mon Sep 17 00:00:00 2001 From: Xjph Date: Thu, 9 Jun 2022 21:10:26 -0230 Subject: [PATCH] Add new FCMaterials file classes. --- .../Files/Journal/Odyssey/FCMaterials.cs | 9 +++++++++ .../Files/{ModulesInfo.cs => ModuleInfoFile.cs} | 2 +- ObservatoryFramework/ObservatoryFramework.xml | 14 ++++++++++++-- 3 files changed, 22 insertions(+), 3 deletions(-) create mode 100644 ObservatoryFramework/Files/Journal/Odyssey/FCMaterials.cs rename ObservatoryFramework/Files/{ModulesInfo.cs => ModuleInfoFile.cs} (87%) 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.