(fit, src, context, projectionRange, **kwargs)
| 13971 | |
| 13972 | @staticmethod |
| 13973 | def handler(fit, src, context, projectionRange, **kwargs): |
| 13974 | fit.ship.boostItemAttr('warpCapacitorNeed', src.getModifiedItemAttr('subsystemBonusGallentePropulsion'), |
| 13975 | skill='Gallente Propulsion Systems', **kwargs) |
| 13976 | |
| 13977 | |
| 13978 | class Effect4278(BaseEffect): |
nothing calls this directly
no test coverage detected