(fit, skill, context, projectionRange, **kwargs)
| 40789 | |
| 40790 | @staticmethod |
| 40791 | def handler(fit, skill, context, projectionRange, **kwargs): |
| 40792 | fit.modules.filteredItemBoost( |
| 40793 | lambda mod: mod.item.requiresSkill('Capital Micro Jump Drive Operation'), 'capacitorNeed', |
| 40794 | skill.getModifiedItemAttr('capitalMJDCapReductionBonus') * skill.level, **kwargs) |
| 40795 | |
| 40796 | |
| 40797 | class Effect12126(BaseEffect): |
nothing calls this directly
no test coverage detected