(fit, ship, context, projectionRange, **kwargs)
| 40088 | |
| 40089 | @staticmethod |
| 40090 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 40091 | fit.modules.filteredItemBoost( |
| 40092 | lambda mod: mod.item.requiresSkill('Medium Projectile Turret'), |
| 40093 | 'speed', ship.getModifiedItemAttr('shipBonusRole7'), **kwargs) |
| 40094 | |
| 40095 | |
| 40096 | class Effect11767(BaseEffect): |
nothing calls this directly
no test coverage detected