(fit, ship, context, projectionRange, **kwargs)
| 13627 | |
| 13628 | @staticmethod |
| 13629 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 13630 | fit.modules.filteredItemBoost(lambda mod: True, 'heatDamage', |
| 13631 | ship.getModifiedItemAttr('shipBonusStrategicCruiserAmarr1'), |
| 13632 | skill='Amarr Strategic Cruiser', **kwargs) |
| 13633 | |
| 13634 | |
| 13635 | class Effect4188(BaseEffect): |
nothing calls this directly
no test coverage detected