(fit, src, context, projectionRange, **kwargs)
| 40772 | |
| 40773 | @staticmethod |
| 40774 | def handler(fit, src, context, projectionRange, **kwargs): |
| 40775 | fit.ship.boostItemAttr( |
| 40776 | 'conduitJumpPassengerCount', src.getModifiedItemAttr('conduitPassengerBonusPercent'), |
| 40777 | skill='Capital Jump Portal Generation', **kwargs) |
| 40778 | |
| 40779 | |
| 40780 | class Effect12102(BaseEffect): |
nothing calls this directly
no test coverage detected