(fit, ship, context, projectionRange, **kwargs)
| 43593 | |
| 43594 | @staticmethod |
| 43595 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 43596 | fit.modules.filteredItemBoost( |
| 43597 | lambda mod: mod.item.requiresSkill('Capital Micro Jump Drive Operation'), 'duration', |
| 43598 | ship.getModifiedItemAttr('shipBonusCommandCarrierCMJDDuration'), skill='Command Carriers', **kwargs) |
| 43599 | |
| 43600 | |
| 43601 | class Effect12892(BaseEffect): |
nothing calls this directly
no test coverage detected