(fit, skill, context, projectionRange, **kwargs)
| 10779 | |
| 10780 | @staticmethod |
| 10781 | def handler(fit, skill, context, projectionRange, **kwargs): |
| 10782 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Bomb Deployment'), |
| 10783 | 'power', skill.getModifiedItemAttr('powerNeedBonus') * skill.level, **kwargs) |
| 10784 | |
| 10785 | |
| 10786 | class Effect3526(BaseEffect): |
nothing calls this directly
no test coverage detected