(fit, src, context, projectionRange, **kwargs)
| 28515 | |
| 28516 | @staticmethod |
| 28517 | def handler(fit, src, context, projectionRange, **kwargs): |
| 28518 | lvl = src.level |
| 28519 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Capital Pulse Laser Specialization'), |
| 28520 | 'damageMultiplier', src.getModifiedItemAttr('damageMultiplierBonus') * lvl, **kwargs) |
| 28521 | |
| 28522 | |
| 28523 | class Effect6576(BaseEffect): |
nothing calls this directly
no test coverage detected