diff --git a/eve.db b/eve.db index dbb0476f7..cbe4d73a5 100644 Binary files a/eve.db and b/eve.db differ diff --git a/service/conversions/releaseFeb2018.py b/service/conversions/releaseFeb2018.py new file mode 100644 index 000000000..69017e5c7 --- /dev/null +++ b/service/conversions/releaseFeb2018.py @@ -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", +}