(fit, ship, context, projectionRange, **kwargs)
| 23616 | |
| 23617 | @staticmethod |
| 23618 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 23619 | fit.modules.filteredItemBoost(lambda mod: True, 'heatDamage', |
| 23620 | ship.getModifiedItemAttr('shipBonusTacticalDestroyerMinmatar3'), |
| 23621 | skill='Minmatar Tactical Destroyer', **kwargs) |
| 23622 | |
| 23623 | |
| 23624 | class Effect6037(BaseEffect): |
nothing calls this directly
no test coverage detected