(fit, container, context, projectionRange, **kwargs)
| 1090 | |
| 1091 | @staticmethod |
| 1092 | def handler(fit, container, context, projectionRange, **kwargs): |
| 1093 | level = container.level if 'skill' in context else 1 |
| 1094 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Gunnery'), |
| 1095 | 'capacitorNeed', container.getModifiedItemAttr('capNeedBonus') * level, **kwargs) |
| 1096 | |
| 1097 | |
| 1098 | class Effect290(BaseEffect): |
nothing calls this directly
no test coverage detected