(fit, module, context, projectionRange, **kwargs)
| 11987 | |
| 11988 | @staticmethod |
| 11989 | def handler(fit, module, context, projectionRange, **kwargs): |
| 11990 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Afterburner'), |
| 11991 | 'speedFactor', module.getModifiedItemAttr('subsystemBonusMinmatarPropulsion'), |
| 11992 | skill='Minmatar Propulsion Systems', **kwargs) |
| 11993 | |
| 11994 | |
| 11995 | class Effect3863(BaseEffect): |
nothing calls this directly
no test coverage detected