(fit, ship, context, projectionRange, **kwargs)
| 4332 | |
| 4333 | @staticmethod |
| 4334 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 4335 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Large Hybrid Turret'), |
| 4336 | 'maxRange', ship.getModifiedItemAttr('shipBonusCB'), skill='Caldari Battleship', **kwargs) |
| 4337 | |
| 4338 | |
| 4339 | class Effect1434(BaseEffect): |
nothing calls this directly
no test coverage detected