(fit, skill, context, projectionRange, **kwargs)
| 4726 | |
| 4727 | @staticmethod |
| 4728 | def handler(fit, skill, context, projectionRange, **kwargs): |
| 4729 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Capital Hybrid Turret'), |
| 4730 | 'damageMultiplier', skill.getModifiedItemAttr('damageMultiplierBonus') * skill.level, **kwargs) |
| 4731 | |
| 4732 | |
| 4733 | class Effect1588(BaseEffect): |
nothing calls this directly
no test coverage detected