(fit, ship, context, projectionRange, **kwargs)
| 3977 | |
| 3978 | @staticmethod |
| 3979 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 3980 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Medium Projectile Turret'), |
| 3981 | 'speed', ship.getModifiedItemAttr('shipBonusRole7'), **kwargs) |
| 3982 | |
| 3983 | |
| 3984 | class Effect1233(BaseEffect): |
nothing calls this directly
no test coverage detected