(fit, implant, context, projectionRange, **kwargs)
| 939 | |
| 940 | @staticmethod |
| 941 | def handler(fit, implant, context, projectionRange, **kwargs): |
| 942 | fit.ship.boostItemAttr('warpCapacitorNeed', implant.getModifiedItemAttr('warpCapacitorNeedBonus'), **kwargs) |
| 943 | |
| 944 | |
| 945 | class Effect242(BaseEffect): |
nothing calls this directly
no test coverage detected