(fit, ship, context, projectionRange, **kwargs)
| 19509 | |
| 19510 | @staticmethod |
| 19511 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 19512 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Medium Projectile Turret'), |
| 19513 | 'damageMultiplier', ship.getModifiedItemAttr('shipBonusMBC1'), |
| 19514 | skill='Minmatar Battlecruiser', **kwargs) |
| 19515 | |
| 19516 | |
| 19517 | class Effect5353(BaseEffect): |
nothing calls this directly
no test coverage detected