(fit, ship, context, projectionRange, **kwargs)
| 6405 | |
| 6406 | @staticmethod |
| 6407 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 6408 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Small Projectile Turret'), |
| 6409 | 'maxRange', ship.getModifiedItemAttr('maxRangeBonus'), **kwargs) |
| 6410 | |
| 6411 | |
| 6412 | class Effect2133(BaseEffect): |
nothing calls this directly
no test coverage detected