(fit, ship, context, projectionRange, **kwargs)
| 2886 | |
| 2887 | @staticmethod |
| 2888 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 2889 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Medium Projectile Turret'), |
| 2890 | 'damageMultiplier', ship.getModifiedItemAttr('shipBonusMC2'), |
| 2891 | skill='Minmatar Cruiser', **kwargs) |
| 2892 | |
| 2893 | |
| 2894 | class Effect980(BaseEffect): |
nothing calls this directly
no test coverage detected