(fit, ship, context, projectionRange, **kwargs)
| 19626 | |
| 19627 | @staticmethod |
| 19628 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 19629 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Large Hybrid Turret'), |
| 19630 | 'damageMultiplier', ship.getModifiedItemAttr('shipBonusGBC2'), |
| 19631 | skill='Gallente Battlecruiser', **kwargs) |
| 19632 | |
| 19633 | |
| 19634 | class Effect5360(BaseEffect): |
nothing calls this directly
no test coverage detected