(fit, src, context, projectionRange, **kwargs)
| 39411 | |
| 39412 | @staticmethod |
| 39413 | def handler(fit, src, context, projectionRange, **kwargs): |
| 39414 | fit.modules.filteredItemBoost( |
| 39415 | lambda mod: mod.item.requiresSkill('Capital Hybrid Turret'), 'damageMultiplier', |
| 39416 | src.getModifiedItemAttr('shipBonusDreadnoughtG4'), skill='Gallente Dreadnought', **kwargs) |
| 39417 | |
| 39418 | |
| 39419 | class Effect11450(BaseEffect): |
nothing calls this directly
no test coverage detected