(fit, ship, context, projectionRange, **kwargs)
| 38520 | |
| 38521 | @staticmethod |
| 38522 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 38523 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Small Hybrid Turret'), |
| 38524 | 'damageMultiplier', ship.getModifiedItemAttr('shipBonusGF2'), |
| 38525 | skill='Gallente Frigate', **kwargs) |
| 38526 | |
| 38527 | |
| 38528 | class Effect11358(BaseEffect): |
nothing calls this directly
no test coverage detected