(fit, container, context, projectionRange, **kwargs)
| 4947 | |
| 4948 | @staticmethod |
| 4949 | def handler(fit, container, context, projectionRange, **kwargs): |
| 4950 | level = container.level if 'skill' in context else 1 |
| 4951 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Capital Shield Operation'), |
| 4952 | 'capacitorNeed', container.getModifiedItemAttr('shieldBoostCapacitorBonus') * level, **kwargs) |
| 4953 | |
| 4954 | |
| 4955 | class Effect1635(BaseEffect): |
nothing calls this directly
no test coverage detected