(fit, ship, context, projectionRange, **kwargs)
| 1715 | |
| 1716 | @staticmethod |
| 1717 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 1718 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Large Projectile Turret'), |
| 1719 | 'damageMultiplier', ship.getModifiedItemAttr('shipBonusMB'), |
| 1720 | skill='Minmatar Battleship', **kwargs) |
| 1721 | |
| 1722 | |
| 1723 | class Effect550(BaseEffect): |
nothing calls this directly
no test coverage detected