(fit, skill, context, projectionRange, **kwargs)
| 10763 | |
| 10764 | @staticmethod |
| 10765 | def handler(fit, skill, context, projectionRange, **kwargs): |
| 10766 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Bomb Deployment'), |
| 10767 | 'cpu', skill.getModifiedItemAttr('cpuNeedBonus') * skill.level, **kwargs) |
| 10768 | |
| 10769 | |
| 10770 | class Effect3520(BaseEffect): |
nothing calls this directly
no test coverage detected