Add capacitor transfer tiericide conversion entries

This commit is contained in:
DarkPhoenix
2020-02-11 16:52:15 +03:00
parent 977a8fa329
commit c59b621963
4 changed files with 78 additions and 246 deletions

View File

@@ -0,0 +1,20 @@
"""
Conversion pack for February 2020 release
"""
CONVERSIONS = {
# Renamed items
"Small Asymmetric Remote Capacitor Transmitter": "Small Radiative Scoped Remote Capacitor Transmitter",
"Small 'Regard' Remote Capacitor Transmitter": "Small Inductive Compact Remote Capacitor Transmitter",
"Medium Asymmetric Remote Capacitor Transmitter": "Medium Radiative Scoped Remote Capacitor Transmitter",
"Medium 'Regard' Remote Capacitor Transmitter": "Medium Inductive Compact Remote Capacitor Transmitter",
"Large Asymmetric Remote Capacitor Transmitter": "Large Radiative Scoped Remote Capacitor Transmitter",
"Large 'Regard' Remote Capacitor Transmitter": "Large Inductive Compact Remote Capacitor Transmitter",
# Converted items
"Small Partial E95a Remote Capacitor Transmitter": "Small Radiative Scoped Remote Capacitor Transmitter",
"Small Murky Remote Capacitor Transmitter": "Small Inductive Compact Remote Capacitor Transmitter",
"Medium Partial E95b Remote Capacitor Transmitter": "Medium Radiative Scoped Remote Capacitor Transmitter",
"Medium Murky Remote Capacitor Transmitter": "Medium Inductive Compact Remote Capacitor Transmitter",
"Large Partial E95c Remote Capacitor Transmitter": "Large Radiative Scoped Remote Capacitor Transmitter",
"Large Murky Remote Capacitor Transmitter": "Large Inductive Compact Remote Capacitor Transmitter"
}