Add alias file for trig dread-related items

This commit is contained in:
DarkPhoenix
2019-11-06 23:09:28 +03:00
parent e70ebad3f7
commit bbb96a73b7

View File

@@ -0,0 +1,11 @@
"""
In October 2019 we released triglavian dread preview builds, we had custom names for
ship itself and its gun. Here we make sure that legacy names are converted into proper ones.
"""
CONVERSIONS = {
'Triglavian Dreadnought': 'Zirnitra',
'PLACEHOLDER TRIG DREAD': 'Zirnitra',
'XL Entropic Disintegrator': 'Ultratidal Entropic Disintegrator I',
'PLACEHOLDER TRIG XL WEAPON': 'Ultratidal Entropic Disintegrator I'
}