(fit, src, context, projectionRange, **kwargs)
| 43198 | |
| 43199 | @staticmethod |
| 43200 | def handler(fit, src, context, projectionRange, **kwargs): |
| 43201 | fit.modules.filteredItemBoost( |
| 43202 | lambda mod: mod.item.requiresSkill('Small Hybrid Turret'), 'damageMultiplier', |
| 43203 | src.getModifiedItemAttr('shipBonusGD2'), skill='Gallente Destroyer', **kwargs) |
| 43204 | |
| 43205 | |
| 43206 | class Effect12844(BaseEffect): |
nothing calls this directly
no test coverage detected