(fit, ship, context, projectionRange, **kwargs)
| 8540 | |
| 8541 | @staticmethod |
| 8542 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 8543 | fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Burst Jammer', |
| 8544 | 'ecmBurstRange', ship.getModifiedItemAttr('shipBonusCB3'), |
| 8545 | skill='Caldari Battleship', **kwargs) |
| 8546 | |
| 8547 | |
| 8548 | class Effect2837(BaseEffect): |
nothing calls this directly
no test coverage detected