(fit, container, context, projectionRange, **kwargs)
| 1038 | |
| 1039 | @staticmethod |
| 1040 | def handler(fit, container, context, projectionRange, **kwargs): |
| 1041 | level = container.level if 'skill' in context else 1 |
| 1042 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Shield Upgrades'), |
| 1043 | 'power', container.getModifiedItemAttr('powerNeedBonus') * level, **kwargs) |
| 1044 | |
| 1045 | |
| 1046 | class Effect277(BaseEffect): |
nothing calls this directly
no test coverage detected