(fit, src, context, projectionRange, **kwargs)
| 32674 | |
| 32675 | @staticmethod |
| 32676 | def handler(fit, src, context, projectionRange, **kwargs): |
| 32677 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Afterburner') or mod.item.requiresSkill('High Speed Maneuvering'), |
| 32678 | 'overloadSpeedFactorBonus', src.getModifiedItemAttr('subsystemBonusGallentePropulsion2'), |
| 32679 | skill='Gallente Propulsion Systems', **kwargs) |
| 32680 | |
| 32681 | |
| 32682 | class Effect6930(BaseEffect): |
nothing calls this directly
no test coverage detected