(fit, module, context, projectionRange, **kwargs)
| 11971 | |
| 11972 | @staticmethod |
| 11973 | def handler(fit, module, context, projectionRange, **kwargs): |
| 11974 | fit.ship.boostItemAttr('maxVelocity', module.getModifiedItemAttr('subsystemBonusMinmatarPropulsion'), |
| 11975 | skill='Minmatar Propulsion Systems', **kwargs) |
| 11976 | |
| 11977 | |
| 11978 | class Effect3861(BaseEffect): |
nothing calls this directly
no test coverage detected