(fit, ship, context, projectionRange, **kwargs)
| 38465 | |
| 38466 | @staticmethod |
| 38467 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 38468 | fit.modules.filteredItemBoost( |
| 38469 | lambda mod: mod.item.requiresSkill('Missile Launcher Operation'), 'speed', |
| 38470 | ship.getModifiedItemAttr('shipBonusMF'), skill='Minmatar Frigate', **kwargs) |
| 38471 | |
| 38472 | |
| 38473 | class Effect11069(BaseEffect): |
nothing calls this directly
no test coverage detected