(fit, src, context, projectionRange, **kwargs)
| 28447 | |
| 28448 | @staticmethod |
| 28449 | def handler(fit, src, context, projectionRange, **kwargs): |
| 28450 | lvl = src.level |
| 28451 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Capital Autocannon Specialization'), |
| 28452 | 'damageMultiplier', src.getModifiedItemAttr('damageMultiplierBonus') * lvl, **kwargs) |
| 28453 | |
| 28454 | |
| 28455 | class Effect6572(BaseEffect): |
nothing calls this directly
no test coverage detected