diff --git a/Tools/DeltaV/tidy_map.py b/Tools/DeltaV/tidy_map.py index ace2d4da04f..8326bb3e42d 100644 --- a/Tools/DeltaV/tidy_map.py +++ b/Tools/DeltaV/tidy_map.py @@ -32,25 +32,15 @@ class TidyConfig: REMOVE_COMPONENT_DATA: Dict[str, List[str]] = { "Airtight": ["airBlocked"], "DeepFryer": ["nextFryTime"], - "Defibrillator": ["nextZapTime"], "Door": ["state", "secondsUntilStateChange"], - "Gun": ["nextFire"], "MaterialReclaimer": ["nextSound"], - "MeleeWeapon": ["nextAttack"], "Occluder": ["enabled"], "Physics": ["canCollide"], - "PowerCellDraw": ["nextUpdate"], - "SolutionPurge": ["nextPurgeTime"], - "SolutionRegeneration": ["nextChargeTime"], - "SuitSensor": ["nextUpdate"], - "Thruster": ["nextFire"], - "VendingMachine": ["nextEmpEject"], } # Fields to remove from components while keeping the component itself ERASE_COMPONENT_DATA: Dict[str, List[str]] = { "GridPathfinding": ["nextUpdate"], - "SpreaderGrid": ["nextUpdate"], }