(fit, module, context, projectionRange, **kwargs)
| 33241 | |
| 33242 | @staticmethod |
| 33243 | def handler(fit, module, context, projectionRange, **kwargs): |
| 33244 | fit.ship.boostItemAttr('baseWarpSpeed', module.getModifiedItemAttr('subsystemBonusGallentePropulsion'), |
| 33245 | skill='Gallente Propulsion Systems', **kwargs) |
| 33246 | |
| 33247 | |
| 33248 | class Effect6965(BaseEffect): |
nothing calls this directly
no test coverage detected