Add capacitor transfer tiericide conversion entries
This commit is contained in:
20
service/conversions/releaseFeb2020.py
Normal file
20
service/conversions/releaseFeb2020.py
Normal 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"
|
||||
}
|
||||
Reference in New Issue
Block a user