(fit, container, context, projectionRange, **kwargs)
| 1796 | |
| 1797 | @staticmethod |
| 1798 | def handler(fit, container, context, projectionRange, **kwargs): |
| 1799 | level = container.level if 'skill' in context else 1 |
| 1800 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Gunnery') or mod.item.requiresSkill('Vorton Projector Operation'), |
| 1801 | 'cpu', container.getModifiedItemAttr('cpuNeedBonus') * level, **kwargs) |
| 1802 | |
| 1803 | |
| 1804 | class Effect582(BaseEffect): |
nothing calls this directly
no test coverage detected