(fit, container, context, projectionRange, **kwargs)
| 1071 | |
| 1072 | @staticmethod |
| 1073 | def handler(fit, container, context, projectionRange, **kwargs): |
| 1074 | level = container.level if 'skill' in context else 1 |
| 1075 | fit.modules.filteredItemBoost( |
| 1076 | lambda mod: mod.item.requiresSkill('Shield Emission Systems') or mod.item.requiresSkill('Capital Shield Emission Systems'), |
| 1077 | 'capacitorNeed', container.getModifiedItemAttr('capNeedBonus') * level, **kwargs) |
| 1078 | |
| 1079 | |
| 1080 | class Effect287(BaseEffect): |
nothing calls this directly
no test coverage detected