(fit, ship, context, projectionRange, **kwargs)
| 3994 | |
| 3995 | @staticmethod |
| 3996 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 3997 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Medium Hybrid Turret'), |
| 3998 | 'damageMultiplier', ship.getModifiedItemAttr('shipBonusRole7'), **kwargs) |
| 3999 | |
| 4000 | |
| 4001 | class Effect1234(BaseEffect): |
nothing calls this directly
no test coverage detected