(fit, src, context, projectionRange, **kwargs)
| 31917 | |
| 31918 | @staticmethod |
| 31919 | def handler(fit, src, context, projectionRange, **kwargs): |
| 31920 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Capital Energy Turret'), 'damageMultiplier', src.getModifiedItemAttr('shipBonusRole3'), **kwargs) |
| 31921 | |
| 31922 | |
| 31923 | class Effect6852(BaseEffect): |
nothing calls this directly
no test coverage detected