(fit, src, context, projectionRange, **kwargs)
| 30898 | |
| 30899 | @staticmethod |
| 30900 | def handler(fit, src, context, projectionRange, **kwargs): |
| 30901 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Capital Hybrid Turret'), 'damageMultiplier', |
| 30902 | src.getModifiedItemAttr('shipBonusRole3'), **kwargs) |
| 30903 | |
| 30904 | |
| 30905 | class Effect6712(BaseEffect): |
nothing calls this directly
no test coverage detected