(fit, ship, context, projectionRange, **kwargs)
| 14962 | |
| 14963 | @staticmethod |
| 14964 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 14965 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Small Projectile Turret'), |
| 14966 | 'maxRange', ship.getModifiedItemAttr('shipBonusATF2'), **kwargs) |
| 14967 | |
| 14968 | |
| 14969 | class Effect4478(BaseEffect): |
nothing calls this directly
no test coverage detected