(fit, ship, context, projectionRange, **kwargs)
| 1736 | |
| 1737 | @staticmethod |
| 1738 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 1739 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Large Hybrid Turret'), |
| 1740 | 'damageMultiplier', ship.getModifiedItemAttr('shipBonusGB'), |
| 1741 | skill='Gallente Battleship', **kwargs) |
| 1742 | |
| 1743 | |
| 1744 | class Effect553(BaseEffect): |
nothing calls this directly
no test coverage detected