(fit, ship, context, projectionRange, **kwargs)
| 1778 | |
| 1779 | @staticmethod |
| 1780 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 1781 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Medium Hybrid Turret'), |
| 1782 | 'damageMultiplier', ship.getModifiedItemAttr('shipBonusGC'), |
| 1783 | skill='Gallente Cruiser', **kwargs) |
| 1784 | |
| 1785 | |
| 1786 | class Effect581(BaseEffect): |
nothing calls this directly
no test coverage detected