(fit, ship, context, projectionRange, **kwargs)
| 21809 | |
| 21810 | @staticmethod |
| 21811 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 21812 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Missile Launcher Operation'), |
| 21813 | 'speed', ship.getModifiedItemAttr('shipBonusMF2'), skill='Minmatar Frigate', **kwargs) |
| 21814 | |
| 21815 | |
| 21816 | class Effect5779(BaseEffect): |
nothing calls this directly
no test coverage detected