(fit, ship, context, projectionRange, **kwargs)
| 13678 | |
| 13679 | @staticmethod |
| 13680 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 13681 | fit.modules.filteredItemBoost(lambda mod: True, 'heatDamage', |
| 13682 | ship.getModifiedItemAttr('shipBonusStrategicCruiserMinmatar1'), |
| 13683 | skill='Minmatar Strategic Cruiser', **kwargs) |
| 13684 | |
| 13685 | |
| 13686 | class Effect4215(BaseEffect): |
nothing calls this directly
no test coverage detected