(fit, src, context, projectionRange, **kwargs)
| 42880 | |
| 42881 | @staticmethod |
| 42882 | def handler(fit, src, context, projectionRange, **kwargs): |
| 42883 | fit.modules.filteredItemBoost( |
| 42884 | lambda mod: mod.item.requiresSkill('Missile Launcher Operation'), 'speed', |
| 42885 | src.getModifiedItemAttr('shipBonusMD3'), skill='Minmatar Destroyer', **kwargs) |
| 42886 | |
| 42887 | |
| 42888 | class Effect12818(BaseEffect): |
nothing calls this directly
no test coverage detected