(fit, ship, context, projectionRange, **kwargs)
| 1628 | |
| 1629 | @staticmethod |
| 1630 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 1631 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Medium Hybrid Turret'), |
| 1632 | 'maxRange', ship.getModifiedItemAttr('shipBonusCC'), |
| 1633 | skill='Caldari Cruiser', **kwargs) |
| 1634 | |
| 1635 | |
| 1636 | class Effect527(BaseEffect): |
nothing calls this directly
no test coverage detected