(fit, ship, context, projectionRange, **kwargs)
| 13644 | |
| 13645 | @staticmethod |
| 13646 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 13647 | fit.modules.filteredItemBoost(lambda mod: True, 'heatDamage', |
| 13648 | ship.getModifiedItemAttr('shipBonusStrategicCruiserCaldari1'), |
| 13649 | skill='Caldari Strategic Cruiser', **kwargs) |
| 13650 | |
| 13651 | |
| 13652 | class Effect4189(BaseEffect): |
nothing calls this directly
no test coverage detected