(fit, ship, context, projectionRange, **kwargs)
| 19526 | |
| 19527 | @staticmethod |
| 19528 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 19529 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Medium Projectile Turret'), |
| 19530 | 'speed', ship.getModifiedItemAttr('shipBonusMBC2'), skill='Minmatar Battlecruiser', **kwargs) |
| 19531 | |
| 19532 | |
| 19533 | class Effect5354(BaseEffect): |
nothing calls this directly
no test coverage detected