(fit, src, context, projectionRange, **kwargs)
| 38611 | |
| 38612 | @staticmethod |
| 38613 | def handler(fit, src, context, projectionRange, **kwargs): |
| 38614 | fit.modules.filteredItemBoost( |
| 38615 | lambda mod: mod.item.requiresSkill('Capital Hybrid Turret'), 'maxRange', |
| 38616 | src.getModifiedItemAttr('shipBonusDreadnoughtG1'), skill='Gallente Dreadnought', **kwargs) |
| 38617 | |
| 38618 | |
| 38619 | class Effect11380(BaseEffect): |
nothing calls this directly
no test coverage detected