(fit, ship, context, projectionRange, **kwargs)
| 15480 | |
| 15481 | @staticmethod |
| 15482 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 15483 | fit.modules.filteredItemBoost(lambda mod: True, 'heatDamage', |
| 15484 | ship.getModifiedItemAttr('shipBonusATF1'), **kwargs) |
| 15485 | |
| 15486 | |
| 15487 | class Effect4622(BaseEffect): |
nothing calls this directly
no test coverage detected