(fit, ship, context, projectionRange, **kwargs)
| 24033 | |
| 24034 | @staticmethod |
| 24035 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 24036 | fit.modules.filteredItemBoost(lambda mod: True, 'heatDamage', |
| 24037 | ship.getModifiedItemAttr('shipBonusTacticalDestroyerCaldari3'), |
| 24038 | skill='Caldari Tactical Destroyer', **kwargs) |
| 24039 | |
| 24040 | |
| 24041 | class Effect6083(BaseEffect): |
nothing calls this directly
no test coverage detected