Add alias file for trig dread-related items
This commit is contained in:
11
service/conversions/trigDread.py
Normal file
11
service/conversions/trigDread.py
Normal 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'
|
||||
}
|
||||
Reference in New Issue
Block a user