(fit, ship, context, projectionRange, **kwargs)
| 24357 | |
| 24358 | @staticmethod |
| 24359 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 24360 | fit.modules.filteredItemBoost(lambda mod: True, 'heatDamage', |
| 24361 | ship.getModifiedItemAttr('shipBonusTacticalDestroyerGallente3'), |
| 24362 | skill='Gallente Tactical Destroyer', **kwargs) |
| 24363 | |
| 24364 | |
| 24365 | class Effect6149(BaseEffect): |
nothing calls this directly
no test coverage detected