(fit, src, context, projectionRange, **kwargs)
| 39739 | |
| 39740 | @staticmethod |
| 39741 | def handler(fit, src, context, projectionRange, **kwargs): |
| 39742 | fit.modules.filteredItemBoost( |
| 39743 | lambda mod: mod.item.requiresSkill('Capital Hybrid Turret'), 'maxRange', |
| 39744 | src.getModifiedItemAttr('shipBonusDreadnoughtC2'), skill='Caldari Dreadnought', **kwargs) |
| 39745 | |
| 39746 | |
| 39747 | class Effect11698(BaseEffect): |
nothing calls this directly
no test coverage detected