Skip to content

Commit

Permalink
remove
Browse files Browse the repository at this point in the history
  • Loading branch information
MilonPL committed Dec 5, 2024
1 parent dc1143a commit 7cc6b9e
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions Tools/DeltaV/tidy_map.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"],
}


Expand Down

0 comments on commit 7cc6b9e

Please sign in to comment.