(fit, src, context, projectionRange, **kwargs)
| 13987 | |
| 13988 | @staticmethod |
| 13989 | def handler(fit, src, context, projectionRange, **kwargs): |
| 13990 | fit.ship.boostItemAttr('warpSpeedMultiplier', src.getModifiedItemAttr('subsystemBonusGallentePropulsion2'), |
| 13991 | skill='Gallente Propulsion Systems', **kwargs) |
| 13992 | |
| 13993 | |
| 13994 | class Effect4280(BaseEffect): |
nothing calls this directly
no test coverage detected