(fit, src, context, projectionRange, **kwargs)
| 29617 | |
| 29618 | @staticmethod |
| 29619 | def handler(fit, src, context, projectionRange, **kwargs): |
| 29620 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Capital Hybrid Turret'), 'damageMultiplier', |
| 29621 | src.getModifiedItemAttr('shipBonusTitanG1'), skill='Gallente Titan', **kwargs) |
| 29622 | |
| 29623 | |
| 29624 | class Effect6637(BaseEffect): |
nothing calls this directly
no test coverage detected