(fit, skill, context, projectionRange, **kwargs)
| 39774 | |
| 39775 | @staticmethod |
| 39776 | def handler(fit, skill, context, projectionRange, **kwargs): |
| 39777 | fit.modules.filteredItemBoost( |
| 39778 | lambda module: module.item.requiresSkill('Disruptive Lance Operation'), 'capacitorNeed', |
| 39779 | skill.getModifiedItemAttr('disruptionLanceSkillBoostCapacitorCost') * skill.level, **kwargs) |
| 39780 | |
| 39781 | |
| 39782 | class Effect11701(BaseEffect): |
nothing calls this directly
no test coverage detected