(fit, ship, context, projectionRange, **kwargs)
| 19576 | |
| 19577 | @staticmethod |
| 19578 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 19579 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Large Hybrid Turret'), |
| 19580 | 'maxRange', ship.getModifiedItemAttr('shipBonusCBC1'), skill='Caldari Battlecruiser', **kwargs) |
| 19581 | |
| 19582 | |
| 19583 | class Effect5357(BaseEffect): |
nothing calls this directly
no test coverage detected