(fit, module, context, projectionRange, **kwargs)
| 16684 | |
| 16685 | @staticmethod |
| 16686 | def handler(fit, module, context, projectionRange, **kwargs): |
| 16687 | fit.modules.filteredItemBoost( |
| 16688 | lambda mod: mod.item.requiresSkill('Shield Operation') or mod.item.requiresSkill('Capital Shield Operation'), |
| 16689 | 'duration', module.getModifiedItemAttr('durationSkillBonus'), **kwargs) |
| 16690 | |
| 16691 | |
| 16692 | class Effect4970(BaseEffect): |
nothing calls this directly
no test coverage detected