(fit, src, context, projectionRange, **kwargs)
| 28532 | |
| 28533 | @staticmethod |
| 28534 | def handler(fit, src, context, projectionRange, **kwargs): |
| 28535 | lvl = src.level |
| 28536 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Capital Beam Laser Specialization'), |
| 28537 | 'damageMultiplier', src.getModifiedItemAttr('damageMultiplierBonus') * lvl, **kwargs) |
| 28538 | |
| 28539 | |
| 28540 | class Effect6577(BaseEffect): |
nothing calls this directly
no test coverage detected