(fit, container, context, projectionRange, **kwargs)
| 6998 | |
| 6999 | @staticmethod |
| 7000 | def handler(fit, container, context, projectionRange, **kwargs): |
| 7001 | level = container.level if 'skill' in context else 1 |
| 7002 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Capital Shield Emission Systems'), |
| 7003 | 'capacitorNeed', container.getModifiedItemAttr('capNeedBonus') * level, **kwargs) |
| 7004 | |
| 7005 | |
| 7006 | class Effect2356(BaseEffect): |
nothing calls this directly
no test coverage detected