(fit, src, context, projectionRange, **kwargs)
| 28464 | |
| 28465 | @staticmethod |
| 28466 | def handler(fit, src, context, projectionRange, **kwargs): |
| 28467 | lvl = src.level |
| 28468 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Capital Artillery Specialization'), |
| 28469 | 'damageMultiplier', src.getModifiedItemAttr('damageMultiplierBonus') * lvl, **kwargs) |
| 28470 | |
| 28471 | |
| 28472 | class Effect6573(BaseEffect): |
nothing calls this directly
no test coverage detected