(fit, ship, context, projectionRange, **kwargs)
| 30866 | |
| 30867 | @staticmethod |
| 30868 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 30869 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Capital Hybrid Turret'), |
| 30870 | 'damageMultiplier', ship.getModifiedItemAttr('shipBonusRole1'), **kwargs) |
| 30871 | |
| 30872 | |
| 30873 | class Effect6710(BaseEffect): |
nothing calls this directly
no test coverage detected