(fit, ship, context, projectionRange, **kwargs)
| 19388 | |
| 19389 | @staticmethod |
| 19390 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 19391 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Medium Hybrid Turret'), |
| 19392 | 'damageMultiplier', ship.getModifiedItemAttr('shipBonusGBC1'), |
| 19393 | skill='Gallente Battlecruiser', **kwargs) |
| 19394 | |
| 19395 | |
| 19396 | class Effect5342(BaseEffect): |
nothing calls this directly
no test coverage detected