(fit, src, context, projectionRange, **kwargs)
| 33225 | |
| 33226 | @staticmethod |
| 33227 | def handler(fit, src, context, projectionRange, **kwargs): |
| 33228 | fit.ship.boostItemAttr('warpSpeedMultiplier', src.getModifiedItemAttr('subsystemBonusMinmatarPropulsion2'), |
| 33229 | skill='Minmatar Propulsion Systems', **kwargs) |
| 33230 | |
| 33231 | |
| 33232 | class Effect6964(BaseEffect): |
nothing calls this directly
no test coverage detected