(fit, ship, context, projectionRange, **kwargs)
| 20588 | |
| 20589 | @staticmethod |
| 20590 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 20591 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Medium Projectile Turret'), |
| 20592 | 'damageMultiplier', ship.getModifiedItemAttr('shipBonusMBC2'), |
| 20593 | skill='Minmatar Battlecruiser', **kwargs) |
| 20594 | |
| 20595 | |
| 20596 | class Effect5496(BaseEffect): |
nothing calls this directly
no test coverage detected