(fit, ship, context, projectionRange, **kwargs)
| 14914 | |
| 14915 | @staticmethod |
| 14916 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 14917 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Medium Projectile Turret'), |
| 14918 | 'maxRange', ship.getModifiedItemAttr('shipBonusATC2'), **kwargs) |
| 14919 | |
| 14920 | |
| 14921 | class Effect4475(BaseEffect): |
nothing calls this directly
no test coverage detected