(fit, ship, context, projectionRange, **kwargs)
| 4027 | |
| 4028 | @staticmethod |
| 4029 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 4030 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Large Projectile Turret'), |
| 4031 | 'speed', ship.getModifiedItemAttr('shipBonusRole7'), **kwargs) |
| 4032 | |
| 4033 | |
| 4034 | class Effect1240(BaseEffect): |
nothing calls this directly
no test coverage detected