(fit, ship, context, projectionRange, **kwargs)
| 13661 | |
| 13662 | @staticmethod |
| 13663 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 13664 | fit.modules.filteredItemBoost(lambda mod: True, 'heatDamage', |
| 13665 | ship.getModifiedItemAttr('shipBonusStrategicCruiserGallente1'), |
| 13666 | skill='Gallente Strategic Cruiser', **kwargs) |
| 13667 | |
| 13668 | |
| 13669 | class Effect4190(BaseEffect): |
nothing calls this directly
no test coverage detected