(fit, ship, context, projectionRange, **kwargs)
| 19263 | |
| 19264 | @staticmethod |
| 19265 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 19266 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Medium Hybrid Turret'), |
| 19267 | 'maxRange', ship.getModifiedItemAttr('shipBonusCBC1'), skill='Caldari Battlecruiser', **kwargs) |
| 19268 | |
| 19269 | |
| 19270 | class Effect5335(BaseEffect): |
nothing calls this directly
no test coverage detected