(fit, skill, context, projectionRange, **kwargs)
| 16414 | |
| 16415 | @staticmethod |
| 16416 | def handler(fit, skill, context, projectionRange, **kwargs): |
| 16417 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Micro Jump Drive Operation'), |
| 16418 | 'duration', skill.getModifiedItemAttr('durationBonus') * skill.level, **kwargs) |
| 16419 | |
| 16420 | |
| 16421 | class Effect4928(BaseEffect): |
nothing calls this directly
no test coverage detected