(fit, skill, context, projectionRange, **kwargs)
| 2175 | |
| 2176 | @staticmethod |
| 2177 | def handler(fit, skill, context, projectionRange, **kwargs): |
| 2178 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Energy Pulse Weapons'), |
| 2179 | 'cpu', skill.getModifiedItemAttr('cpuNeedBonus') * skill.level, **kwargs) |
| 2180 | |
| 2181 | |
| 2182 | class Effect677(BaseEffect): |
nothing calls this directly
no test coverage detected