(fit, ship, context, projectionRange, **kwargs)
| 23354 | |
| 23355 | @staticmethod |
| 23356 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 23357 | fit.modules.filteredItemBoost(lambda mod: True, 'heatDamage', |
| 23358 | ship.getModifiedItemAttr('shipBonusTacticalDestroyerAmarr3'), |
| 23359 | skill='Amarr Tactical Destroyer', **kwargs) |
| 23360 | |
| 23361 | |
| 23362 | class Effect6009(BaseEffect): |
nothing calls this directly
no test coverage detected