(fit, src, context, projectionRange, **kwargs)
| 32640 | |
| 32641 | @staticmethod |
| 32642 | def handler(fit, src, context, projectionRange, **kwargs): |
| 32643 | fit.ship.boostItemAttr('warpCapacitorNeed', src.getModifiedItemAttr('subsystemBonusMinmatarPropulsion'), |
| 32644 | skill='Minmatar Propulsion Systems', **kwargs) |
| 32645 | |
| 32646 | |
| 32647 | class Effect6928(BaseEffect): |
nothing calls this directly
no test coverage detected