(fit, src, context, projectionRange, **kwargs)
| 27670 | |
| 27671 | @staticmethod |
| 27672 | def handler(fit, src, context, projectionRange, **kwargs): |
| 27673 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Capital Hybrid Turret'), 'damageMultiplier', |
| 27674 | src.getModifiedItemAttr('shipBonusDreadnoughtG1'), skill='Gallente Dreadnought', **kwargs) |
| 27675 | |
| 27676 | |
| 27677 | class Effect6507(BaseEffect): |
nothing calls this directly
no test coverage detected