(fit, skill, context, projectionRange, **kwargs)
| 4694 | |
| 4695 | @staticmethod |
| 4696 | def handler(fit, skill, context, projectionRange, **kwargs): |
| 4697 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Capital Energy Turret'), |
| 4698 | 'damageMultiplier', skill.getModifiedItemAttr('damageMultiplierBonus') * skill.level, **kwargs) |
| 4699 | |
| 4700 | |
| 4701 | class Effect1586(BaseEffect): |
nothing calls this directly
no test coverage detected