(fit, ship, context, projectionRange, **kwargs)
| 43646 | |
| 43647 | @staticmethod |
| 43648 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 43649 | fit.modules.filteredItemBoost( |
| 43650 | lambda mod: mod.item.requiresSkill('Capital Micro Jump Drive Operation'), 'mjdShipJumpCap', |
| 43651 | ship.getModifiedItemAttr('shipBonusCommandCarrierCMJDShipJumpCap'), **kwargs) |
| 43652 | |
| 43653 | |
| 43654 | class Effect12897(BaseEffect): |
nothing calls this directly
no test coverage detected