Merge branch 'master' into test-3

This commit is contained in:
blitzmann
2018-02-14 22:07:33 -05:00
35 changed files with 116 additions and 29 deletions

View File

@@ -0,0 +1,18 @@
"""
Conversion pack for ~ Feb 2018 release
"""
CONVERSIONS = {
"Standup AXL Missile Launcher I": "Standup Anticapital Missile Launcher I",
"Standup ASML Missile Launcher I": "Standup Multirole Missile Launcher I",
"Standup Warp Scrambler I": "Standup Focused Warp Disruptor I",
"Standup M-Set Scan Resolution I": "Standup M-Set Enhanced Targeting System I",
"Standup M-Set Scan Resolution II": "Standup M-Set Enhanced Targeting System II",
"Standup AXL-S Missile": "Standup Super-heavy Torpedo",
"Standup AXL-C Missile": "Standup XL Cruise Missile",
"Standup ASML-LD Missile": "Standup Cruise Missile",
"Standup ASML-MD Missile": "Standup Heavy Missile",
"Standup ASML-SD Missile": "Standup Light Missile",
"Standup AM Guided Bomb": "Standup Heavy Guided Bomb",
"Standup AS Guided Bomb": "Standup Light Guided Bomb",
}