From 0a01a8c24c38cb367c116417c91c62707e43cfe7 Mon Sep 17 00:00:00 2001 From: Athanasius Date: Wed, 14 Dec 2022 12:24:07 +0000 Subject: [PATCH] edmc_data: Small tweaks to try and make outfitting.py happier But, as it turns out, the uses of this code and data are very minimal. No-one's been complaining about things being out of date or not working. All of these *_map dictionaries are just for mapping parts of module identifiers to English Text. In the end they only end up in the output of `EDMC.py -e `, which despite being called "E:D Shipyard plain text format" isn't actually supported by edsy.org. --- edmc_data.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/edmc_data.py b/edmc_data.py index fe1c63b2..c628ae8d 100644 --- a/edmc_data.py +++ b/edmc_data.py @@ -118,6 +118,7 @@ outfitting_missiletype_map = { } outfitting_weaponmount_map = { + 'basic': 'Utility', 'fixed': 'Fixed', 'gimbal': 'Gimballed', 'turret': 'Turreted', @@ -264,6 +265,7 @@ outfitting_weaponrating_map = { 'hpt_slugshot_turret_small': 'E', 'hpt_slugshot_turret_medium': 'D', 'hpt_slugshot_turret_large': 'C', + 'hpt_xenoscannermk2_basic_tiny': '?', } # Old standard weapon variants @@ -282,6 +284,7 @@ outfitting_countermeasure_map = { 'heatsinklauncher': ('Heat Sink Launcher', 'I'), 'plasmapointdefence': ('Point Defence', 'I'), 'xenoscanner': ('Xeno Scanner', 'E'), + 'xenoscannermk2': ('Unknown Xeno Scanner Mk II', '?'), } outfitting_utility_map = {