(fit, ship, context, projectionRange, **kwargs)
| 14881 | |
| 14882 | @staticmethod |
| 14883 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 14884 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Medium Projectile Turret'), |
| 14885 | 'damageMultiplier', ship.getModifiedItemAttr('shipBonusMC'), skill='Minmatar Cruiser', **kwargs) |
| 14886 | |
| 14887 | |
| 14888 | class Effect4473(BaseEffect): |
nothing calls this directly
no test coverage detected