(fit, ship, context, projectionRange, **kwargs)
| 4043 | |
| 4044 | @staticmethod |
| 4045 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 4046 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Large Hybrid Turret'), |
| 4047 | 'damageMultiplier', ship.getModifiedItemAttr('shipBonusRole7'), **kwargs) |
| 4048 | |
| 4049 | |
| 4050 | class Effect1255(BaseEffect): |
nothing calls this directly
no test coverage detected