(fit, src, context, projectionRange, **kwargs)
| 28498 | |
| 28499 | @staticmethod |
| 28500 | def handler(fit, src, context, projectionRange, **kwargs): |
| 28501 | lvl = src.level |
| 28502 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Capital Railgun Specialization'), |
| 28503 | 'damageMultiplier', src.getModifiedItemAttr('damageMultiplierBonus') * lvl, **kwargs) |
| 28504 | |
| 28505 | |
| 28506 | class Effect6575(BaseEffect): |
nothing calls this directly
no test coverage detected