(fit, src, context, projectionRange, **kwargs)
| 25557 | |
| 25558 | @staticmethod |
| 25559 | def handler(fit, src, context, projectionRange, **kwargs): |
| 25560 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Micro Jump Drive Operation'), 'duration', |
| 25561 | src.getModifiedItemAttr('eliteBonusCommandDestroyer2'), skill='Command Destroyers', **kwargs) |
| 25562 | |
| 25563 | |
| 25564 | class Effect6318(BaseEffect): |
nothing calls this directly
no test coverage detected